[notes] 01/01: Use https for links where applicable

Emanuel Bronshtein e3amn2l-guest at moszumanska.debian.org
Sun Sep 4 00:20:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

e3amn2l-guest pushed a commit to branch master
in repository notes.

commit 7fb7277718686a9ed26692a0f2734cefb6f44e33
Author: Emanuel Bronshtein <Emanuel Bronshtein>
Date:   Sun Sep 4 03:19:48 2016 +0300

    Use https for links where applicable
---
 issues.yml   | 42 +++++++++++++++++++--------------------
 packages.yml | 64 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 53 insertions(+), 53 deletions(-)

diff --git a/issues.yml b/issues.yml
old mode 100644
new mode 100755
index c136a2b..c8da192
--- a/issues.yml
+++ b/issues.yml
@@ -21,7 +21,7 @@ timestamps_from_cpp_macros_in_haskell:
     The Haskell compiler also support C-like `__DATE__` and `__TIME__` macros, which
     embed the build time/date into the object files.
     .
-    eg. http://sources.debian.net/src/darcs/2.12.0-1/darcs/darcs.hs/#L85
+    eg. https://sources.debian.net/src/darcs/2.12.0-1/darcs/darcs.hs/#L85
   deterministic: True
 timestamps_in_cpio_archive:
   description: |
@@ -94,7 +94,7 @@ timestamps_in_documentation_generated_by_asciidoctor:
 random_anchor_names_generated_by_docbook_to_man:
   description: |
     docbook-to-man uses non-deterministic <a> anchor names
-    maybe fixable using something like http://patchwork.freedesktop.org/patch/69511/ ?
+    maybe fixable using something like https://patchwork.freedesktop.org/patch/69511/ ?
   url: https://bugs.debian.org/800797
 timestamps_in_documentation_generated_by_man2html:
   description: |
@@ -111,7 +111,7 @@ timestamps_in_ps_generated_by_dvips:
   description: |
     eg. %%CreationDate (or DVIPSSource?) in header
     .
-    http://sources.debian.net/src/texlive-bin/2016.20160513.41080-4/texk/web2c/pdftexdir/pdftex.web/#L14449
+    https://sources.debian.net/src/texlive-bin/2016.20160513.41080-4/texk/web2c/pdftexdir/pdftex.web/#L14449
     .
     DVIPSSource date Can be set to SOURCE_DATE_EPOCH by setting FORCE_SOURCE_DATE to 1.
   deterministic: True
@@ -266,7 +266,7 @@ method_may_never_be_called_in_documentation_generated_by_javadoc:
 timestamps_in_documentation_generated_by_groovydoc:
   description: |
     Groovydoc will add timestamps to the HTML file it produces.
-    http://sources.debian.net/src/groovy/1.8.6-4/src/main/org/codehaus/groovy/tools/groovydoc/gstringTemplates/topLevel/index-all.html/#L19
+    https://sources.debian.net/src/groovy/1.8.6-4/src/main/org/codehaus/groovy/tools/groovydoc/gstringTemplates/topLevel/index-all.html/#L19
   deterministic: True
 timestamps_in_jar:
   description: |
@@ -310,8 +310,8 @@ timestamps_in_documentation_generated_by_htmldoc:
 timestamps_in_documentation_generated_by_lua_ldoc:
   description: |
     lua-ldoc adds build timestamp, varying by the timezone
-    http://sources.debian.net/src/lua-ldoc/1.4.3-1/ldoc/html/ldoc_ltp.lua/?hl=293#L293
-    http://sources.debian.net/src/lua-ldoc/1.4.3-1/ldoc.lua/?hl=784#L784
+    https://sources.debian.net/src/lua-ldoc/1.4.3-1/ldoc/html/ldoc_ltp.lua/?hl=293#L293
+    https://sources.debian.net/src/lua-ldoc/1.4.3-1/ldoc.lua/?hl=784#L784
   deterministic: True
   url: https://bugs.debian.org/820240
 pdf_created_by_ghostscript:
@@ -474,7 +474,7 @@ build_id_variation_requiring_further_investigation:
 timestamps_in_documentation_generated_by_podman:
   description: |
     The module Pod::Man includes timestamps in its embedded manpages:
