tags 860266 + pending patch
thanks

I've uploaded miniupnpd 1.8.20140523-4.2 to DELAYED/15:
  
  miniupnpd (1.8.20140523-4.2) unstable; urgency=medium
  
    * Non-maintainer upload.
    * Make the build reproducible. (Closes: #860266)
    * Update Vcs-{Browser,Git} to use HTTPS urls.

The full debdiff is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diffstat for miniupnpd-1.8.20140523 miniupnpd-1.8.20140523

 changelog                             |    8 ++++++++
 control                               |    4 ++--
 patches/0070_reproducible_build.patch |   16 ++++++++++++++++
 patches/series                        |    1 +
 4 files changed, 27 insertions(+), 2 deletions(-)

diff -Nru miniupnpd-1.8.20140523/debian/changelog 
miniupnpd-1.8.20140523/debian/changelog
--- miniupnpd-1.8.20140523/debian/changelog     2017-01-13 11:52:51.000000000 
+0000
+++ miniupnpd-1.8.20140523/debian/changelog     2017-10-01 09:47:22.000000000 
+0100
@@ -1,3 +1,11 @@
+miniupnpd (1.8.20140523-4.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Make the build reproducible. (Closes: #860266)
+  * Update Vcs-{Browser,Git} to use HTTPS urls.
+
+ -- Chris Lamb <[email protected]>  Sun, 01 Oct 2017 09:47:22 +0100
+
 miniupnpd (1.8.20140523-4.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru miniupnpd-1.8.20140523/debian/control 
miniupnpd-1.8.20140523/debian/control
--- miniupnpd-1.8.20140523/debian/control       2014-12-09 14:37:29.000000000 
+0000
+++ miniupnpd-1.8.20140523/debian/control       2017-10-01 09:47:22.000000000 
+0100
@@ -5,8 +5,8 @@
 Build-Depends: debhelper (>= 9), iptables-dev, po-debconf, libnfnetlink-dev
 Standards-Version: 3.9.5
 Homepage: http://miniupnp.free.fr/
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/zigo/miniupnpd.git
-Vcs-Git: http://anonscm.debian.org/git/users/zigo/miniupnpd.git
+Vcs-Browser: https://anonscm.debian.org/gitweb/?p=users/zigo/miniupnpd.git
+Vcs-Git: https://anonscm.debian.org/git/users/zigo/miniupnpd.git
 
 Package: miniupnpd
 Architecture: any
diff -Nru miniupnpd-1.8.20140523/debian/patches/0070_reproducible_build.patch 
miniupnpd-1.8.20140523/debian/patches/0070_reproducible_build.patch
--- miniupnpd-1.8.20140523/debian/patches/0070_reproducible_build.patch 
1970-01-01 01:00:00.000000000 +0100
+++ miniupnpd-1.8.20140523/debian/patches/0070_reproducible_build.patch 
2017-10-01 09:47:22.000000000 +0100
@@ -0,0 +1,16 @@
+Description: Make the build reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2017-04-13
+
+--- miniupnpd-1.8.20140523.orig/genconfig.sh
++++ miniupnpd-1.8.20140523/genconfig.sh
+@@ -43,6 +43,9 @@ CONFIGMACRO="CONFIG_H_INCLUDED"
+ # version reported in XML descriptions
+ #UPNP_VERSION=20070827
+ UPNP_VERSION=`date +"%Y%m%d"`
++if [ -n "$SOURCE_DATE_EPOCH" ]; then
++      UPNP_VERSION=`date --utc --date="@$SOURCE_DATE_EPOCH" +"%Y%m%d"`
++fi
+ # Facility to syslog
+ LOG_MINIUPNPD="LOG_DAEMON"
+ 
diff -Nru miniupnpd-1.8.20140523/debian/patches/series 
miniupnpd-1.8.20140523/debian/patches/series
--- miniupnpd-1.8.20140523/debian/patches/series        2017-01-13 
11:51:16.000000000 +0000
+++ miniupnpd-1.8.20140523/debian/patches/series        2017-10-01 
09:47:22.000000000 +0100
@@ -4,3 +4,4 @@
 0040_fix_buffer_overrun_in_ParseHttpHeaders.patch
 0050_check_if_BuildHeader_upnphttp_failed_to_allocate_memory.patch
 0060_iptables_check.patch
+0070_reproducible_build.patch

Reply via email to