From ea063428cf7675c298edf7b4a9f2e06dad8e77b1 Mon Sep 17 00:00:00 2001 From: Andrey Slusar Date: Tue, 30 Jan 2007 20:56:35 +0000 Subject: Update to 5.1.7 --- news/fidogate-ds/Makefile | 3 +-- news/fidogate-ds/distinfo | 6 +++--- news/fidogate-ds/files/patch-ftntoss.c | 11 ----------- news/fidogate-ds/files/patch-outb-kill.in | 18 ------------------ 4 files changed, 4 insertions(+), 34 deletions(-) delete mode 100644 news/fidogate-ds/files/patch-ftntoss.c delete mode 100644 news/fidogate-ds/files/patch-outb-kill.in (limited to 'news') 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= -+LIBEXEC= - - 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 -- cgit v1.2.3