-    http://sources.debian.net/src/perl/latest/cpan/podlators/lib/Pod/Man.pm/?hl=1700#L977
+    https://sources.debian.net/src/perl/latest/cpan/podlators/lib/Pod/Man.pm/?hl=1700#L977
     They should be based on the mtime of the original file.
   url: https://wiki.debian.org/ReproducibleBuilds/TimestampsInManpagesGeneratedByPodMan
   deterministic: True
@@ -594,7 +594,7 @@ timestamps_in_qch:
     generator is using various file IDs which become non-determinstic due to
     map access. For example
     .
-    http://sources.debian.net/src/qt4-x11/4:4.8.7%2Bdfsg-3/tools/assistant/lib/qhelpgenerator.cpp/?hl=742#L742
+    https://sources.debian.net/src/qt4-x11/4:4.8.7%2Bdfsg-3/tools/assistant/lib/qhelpgenerator.cpp/?hl=742#L742
     .
     I suspect we just need a few sorts (and some time to build qt4-x11...)
   url: https://wiki.debian.org/ReproducibleBuilds/TimestampsInDatabaseGeneratedByQhelpgenerator
@@ -681,7 +681,7 @@ berkeley_db_variation_requiring_further_investigation:
     Berkeley databases are not reproducibly.
     This issue requires further poking to understand way.
     https://github.com/libzhuyin/libzhuyin/issues/7
-  url: http://lists.alioth.debian.org/pipermail/reproducible-builds/Week-of-Mon-20150302/001188.html
+  url: https://lists.alioth.debian.org/pipermail/reproducible-builds/Week-of-Mon-20150302/001188.html
 different_due_to_umask:
   description: |
     Files have varying permissions because of different umasks.
@@ -689,7 +689,7 @@ different_due_to_umask:
 randomness_in_qdoc:
   description: |
     Non-deterministic order of <tag> and <file> elements in XML. See
-    http://sources.debian.net/src/qtbase-opensource-src/5.3.2%2Bdfsg-4/src/tools/qdoc/helpprojectwriter.cpp/?hl=630#L787
+    https://sources.debian.net/src/qtbase-opensource-src/5.3.2%2Bdfsg-4/src/tools/qdoc/helpprojectwriter.cpp/?hl=630#L787
     etc.
 randomness_in_qdoc_page_id:
   description: |
@@ -1034,9 +1034,9 @@ timestamps_in_sym_l_files_generated_by_malaga:
     Malaga, a system for automatic language analysis, includes the current time
     in its output header files.
     .
-    http://sources.debian.net/src/malaga/7.12-5.2/malaga_files.h/#L34
-    http://sources.debian.net/src/malaga/7.12-5.2/malaga_files.c/#L79
-    http://sources.debian.net/src/malaga/7.12-5.2/malaga_files.c/#L88
+    https://sources.debian.net/src/malaga/7.12-5.2/malaga_files.h/#L34
+    https://sources.debian.net/src/malaga/7.12-5.2/malaga_files.c/#L79
+    https://sources.debian.net/src/malaga/7.12-5.2/malaga_files.c/#L88
   deterministic: True
 timestamps_in_edj_files_generated_by_edje_cc:
   description:
@@ -1196,7 +1196,7 @@ cryptographic_signature:
 r_base_appends_built_header_to_description_files:
   description: |
     r-base appends "Built: blah" header to DESCRIPTION files.
-    http://sources.debian.net/src/r-base/3.3.1-1/share/make/basepkg.mk/#L101
+    https://sources.debian.net/src/r-base/3.3.1-1/share/make/basepkg.mk/#L101
 timestamps_in_documentation_generated_by_mkdocs:
   description: |
     includes a "Build Date UTC" footer
@@ -1213,7 +1213,7 @@ unsorted_pdl_output:
 timestamps_in_output_generated_by_txt2tags:
   description: |
     txt2tags uses the current localtime in mtime macros and date macros
-  url: http://bugs.debian.org/829325
+  url: https://bugs.debian.org/829325
 random_order_in_documentation_generated_by_naturaldocs:
   description: |
     non-determinstic ordering of stubs, etc.
@@ -1257,19 +1257,19 @@ timestamp_added_by_java_util_properties:
       -#Sun Jul 24 11:39:42 GMT-12:00 2016
       +#Sun Aug 27 20:06:07 GMT+14:00 2017
     .
-    http://stackoverflow.com/questions/6184335/properties-store-suppress-timestamp-comment
+    https://stackoverflow.com/questions/6184335/properties-store-suppress-timestamp-comment
     http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/6-b14/java/util/Properties.java#Properties.store0%28java.io.BufferedWriter,java.lang.String,boolean%29
 perl_extutils_xspp_captures_build_path:
   description:
     ExtUtils::XSpp captures the build path in the headers.
     .
