summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2007-01-30 20:56:35 +0000
committerAndrey Slusar <anray@FreeBSD.org>2007-01-30 20:56:35 +0000
commitea063428cf7675c298edf7b4a9f2e06dad8e77b1 (patch)
treeb89c3905aa3d5ae01ec48b32e9e09a16fa0f78d2 /news
parent- Remove stray empty file (diff)
Update to 5.1.7
Notes
Notes: svn path=/head/; revision=183734
Diffstat (limited to 'news')
-rw-r--r--news/fidogate-ds/Makefile3
-rw-r--r--news/fidogate-ds/distinfo6
-rw-r--r--news/fidogate-ds/files/patch-ftntoss.c11
-rw-r--r--news/fidogate-ds/files/patch-outb-kill.in18
4 files changed, 4 insertions, 34 deletions
diff --git a/news/fidogate-ds/Makefile b/news/fidogate-ds/Makefile
index 2c36951e7687..7273ccb27d93 100644
--- a/news/fidogate-ds/Makefile
+++ b/news/fidogate-ds/Makefile
@@ -5,8 +5,7 @@
#
PORTNAME= fidogate
-PORTVERSION= 5.1.6
-PORTREVISION= 2
+PORTVERSION= 5.1.7
CATEGORIES= news mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rusfidogate
diff --git a/news/fidogate-ds/distinfo b/news/fidogate-ds/distinfo
index c4ceb2385770..7c1624ce8aab 100644
--- a/news/fidogate-ds/distinfo
+++ b/news/fidogate-ds/distinfo
@@ -1,3 +1,3 @@
-MD5 (fidogate5.1.6ds.tar.bz2) = a089d5807c390e06e7ef1894d1d4322d
-SHA256 (fidogate5.1.6ds.tar.bz2) = 74d71773c0601879e153aca2ff74d0befe860a7b4af539e8ecc348b72300e5c2
-SIZE (fidogate5.1.6ds.tar.bz2) = 698130
+MD5 (fidogate5.1.7ds.tar.bz2) = 8ae0a43177c3f491881e9f0597462ab6
+SHA256 (fidogate5.1.7ds.tar.bz2) = 4188c8cb1ace874cfd66f83ece933d8cda9394934a3a1351b94c01955422cc33
+SIZE (fidogate5.1.7ds.tar.bz2) = 698091
diff --git a/news/fidogate-ds/files/patch-ftntoss.c b/news/fidogate-ds/files/patch-ftntoss.c
deleted file mode 100644
index 3ce64bd5fe2d..000000000000
--- a/news/fidogate-ds/files/patch-ftntoss.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/toss/ftntoss.c.orig Mon Jan 29 12:53:14 2007
-+++ src/toss/ftntoss.c Mon Jan 29 12:53:22 2007
-@@ -882,7 +882,7 @@
- #endif /* !SECURITY */
-
- if (NULL != (pwd = passwd_lookup("packet", &msg->node_from)) &&
-- !stricmp(pkt->passwd, pwd->passwd))
-+ stricmp(pkt->passwd, pwd->passwd))
- {
- fglog("Insecure echomail packet from %s, area %s (%s pkt password)",
- znfp1(&msg->node_from), areaname,
diff --git a/news/fidogate-ds/files/patch-outb-kill.in b/news/fidogate-ds/files/patch-outb-kill.in
deleted file mode 100644
index 687af9d35afc..000000000000
--- a/news/fidogate-ds/files/patch-outb-kill.in
+++ /dev/null
@@ -1,18 +0,0 @@
---- scripts/outbound/outb-kill.in.orig Tue Jan 9 16:24:31 2007
-+++ scripts/outbound/outb-kill.in Tue Jan 9 16:24:52 2007
-@@ -6,6 +6,7 @@
- #
-
- BIN=<BINDIR>
-+LIBEXEC=<LIBEXECDIR>
-
- for n in $*; do
- [ -z "$n" ] && exit 0;
-@@ -19,6 +20,6 @@
- echo "Unsubscribing to all areas ..."
- $BIN/ftnaf -- $n '-*'
- echo "Killing outbound files ..."
-- $BIN/ftnflo -v -x "echo ' %s'" -- $n
-+ $LIBEXEC/ftnflo -v -x "echo ' %s'" -- $n
- fi
- done