Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Authen-TacacsPlus p5-Authen-TacacsPlus: up...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06447eb73bf3
branches:  trunk
changeset: 438486:06447eb73bf3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 13:52:00 2020 +0000

description:
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.

diffstat:

 security/p5-Authen-TacacsPlus/Makefile |   8 +++-----
 security/p5-Authen-TacacsPlus/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs (33 lines):

diff -r 59afc4f5a786 -r 06447eb73bf3 security/p5-Authen-TacacsPlus/Makefile
--- a/security/p5-Authen-TacacsPlus/Makefile    Mon Sep 07 13:39:03 2020 +0000
+++ b/security/p5-Authen-TacacsPlus/Makefile    Mon Sep 07 13:52:00 2020 +0000
@@ -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
diff -r 59afc4f5a786 -r 06447eb73bf3 security/p5-Authen-TacacsPlus/distinfo
--- a/security/p5-Authen-TacacsPlus/distinfo    Mon Sep 07 13:39:03 2020 +0000
+++ b/security/p5-Authen-TacacsPlus/distinfo    Mon Sep 07 13:52:00 2020 +0000
@@ -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