-    http://sources.debian.net/src/libmodule-build-withxspp-perl/0.14-2/lib/Module/Build/WithXSpp.pm/#L230
+    https://sources.debian.net/src/libmodule-build-withxspp-perl/0.14-2/lib/Module/Build/WithXSpp.pm/#L230
   url: https://bugs.debian.org/835447
 href_links_mangled_by_node_marked:
   description:
     marked html-encodes email addresses in an unreproducible way.
     .
-    http://sources.debian.net/src/node-marked/0.3.2%2Bdfsg-1/lib/marked.js/#L740
+    https://sources.debian.net/src/node-marked/0.3.2%2Bdfsg-1/lib/marked.js/#L740
 random_order_in_lua_version_substvar:
   description: |
     -Lua-Versions: 5.3 5.2 5.1
@@ -1280,8 +1280,8 @@ uname_output_in_python_debugging_symbols_caused_by_sysconfig_getplatform:
     encoded in tempfile. Affects building on i386 as it does not distinguish
     between userland vs kernel.
     .
-    http://sources.debian.net/src/python2.7/2.7.12-2/Lib/sysconfig.py/#L572-L584
-    http://sources.debian.net/src/python3.5/3.5.2-3/Lib/sysconfig.py/#L646-L658
+    https://sources.debian.net/src/python2.7/2.7.12-2/Lib/sysconfig.py/#L572-L584
+    https://sources.debian.net/src/python3.5/3.5.2-3/Lib/sysconfig.py/#L646-L658
   url: https://bugs.debian.org/835805
 cython_captures_build_path:
   description: |
@@ -1291,4 +1291,4 @@ timestamp_in_enc_files_added_by_texlive_fontinst:
    -%    date = "generated 2017/09/15",
    +%    date = "generated 2016/08/14",
    .
-   http://sources.debian.net/src/texlive-extra/2016.20160819-1/texmf-dist/tex/fontinst/base/finstmsc.sty/#L899
+   https://sources.debian.net/src/texlive-extra/2016.20160819-1/texmf-dist/tex/fontinst/base/finstmsc.sty/#L899
diff --git a/packages.yml b/packages.yml
index e4a37ad..38ad26f 100755
--- a/packages.yml
+++ b/packages.yml
@@ -329,7 +329,7 @@ amanda:
   version: 1:3.3.6-4
   comments: |
     Embed build time:
-    http://sources.debian.net/src/amanda/1:3.3.6-4/common-src/Makefile.am/?hl=154#L154
+    https://sources.debian.net/src/amanda/1:3.3.6-4/common-src/Makefile.am/?hl=154#L154
   bugs:
     - 830725
 amideco:
@@ -418,7 +418,7 @@ anytun:
   version: 0.3.5-1
   comments: |
     Embed build time and hostname:
-    http://sources.debian.net/src/anytun/0.3.5-1/src/configure/?hl=367:368,383#L367
+    https://sources.debian.net/src/anytun/0.3.5-1/src/configure/?hl=367:368,383#L367
   bugs:
     - 811834
 aodh:
@@ -667,7 +667,7 @@ argyll:
   version: 1.6.3-4
   comments: |
     Embed build time:
-    http://sources.debian.net/src/argyll/1.6.3-4/cgats/cgats.c/#L1323
+    https://sources.debian.net/src/argyll/1.6.3-4/cgats/cgats.c/#L1323
   bugs:
     - 835265
 ario:
@@ -1519,8 +1519,8 @@ blender:
   version: 2.72.b+dfsg0-3
   comments: |
     Embed build time:
-    http://sources.debian.net/src/blender/2.72.b%2Bdfsg0-3/build_files/cmake/buildinfo.cmake/?hl=132:133#L132
-    http://sources.debian.net/src/blender/2.72.b%2Bdfsg0-3/source/creator/buildinfo.c/?hl=40:41#L40
+    https://sources.debian.net/src/blender/2.72.b%2Bdfsg0-3/build_files/cmake/buildinfo.cmake/?hl=132:133#L132
+    https://sources.debian.net/src/blender/2.72.b%2Bdfsg0-3/source/creator/buildinfo.c/?hl=40:41#L40
 blends:
   version: 0.6.92.2
   comments: |
