1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Update to 0.9.7

- Bug fixes:
- Support PROT in SSL mode. Fixes:
- Filezilla, TurboFTP fail to connect in SSLv3 mode.
- Fix vulnerability caused by misuse of fprintf().

PR:		ports/117908
Approved by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer),
		linimon (mentor)
Security:	http://www.vuxml.org/freebsd/b2571f88-a867-11dc-a6f0-00a0cce0781e.html
This commit is contained in:
Beech Rintoul 2007-12-13 03:11:02 +00:00
parent 30c8389d61
commit a928726e0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203436
3 changed files with 4 additions and 17 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= smbftpd
PORTVERSION= 0.96
PORTVERSION= 0.97
CATEGORIES= ftp
MASTER_SITES= http://www.twbsd.org/download/download.php?file=smbftpd/

View File

@ -1,3 +1,3 @@
MD5 (smbftpd-0.96.tar.gz) = bd44ae80674993793c7206818b17d755
SHA256 (smbftpd-0.96.tar.gz) = b2f9fb2614c0af2da7404e4228257d66ee463c0bcdb7a0aabc4317689c6e9a6b
SIZE (smbftpd-0.96.tar.gz) = 124016
MD5 (smbftpd-0.97.tar.gz) = e4c7e4f3b432d79cfd5b3cfafdbff069
SHA256 (smbftpd-0.97.tar.gz) = 6e4508f885a08e07c744f5861cccdc6d1813e079ce9d6fa9f3eae55cf5635819
SIZE (smbftpd-0.97.tar.gz) = 123190

View File

@ -1,13 +0,0 @@
--- Makefile.in.old Mon Jan 23 12:43:31 2006
+++ Makefile.in Mon Jan 23 12:44:39 2006
@@ -110,8 +110,8 @@
fi;
@if [ "$(OSTYPE)" = "FreeBSD" ]; then \
- echo "install -c -m 755 os/FreeBSD/smbftpd.sh /usr/local/etc/rc.d/"; \
- install -c -m 755 os/FreeBSD/smbftpd.sh /usr/local/etc/rc.d/; \
+ echo "install -c -m 755 os/FreeBSD/smbftpd.sh $(PREFIX)/etc/rc.d/"; \
+ install -c -m 755 os/FreeBSD/smbftpd.sh $(PREFIX)/etc/rc.d/; \
elif [ "$(OSTYPE)" = "linux" ]; then \
if [ ! -f /etc/pam.d/ftpd ]; then \
echo "install install -c -m 644 os/linux/ftpd.pam /etc/pam.d/ftpd"; \