pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/dante



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Feb 12 01:01:19 UTC 2017

Modified Files:
        pkgsrc/net/dante: Makefile distinfo
        pkgsrc/net/dante/patches: patch-ab patch-dlib_Makefile.in

Log Message:
Updated net/dante to 1.4.2
--------------------------
***
***  Monday, February 6, 2017 -- Dante v1.4.2
***

 o Support new version of libminiupnp.   Patch from Michele Testa
   <themike%libero.it.example.com@localhost>

 o Fix memory bug in the client that would lead to a crash when resolving
   hostnames on certain platforms.

   Diagnosis and patch from Jeremie Courreges-Anglas
   <jca%wxcvbn.org.example.org@localhost>.  Thank you.

 o A new environment variable has been added to aid application
   compatibility with socksify: SOCKS_FORCE_BLOCKING_CONNECT.

   See the socksify manpage for more information.

 o Fixed bug in configure that broke compilation with rpmbuild on
   newer Linux versions. Multiple bug reports received, thanks
   to everyone that reported this problem.

 o Add glibc-devel as Dante rpm requirement.  Requires entry for
   librt, used by socksify.  Suggested by <ealogar%gmail.com.example.com@localhost>.
   Also needed for libdl.so.

 o Various NetBSD configure and server related fixes.
   Thanks to Anthony Howe <achowe%snert.com.example.com@localhost> for bug
   reports and testing.

 o Corrected srchost values in examples/sockd.conf.
   Thanks to Danesh Pajoh, Babak <Babak.DaneshPajoh%gwl.ca.example.com@localhost>
   for bug report.

 o Various build fixes, affecting RHEL 7 and potentially other platforms.
   Thanks to Thomas Petazzoni <thomas.petazzoni%free-electrons.com.example.com@localhost>
   for submitting related patch.

 o Updates to hostid/TCP_IPA code to use newer API version.

 o Added check for OpenBSD getpwnam_shadow().

 o Added workaround for __FD_ELT() fortify related bug in recent glibc
   versions.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/dante/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/dante/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/dante/patches/patch-ab
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/dante/patches/patch-dlib_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/dante/Makefile
diff -u pkgsrc/net/dante/Makefile:1.24 pkgsrc/net/dante/Makefile:1.25
--- pkgsrc/net/dante/Makefile:1.24      Sun Sep 13 21:55:15 2015
+++ pkgsrc/net/dante/Makefile   Sun Feb 12 01:01:19 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2015/09/13 21:55:15 leot Exp $
+# $NetBSD: Makefile,v 1.25 2017/02/12 01:01:19 mef Exp $
 
-DISTNAME=      dante-1.4.1
+DISTNAME=      dante-1.4.2
 CATEGORIES=    net security
 MASTER_SITES=  http://www.inet.no/dante/files/
 

Index: pkgsrc/net/dante/distinfo
diff -u pkgsrc/net/dante/distinfo:1.15 pkgsrc/net/dante/distinfo:1.16
--- pkgsrc/net/dante/distinfo:1.15      Wed Nov  4 00:34:56 2015
+++ pkgsrc/net/dante/distinfo   Sun Feb 12 01:01:19 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.15 2015/11/04 00:34:56 agc Exp $
+$NetBSD: distinfo,v 1.16 2017/02/12 01:01:19 mef Exp $
 
-SHA1 (dante-1.4.1.tar.gz) = 17ded4322d78b7b031da23cd4e03dbb14f397d71
-RMD160 (dante-1.4.1.tar.gz) = b01a09375f45d226ffc564ca0d26e0285721fda3
-SHA512 (dante-1.4.1.tar.gz) = 1c8e2966ba68c8584fb99ff76ae1d9c8dfe669c7e5e61c7e6e7f87295d1280c3e7849491a6369ce27795040f951dcc11f4f2b3d7e46c54219594c89315d0487e
-Size (dante-1.4.1.tar.gz) = 1284288 bytes
+SHA1 (dante-1.4.2.tar.gz) = 671c4df0f0689620c8e7cfe43bae3d7f89c8cc4e
+RMD160 (dante-1.4.2.tar.gz) = 8d48b6efa0d551215943c31dc140a0dccac950b9
+SHA512 (dante-1.4.2.tar.gz) = 38d4e3086f851fac78e2dbe7f928eba3b8bf1fb9219c42d929b9e1ea324882b0ae583dc59964a2772af4202dfc977387c6f723b320b5abbbe70e1990cd94f53b
+Size (dante-1.4.2.tar.gz) = 1307254 bytes
 SHA1 (patch-aa) = a201b0ec844a2dd610cd4bfb5ffce2f37132fc77
-SHA1 (patch-ab) = baedbd12c4b77031e58167a0ecba2f286a504822
-SHA1 (patch-dlib_Makefile.in) = cb3af4c1549a6581698b3702fb7af58352c7683a
+SHA1 (patch-ab) = 77890d2eab9f2e487c571c5c3a1b7f181918f382
+SHA1 (patch-dlib_Makefile.in) = ac3f8687b9437fec2306a92c8ce91c57df79de0f