@@ -1606,7 +1606,7 @@ boolector:
   version: 1.5.118.6b56be4.121013-1
   comments: |
     Embed build time, hostname, and kernel version:
-    http://sources.debian.net/src/boolector/1.5.118.6b56be4.121013-1/lingeling/mkconfig/?hl=16:17#L16
+    https://sources.debian.net/src/boolector/1.5.118.6b56be4.121013-1/lingeling/mkconfig/?hl=16:17#L16
   issues:
     - captures_kernel_version
   bugs:
@@ -1955,7 +1955,7 @@ canl-c:
 canna:
   version: 3.7p3-13
   comments: |
-    Tool executed during build adds timestamps. I thik it is http://sources.debian.net/src/canna/3.7p3-13/cmd/crxdic/crxdic.c/#L966
+    Tool executed during build adds timestamps. I thik it is https://sources.debian.net/src/canna/3.7p3-13/cmd/crxdic/crxdic.c/#L966
   issues:
     - timestamps_in_dvi_generated_by_latex
 canna-shion:
@@ -2159,7 +2159,7 @@ cfingerd:
   version: 1.4.3-3.1
   comments: |
     Embed build time:
-    http://sources.debian.net/src/cfingerd/1.4.3-3.1/Configure/?hl=66,77#L66
+    https://sources.debian.net/src/cfingerd/1.4.3-3.1/Configure/?hl=66,77#L66
   issues:
     - timestamps_in_gzip_headers
   bugs:
@@ -3145,8 +3145,8 @@ cyclades-serial-client:
   comments: |
     Embed build time:
     https://sources.debian.net/src/cyclades-serial-client/0.92/configure.in/?hl=6:7#L6
-    http://sources.debian.net/src/cyclades-serial-client/0.92/inc/misc.h.in/?hl=26#L26
-    http://sources.debian.net/src/cyclades-serial-client/0.92/cyclades-ser-cli.c/?hl=46#L46
+    https://sources.debian.net/src/cyclades-serial-client/0.92/inc/misc.h.in/?hl=26#L26
+    https://sources.debian.net/src/cyclades-serial-client/0.92/cyclades-ser-cli.c/?hl=46#L46
   bugs:
     - 817327
     - 800212
@@ -3231,7 +3231,7 @@ dacs:
     .
     Remaining-
     .
-      http://sources.debian.net/src/dacs/1.4.28b-3/src/aclcheck.c/#L617
+      https://sources.debian.net/src/dacs/1.4.28b-3/src/aclcheck.c/#L617
   bugs:
     - 835673
 dactyl:
@@ -6172,7 +6172,7 @@ gcc-defaults:
   comments: |
     Randomness in CA certificates bundle
     .
-    gkeytool (src:gcj-6-jre-headless) called here http://sources.debian.net/src/gcc-defaults/1.163/debian/generate-cacerts.pl.in/#L94
+    gkeytool (src:gcj-6-jre-headless) called here https://sources.debian.net/src/gcc-defaults/1.163/debian/generate-cacerts.pl.in/#L94
     .
     Uses a random salt when adding.
 gcc-h8300-hms:
@@ -7276,7 +7276,7 @@ golang-golang-x-tools:
 golang-gopkg-ini.v1:
   version: 1.8.5-1
   comments: |
-    http://sources.debian.net/src/golang-gopkg-ini.v1/1.8.5-1/struct_test.go/#L208
+    https://sources.debian.net/src/golang-gopkg-ini.v1/1.8.5-1/struct_test.go/#L208
 golang-goprotobuf:
   version: 0.0~git20160815.0.7390af9-1
   issues:
@@ -8606,7 +8606,7 @@ ircd-ircu:
   version: 2.10.12.10.dfsg1-1.1
   comments: |
     Embed build time:
-    http://sources.debian.net/src/ircd-ircu/2.10.12.10.dfsg1-1.1/ircd/version.c.SH/?hl=17#L17
+    https://sources.debian.net/src/ircd-ircu/2.10.12.10.dfsg1-1.1/ircd/version.c.SH/?hl=17#L17
   bugs:
     - 835130
 ircmarkers:
@@ -9463,7 +9463,7 @@ khronos-opengl-man4:
     Note: since the root problem is dependency on both readdir() and dict iteration order, this
     problem is non-deterministic.
     
