pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bftpd



Module Name:    pkgsrc
Committed By:   nros
Date:           Sat Dec  3 10:41:15 UTC 2022

Modified Files:
        pkgsrc/net/bftpd: Makefile distinfo

Log Message:
Update net/bftpd to version 6.1

Changes from CHANGELOG:

- Fixed linking errors on latest complilers GCC/Clang by
  addressing variable scope.
- Make sure we do not rely on argv or argv[0] being valid.
  Bftpd now exits with an error if arguements are not passed as expected.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/bftpd/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/bftpd/distinfo

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

Modified files:

Index: pkgsrc/net/bftpd/Makefile
diff -u pkgsrc/net/bftpd/Makefile:1.29 pkgsrc/net/bftpd/Makefile:1.30
--- pkgsrc/net/bftpd/Makefile:1.29      Sun Oct 17 10:11:20 2021
+++ pkgsrc/net/bftpd/Makefile   Sat Dec  3 10:41:15 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2021/10/17 10:11:20 nia Exp $
+# $NetBSD: Makefile,v 1.30 2022/12/03 10:41:15 nros Exp $
 
-DISTNAME=      bftpd-6.0
+DISTNAME=      bftpd-6.1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bftpd/}
 

Index: pkgsrc/net/bftpd/distinfo
diff -u pkgsrc/net/bftpd/distinfo:1.19 pkgsrc/net/bftpd/distinfo:1.20
--- pkgsrc/net/bftpd/distinfo:1.19      Tue Oct 26 11:05:24 2021
+++ pkgsrc/net/bftpd/distinfo   Sat Dec  3 10:41:15 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 11:05:24 nia Exp $
+$NetBSD: distinfo,v 1.20 2022/12/03 10:41:15 nros Exp $
 
-BLAKE2s (bftpd-6.0.tar.gz) = 30f1c34976f68eba71d14883a13134c07d566329d9f5116833fe6ce4ec72779a
-SHA512 (bftpd-6.0.tar.gz) = 26e5ef3729e0a46737617b2e48dee4c462e5633807206eff8f14df8368b6be758688eca167c3b49c324397761da16c817c022b19cf35966408d9e8c207bc7350
-Size (bftpd-6.0.tar.gz) = 167466 bytes
+BLAKE2s (bftpd-6.1.tar.gz) = 31475d50a3b817191b82463acfa149409949352980a959a9d9a2f385ab58c055
+SHA512 (bftpd-6.1.tar.gz) = 12af9be4c8995988c9fccfe0d26d928faa551b0b3a58a433a42453a768e28e7fd2711228c8944242483368b5bf4ec6e3adea293e1118b9afeb612d03e4863b42
+Size (bftpd-6.1.tar.gz) = 174284 bytes



Home | Main Index | Thread Index | Old Index