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:   adam
Date:           Tue Jun  1 07:42:08 UTC 2021

Modified Files:
        pkgsrc/net/dante: Makefile distinfo
        pkgsrc/net/dante/patches: patch-dlib_interposition.c
Added Files:
        pkgsrc/net/dante/patches: patch-capi_Makefile.in
Removed Files:
        pkgsrc/net/dante/patches: patch-aa

Log Message:
dante: updated to 1.4.3

1.4.3:
Generic changes:
 o RHEL8 build fix.

Server changes:
 o LDAP module functionality expanded with support for PAC and LDAP based
   authentication.

 o Fix an error case where the Dante mother process would never
   terminate a request process that failed handling a client due to
   resource shortage, leading the request process to hang around idle
   forever.

   Will hopefully fix problem reported by ANON.

 o Fix for BSD authentication ECHILD error on OpenBSD.

Client changes:
 o Work around an issue where "logoutput: syslog" in the client
   could create issues for the application being socksified.

 o Added missing NULL argument check in Raccept().


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/dante/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/dante/distinfo
cvs rdiff -u -r1.4 -r0 pkgsrc/net/dante/patches/patch-aa
cvs rdiff -u -r0 -r1.1 pkgsrc/net/dante/patches/patch-capi_Makefile.in
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/dante/patches/patch-dlib_interposition.c

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.28 pkgsrc/net/dante/Makefile:1.29
--- pkgsrc/net/dante/Makefile:1.28      Sun Jan 26 17:31:48 2020
+++ pkgsrc/net/dante/Makefile   Tue Jun  1 07:42:08 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2020/01/26 17:31:48 rillig Exp $
+# $NetBSD: Makefile,v 1.29 2021/06/01 07:42:08 adam Exp $
 
-DISTNAME=      dante-1.4.2
-PKGREVISION=   1
+DISTNAME=      dante-1.4.3
 CATEGORIES=    net security
 MASTER_SITES=  http://www.inet.no/dante/files/
 

Index: pkgsrc/net/dante/distinfo
diff -u pkgsrc/net/dante/distinfo:1.18 pkgsrc/net/dante/distinfo:1.19
--- pkgsrc/net/dante/distinfo:1.18      Wed Mar 24 08:38:03 2021
+++ pkgsrc/net/dante/distinfo   Tue Jun  1 07:42:08 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.18 2021/03/24 08:38:03 adam Exp $
+$NetBSD: distinfo,v 1.19 2021/06/01 07:42:08 adam Exp $
 
-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 (dante-1.4.3.tar.gz) = 1e264ec532774324b5508ba5f2ad226d479b4977
+RMD160 (dante-1.4.3.tar.gz) = 06edfb0cd0cc6a777eda244e4f256d28e1e6956d
+SHA512 (dante-1.4.3.tar.gz) = c19675b2dee931366caf4a0dd4f44045ae731cc2f986e5d2e4bf498925c7d93a92a32088234d4a9443424f6dfb0796a1fa3fdc7c47e5aa11612c29a101f47888
+Size (dante-1.4.3.tar.gz) = 1343935 bytes
 SHA1 (patch-ab) = 9566cf94bd52d3df4214232c8bdf77ccb71b0fd3
-SHA1 (patch-dlib_interposition.c) = 9af00c8251e71b519e0dfdffaa3c27303e33881f
+SHA1 (patch-capi_Makefile.in) = ebeb34bfb769de1f4254c7c43f86bb077baa6df6
+SHA1 (patch-dlib_interposition.c) = 8c75c04b218a420a38a31319fcabcc7188b1431b

Index: pkgsrc/net/dante/patches/patch-dlib_interposition.c
diff -u pkgsrc/net/dante/patches/patch-dlib_interposition.c:1.1 pkgsrc/net/dante/patches/patch-dlib_interposition.c:1.2
--- pkgsrc/net/dante/patches/patch-dlib_interposition.c:1.1     Sat Feb  9 19:51:09 2019
+++ pkgsrc/net/dante/patches/patch-dlib_interposition.c Tue Jun  1 07:42:08 2021
@@ -1,4 +1,4 @@
-$NetBSD: patch-dlib_interposition.c,v 1.1 2019/02/09 19:51:09 rhialto Exp $
+$NetBSD: patch-dlib_interposition.c,v 1.2 2021/06/01 07:42:08 adam Exp $
 
 o Do not use ssp(3) when compiling interposition.c:
 
@@ -14,10 +14,10 @@ o Do not use ssp(3) when compiling inter
      __ssp_redirect0(ssize_t, read, (int __fd, void *__buf, size_t __len), \
      ^
 
---- dlib/interposition.c.orig  2017-01-31 08:17:38.000000000 +0000
+--- dlib/interposition.c.orig  2020-11-11 16:11:56.000000000 +0000
 +++ dlib/interposition.c
 @@ -1,3 +1,4 @@
 +#undef _FORTIFY_SOURCE
  /*
   * Copyright (c) 1997, 1998, 1999, 2000, 2001, 2004, 2008, 2009, 2010, 2011,
-  *               2012, 2013, 2016, 2017
+  *               2012, 2013, 2016, 2017, 2020

Added files:

Index: pkgsrc/net/dante/patches/patch-capi_Makefile.in
diff -u /dev/null pkgsrc/net/dante/patches/patch-capi_Makefile.in:1.1
--- /dev/null   Tue Jun  1 07:42:08 2021
+++ pkgsrc/net/dante/patches/patch-capi_Makefile.in     Tue Jun  1 07:42:08 2021
@@ -0,0 +1,15 @@
+$NetBSD: patch-capi_Makefile.in,v 1.1 2021/06/01 07:42:08 adam Exp $
+
+Install includes into a subdirectory.
+
+--- capi/Makefile.in.orig      2014-09-03 14:52:37.000000000 +0000
++++ capi/Makefile.in
+@@ -217,7 +217,7 @@ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
+ htmldir = @htmldir@
+-includedir = @includedir@
++includedir = @includedir@/dante
+ infodir = @infodir@
+ install_sh = @install_sh@
+ libdir = @libdir@



Home | Main Index | Thread Index | Old Index