-    ¹ http://sources.debian.net/src/khronos-opengl-man4/1.0~svn31251-1/html/makeindex.py/
+    ¹ https://sources.debian.net/src/khronos-opengl-man4/1.0~svn31251-1/html/makeindex.py/
     
     ----
     
@@ -13339,7 +13339,7 @@ mira:
   comments: |
     There is work in this area but incomplete
     .
-    http://sources.debian.net/src/mira/4.9.6-1/src/progs/Makefile.am/#L1
+    https://sources.debian.net/src/mira/4.9.6-1/src/progs/Makefile.am/#L1
 mirage:
   version: 0.9.5.2-1
   issues:
@@ -13846,8 +13846,8 @@ muddleftpd:
   version: 1.3.13.1-4.3
   comments: |
     Embed build time:
-    http://sources.debian.net/src/muddleftpd/1.3.13.1-4.3/src/version.c/?hl=23#L23
-    http://sources.debian.net/src/muddleftpd/1.3.13.1-4.3/src/Makefile.in/?hl87#L87
+    https://sources.debian.net/src/muddleftpd/1.3.13.1-4.3/src/version.c/?hl=23#L23
+    https://sources.debian.net/src/muddleftpd/1.3.13.1-4.3/src/Makefile.in/?hl87#L87
   bugs:
     - 817590
 muffin:
@@ -16464,7 +16464,7 @@ plasma-framework:
     Unreproducible due to kde_package_app_templates(), see:
       https://sources.debian.net/src/plasma-framework/5.22.0-1/templates/CMakeLists.txt/#L5
       https://api.kde.org/ecm/kde-module/KDEPackageAppTemplates.html
-      http://sources.debian.net/src/extra-cmake-modules/5.22.0-1/kde-modules/KDEPackageAppTemplates.cmake/?hl=14#L115
+      https://sources.debian.net/src/extra-cmake-modules/5.22.0-1/kde-modules/KDEPackageAppTemplates.cmake/?hl=14#L115
     This not only embeds user/group id but also depends on readdir() order, similar to the 'unsorted_file_glob_by_cmake' issue.
   issues:
     - users_and_groups_in_tarball
@@ -17468,7 +17468,7 @@ python-apt:
 python-astropy:
   version: 1.0.3-3
   comments: |
-    this fails due to http://anonscm.debian.org/cgit/debian-astro/packages/python-astropy.git/commit/?id=0c73b4e109897ed5bf885815304c0a96342e59ff
+    this fails due to https://anonscm.debian.org/cgit/debian-astro/packages/python-astropy.git/commit/?id=0c73b4e109897ed5bf885815304c0a96342e59ff
     it would be nice to revert that now. BTW, the build-dep is not really needed.
     See also https://bugs.debian.org/791574#61
   issues:
@@ -20276,7 +20276,7 @@ roarplaylistd:
   version: 0.1.9-1
   comments: |
     Embed build time:
-    http://codesearch.debian.net/search?q=package%3Aroarplaylistd+BUILD_STAMP
+    https://codesearch.debian.net/search?q=package%3Aroarplaylistd+BUILD_STAMP
     .
     Caused by roaraudio-dev (src:roaraudio bug number 833380)
 roboptim-core:
@@ -20583,7 +20583,7 @@ ruby-charlock-holmes:
 ruby-compass:
   version: 1.0.3~dfsg-4
   comments: |
-    Manpage generated from --help http://sources.debian.net/src/ruby-compass/1.0.3\~dfsg-4/cli/lib/compass/commands/print_version.rb/\#L59
+    Manpage generated from --help https://sources.debian.net/src/ruby-compass/1.0.3\~dfsg-4/cli/lib/compass/commands/print_version.rb/\#L59
   bugs:
     - 835834
 ruby-connection-pool:
@@ -20872,7 +20872,7 @@ ruby-pcaprub:
 ruby-pg:
   version: 0.18.4-1
   comments: |
-    Includes non-deterministic memory addresses but not clear exactly where from http://sources.debian.net/src/ruby-pg/0.18.4-1/lib/pg/connection.rb/\?hl\=19\#L21
+    Includes non-deterministic memory addresses but not clear exactly where from https://sources.debian.net/src/ruby-pg/0.18.4-1/lib/pg/connection.rb/\?hl\=19\#L21
   bugs:
     - 834541
 ruby-posix-spawn:
@@ -21043,7 +21043,7 @@ runsnakerun:
 rustc:
   version: 1.0.0+dfsg1-1
   comments: |
