pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bftpd bftpd: Update to version 5.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/43c53159aea8
branches: trunk
changeset: 315454:43c53159aea8
user: nia <nia%pkgsrc.org@localhost>
date: Sat Nov 24 11:29:15 2018 +0000
description:
bftpd: Update to version 5.0
Changes:
Jesse Smith <jessefrgsmith%yahoo.ca@localhost> -> 5.0
- Added more checks to places where we are mapping a file
or checking for symbolic links. Should avoid trying to
operating on invalid path names or broken symlinks.
Issue reported by Xu.
Jesse Smith <jessefrgsmith%yahoo.ca@localhost> -> 4.9
- Several checks added to chdir() and other
return codes to make sure syscalls are all returning
properly. Patch provided by Zhouyang Jia.
- Fixed some compiler warnings due to unused or
oddly indented code.
Jesse Smith <jessefrgsmith%yahoo.ca@localhost> -> 4.8
- Fixed potential double-free bug during Bftpd shutdown.
- Fixed potential unititalized variable.
Thanks to Alex for reporting these bugs.
Jesse Smith <jessefrgsmith%yahoo.ca@localhost> -> 4.7
- Fixed memory leak in rename function.
Thanks to Alex for reporting this bug.
Jesse Smith <jessefrgsmith%yahoo.ca@localhost> -> 4.6
- Avoid memory corruption when reading config file by initalizing memory.
- Make sure CHROOT is default option, even if it is not specified
in the config file.
Thanks for Anton Yuzhaninov for providing the above two fixes.
Jesse Smith <jessefrgsmith%yahoo.ca@localhost> -> 4.5
- Avoid potential buffer underflow in main.c
Thanks to Andreas for pointing out this problem.
diffstat:
net/bftpd/Makefile | 4 ++--
net/bftpd/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (29 lines):
diff -r 10e0b1dff731 -r 43c53159aea8 net/bftpd/Makefile
--- a/net/bftpd/Makefile Sat Nov 24 11:00:15 2018 +0000
+++ b/net/bftpd/Makefile Sat Nov 24 11:29:15 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2016/09/18 18:08:49 wiedi Exp $
+# $NetBSD: Makefile,v 1.18 2018/11/24 11:29:15 nia Exp $
#
-DISTNAME= bftpd-4.4
+DISTNAME= bftpd-5.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bftpd/}
diff -r 10e0b1dff731 -r 43c53159aea8 net/bftpd/distinfo
--- a/net/bftpd/distinfo Sat Nov 24 11:00:15 2018 +0000
+++ b/net/bftpd/distinfo Sat Nov 24 11:29:15 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2016/03/06 13:29:34 nros Exp $
+$NetBSD: distinfo,v 1.10 2018/11/24 11:29:15 nia Exp $
-SHA1 (bftpd-4.4.tar.gz) = 7852775d98782739b785ebcd1d56b11b65f738c3
-RMD160 (bftpd-4.4.tar.gz) = 5fab388cae684c1d34b854999bb4c090c02ad3c8
-SHA512 (bftpd-4.4.tar.gz) = 290efff4db849f7a3004a268a78a499b866bd7f9061f7880813a3bf1db2cd63ff508e64bada1b6bcd48ab40732e3fb0da9b29fd49712149f9945cd53920a7d62
-Size (bftpd-4.4.tar.gz) = 164940 bytes
+SHA1 (bftpd-5.0.tar.gz) = afed309a12bc97054530e802b778d9de59a19dbd
+RMD160 (bftpd-5.0.tar.gz) = 577c7752c57e2a2a66ca18e577b5a09a6d65d0de
+SHA512 (bftpd-5.0.tar.gz) = 99daa36647e98cc78bc2fe79843af73f0862fd21eedf8656d5c3f28cc298ce84c6937fca50b8b40f287bf702cf3f720c7858ea68029d6ba2bc8e281347f6da89
+Size (bftpd-5.0.tar.gz) = 165751 bytes
SHA1 (patch-aa) = 3b4444d79533fd8b2ec7bc99eb53c34ca2113350
Home |
Main Index |
Thread Index |
Old Index