Index: pkgsrc/net/dante/patches/patch-ab
diff -u pkgsrc/net/dante/patches/patch-ab:1.10 pkgsrc/net/dante/patches/patch-ab:1.11
--- pkgsrc/net/dante/patches/patch-ab:1.10      Sun Sep 13 21:55:15 2015
+++ pkgsrc/net/dante/patches/patch-ab   Sun Feb 12 01:01:19 2017
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.10 2015/09/13 21:55:15 leot Exp $
+$NetBSD: patch-ab,v 1.11 2017/02/12 01:01:19 mef Exp $
 
 o Delete the -Werror flag in order to recognise the type of sa_len:
 
@@ -27,24 +27,6 @@ o Add support for DragonFly BSD
     unset sa_len_type_found
     for type in uint8_t "unsigned char"; do
         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-@@ -21835,7 +21833,7 @@ keyword="no-route"
- keycnt=0
- for keyval in ${ERRNO_NOROUTE}; do
-     for errno in $ERRNOVALS; do
--      if test x"$keyval" == x"$errno"; then
-+      if test x"$keyval" = x"$errno"; then
-           echo "   { \"$keyword\",    $errno  }," >>$ERRNOSRC
-           keycnt=`expr $keycnt + 1`
-       fi
-@@ -22633,7 +22631,7 @@ keyword="foo"
- keycnt=0
- for keyval in ${ERRNO_foo}; do
-     for errno in $GAIERRVALS; do
--      if test x"$keyval" == x"$errno"; then
-+      if test x"$keyval" = x"$errno"; then
-           echo "   { \"$keyword\",    $errno  }," >>$ERRNOSRC
-           keycnt=`expr $keycnt + 1`
-       fi
 @@ -24719,8 +24717,13 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_
  #include <netdb.h>
  #include <unistd.h>

Index: pkgsrc/net/dante/patches/patch-dlib_Makefile.in
diff -u pkgsrc/net/dante/patches/patch-dlib_Makefile.in:1.1 pkgsrc/net/dante/patches/patch-dlib_Makefile.in:1.2
--- pkgsrc/net/dante/patches/patch-dlib_Makefile.in:1.1 Sun Sep 13 21:55:15 2015
+++ pkgsrc/net/dante/patches/patch-dlib_Makefile.in     Sun Feb 12 01:01:19 2017
@@ -1,4 +1,4 @@
-$NetBSD: patch-dlib_Makefile.in,v 1.1 2015/09/13 21:55:15 leot Exp $
+$NetBSD: patch-dlib_Makefile.in,v 1.2 2017/02/12 01:01:19 mef Exp $
 
 o Do not use ssp(3) when compiling interposition.c:
 
@@ -14,14 +14,14 @@ o Do not use ssp(3) when compiling inter
      __ssp_redirect0(ssize_t, read, (int __fd, void *__buf, size_t __len), \
      ^
 
---- dlib/Makefile.in.orig      2014-09-03 14:52:38.000000000 +0000
-+++ dlib/Makefile.in
-@@ -508,7 +508,7 @@ distclean-compile:
- @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
+--- dlib/Makefile.in.orig      2017-02-03 23:17:27.000000000 +0900
++++ dlib/Makefile.in   2017-02-12 09:45:51.954887981 +0900
+@@ -592,7 +592,7 @@ distclean-compile:
+ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  
  libdsocks_la-interposition.lo: interposition.c
 -@am__fastdepCC_TRUE@  $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libdsocks_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(AM_CFLAGS) $(CFLAGS) -MT libdsocks_la-interposition.lo -MD -MP -MF $(DEPDIR)/libdsocks_la-interposition.Tpo -c -o libdsocks_la-interposition.lo `test -f 'interposition.c' || echo 
'$(srcdir)/'`interposition.c
-+@am__fastdepCC_TRUE@  $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libdsocks_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS:S/-D_FORTIFY_SOURCE=2//) $(AM_CFLAGS) $(CFLAGS) -MT libdsocks_la-interposition.lo -MD -MP -MF $(DEPDIR)/libdsocks_la-interposition.Tpo -c -o libdsocks_la-interposition.lo `test -f 
'interposition.c' || echo '$(srcdir)/'`interposition.c
++      @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libdsocks_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS:S/-D_FORTIFY_SOURCE=2//) $(AM_CFLAGS) $(CFLAGS) -MT libdsocks_la-interposition.lo -MD -MP -MF $(DEPDIR)/libdsocks_la-interposition.Tpo -c -o libdsocks_la-interposition.lo `test -f 
'interposition.c' || cho '$(srcdir)/'`interposition.c
  @am__fastdepCC_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/libdsocks_la-interposition.Tpo $(DEPDIR)/libdsocks_la-interposition.Plo
- @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@     source='interposition.c' object='libdsocks_la-interposition.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@     $(AM_V_CC)source='interposition.c' object='libdsocks_la-interposition.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@     DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@



Home | Main Index | Thread Index | Old Index