-    Non-determistic JSON serialisation http://sources.debian.net/src/rustc/1.0.0%2Bdfsg1-1/src/librustdoc/html/render.rs/#L1299
+    Non-determistic JSON serialisation https://sources.debian.net/src/rustc/1.0.0%2Bdfsg1-1/src/librustdoc/html/render.rs/#L1299
     Blacklisted on armhf because of #834003.
     Reported to upstream at https://github.com/rust-lang/rust/issues/34902 - more details there
 s3ql:
@@ -21722,7 +21722,7 @@ skycat:
     [i386/armf]
     tcl's stdlib auto_mkindex generates indexes in semi-unpredictable order.
     It appears the index is a concatenation of groups of lines, and one of the group both moves to a different location relative to other groups, and its lines are internally shuffled as well.
-    http://www.tcl.tk/man/tcl8.4/TclCmd/library.htm#M9
+    https://www.tcl.tk/man/tcl8.4/TclCmd/library.htm#M9
 skyeye:
   version: 1.2.5-5
   issues:
@@ -22405,7 +22405,7 @@ supervisor:
 surefire:
   version: 2.17-2
   comments: |
-    SmartStakTraceParser.java contains unicode characters. This should work in Java source I think so not sure what is the problem. See, for example http://stackoverflow.com/questions/11226878/why-do-i-need-to-escape-unicode-in-java-source-files
+    SmartStakTraceParser.java contains unicode characters. This should work in Java source I think so not sure what is the problem. See, for example https://stackoverflow.com/questions/11226878/why-do-i-need-to-escape-unicode-in-java-source-files
   bugs:
     - 834679
 surf-alggeo:
@@ -23110,7 +23110,7 @@ topal:
   version: 75-2
   comments: |
     Embed build time:
-    http://sources.debian.net/src/topal/75-2/Makefile/?hl=19#L19
+    https://sources.debian.net/src/topal/75-2/Makefile/?hl=19#L19
   issues:
     - timestamps_in_pdf_generated_by_latex
     - different_encoding
@@ -23145,7 +23145,7 @@ torque:
   version: 2.4.16+dfsg-1.5
   comments: |
     Embed build dir, build time, username, and hostname:
-    http://sources.debian.net/src/torque/2.4.16%2Bdfsg-1.5/configure.ac/?hl=1417:1420,1422:1426#L1417
+    https://sources.debian.net/src/torque/2.4.16%2Bdfsg-1.5/configure.ac/?hl=1417:1420,1422:1426#L1417
 torrus:
   version: 2.08-4
   issues:
@@ -23397,7 +23397,7 @@ twitter-bootstrap:
 twitter-bootstrap3:
   version: 3.3.5+dfsg-2
   comments: |
-    http://sources.debian.net/src/twitter-bootstrap3/3.3.5%2Bdfsg-2/docs/assets/js/src/customizer.js/#L17
+    https://sources.debian.net/src/twitter-bootstrap3/3.3.5%2Bdfsg-2/docs/assets/js/src/customizer.js/#L17
   bugs:
     - 834988
 twoftpd:
@@ -23858,7 +23858,7 @@ verilator:
   version: 3.864-1
   comments: |
     Adds timestamp. Not sure if used anywhere. Patch for toggle would be rather invasive.
-    http://sources.debian.net/src/verilator/3.864-1/include/verilated_vcd_c.cpp/?hl=350#L352
+    https://sources.debian.net/src/verilator/3.864-1/include/verilated_vcd_c.cpp/?hl=350#L352
   issues:
     - timezones_manpages_podman
 vflib3:
@@ -24042,7 +24042,7 @@ vtwm:
   version: 5.4.7-2.2
   comments: |
     Embed build time, kernel version:
-    http://sources.debian.net/src/vtwm/5.4.7-2.2/Imakefile/?hl=177:178#L177
+    https://sources.debian.net/src/vtwm/5.4.7-2.2/Imakefile/?hl=177:178#L177
   issues:
     - captures_kernel_version
   bugs:
@@ -24847,7 +24847,7 @@ xorp:
   version: 1.8.5-4
   comments: |
     Embed hostname, kernel version, username, and build time:
-    http://sources.debian.net/src/xorp/1.8.5-4/libxorp/create_buildinfo.sh/
+    https://sources.debian.net/src/xorp/1.8.5-4/libxorp/create_buildinfo.sh/
   issues:
     - captures_kernel_version
   bugs:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list