pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Authen-TacacsPlus



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 13:52:00 UTC 2020

Modified Files:
        pkgsrc/security/p5-Authen-TacacsPlus: Makefile distinfo

Log Message:
p5-Authen-TacacsPlus: update to 0.28.

0.27 2020-02-09  Mike McCauley
     - Patch from Jacob Farkas via RT to allow building under on Alpine Linux
     under Docker on armv7l, and possibly others

0.28 2020-03-14 Mike McCauley
     - Patch from Heikki Vatiainen:
     - File descriptor leak introduced in release 0.25 where check for open
     connection was added to TacacsPlus::close() before calling tacpluslib's
     deinit_tac_session()
     - File descriptor leak in tacpluslib's init_tac_session where close()
     was not called for the newly created socket if, for example, destination
     host was unreachable
     - Port and Timeout TacacsPlus::new() parameters were documented
     incorrectly. The are not passed within array references.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/p5-Authen-TacacsPlus/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/p5-Authen-TacacsPlus/distinfo

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

Modified files:

Index: pkgsrc/security/p5-Authen-TacacsPlus/Makefile
diff -u pkgsrc/security/p5-Authen-TacacsPlus/Makefile:1.20 pkgsrc/security/p5-Authen-TacacsPlus/Makefile:1.21
--- pkgsrc/security/p5-Authen-TacacsPlus/Makefile:1.20  Mon Aug 31 18:11:10 2020
+++ pkgsrc/security/p5-Authen-TacacsPlus/Makefile       Mon Sep  7 13:52:00 2020
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2020/08/31 18:11:10 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.21 2020/09/07 13:52:00 wiz Exp $
 
-DISTNAME=      Authen-TacacsPlus-0.26
+DISTNAME=      Authen-TacacsPlus-0.28
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
-CATEGORIES=    perl5 security
+CATEGORIES=    security perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Authen/}
 
 MAINTAINER=    pettai%NetBSD.org@localhost

Index: pkgsrc/security/p5-Authen-TacacsPlus/distinfo
diff -u pkgsrc/security/p5-Authen-TacacsPlus/distinfo:1.6 pkgsrc/security/p5-Authen-TacacsPlus/distinfo:1.7
--- pkgsrc/security/p5-Authen-TacacsPlus/distinfo:1.6   Thu Apr  6 13:42:46 2017
+++ pkgsrc/security/p5-Authen-TacacsPlus/distinfo       Mon Sep  7 13:52:00 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2017/04/06 13:42:46 mef Exp $
+$NetBSD: distinfo,v 1.7 2020/09/07 13:52:00 wiz Exp $
 
-SHA1 (Authen-TacacsPlus-0.26.tar.gz) = d64b982e649505887ea281bd7a498de28e9e6ee2
-RMD160 (Authen-TacacsPlus-0.26.tar.gz) = 80f07c45d5d91135b135256a815e891953922e5c
-SHA512 (Authen-TacacsPlus-0.26.tar.gz) = 50d9c4dca1cc8a3c9bae55c74c3d6b91ae741ded20ade8311e0e6a01bb1cbcbc95fdc3e3124727b1ac3b56cf364c2725fbd941d9e358481908d8369dd1a53be1
-Size (Authen-TacacsPlus-0.26.tar.gz) = 22897 bytes
+SHA1 (Authen-TacacsPlus-0.28.tar.gz) = 45b9531f5e0ff914073ab5467099f6b9ce5be420
+RMD160 (Authen-TacacsPlus-0.28.tar.gz) = 172f905fe45789dab34d3fb93160833a1a002d80
+SHA512 (Authen-TacacsPlus-0.28.tar.gz) = df2a9a2ea641c3f72956e0c511c6fca97c63088f17d2068b90ecb5c41ea33ce7c541ba98b291e08db9e732d6434edbc0f69e8cf12cc646bdb14898cb8739a40f
+Size (Authen-TacacsPlus-0.28.tar.gz) = 23061 bytes
 SHA1 (patch-aa) = e94f44e9ce1f7b8e18ac1cfabbe0ff36e9664216



Home | Main Index | Thread Index | Old Index