diff options
author | anray <anray@FreeBSD.org> | 2007-01-31 04:56:35 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2007-01-31 04:56:35 +0800 |
commit | aa87623744f3b0edac455cd0c9ec8027bce97f53 (patch) | |
tree | 718d9714ef25c6990c7e3bcd9815f2a9024533e7 /news | |
parent | cb6268b57ae4b7c574e190b1b0edb2d445660fa4 (diff) | |
download | freebsd-ports-gnome-aa87623744f3b0edac455cd0c9ec8027bce97f53.tar.gz freebsd-ports-gnome-aa87623744f3b0edac455cd0c9ec8027bce97f53.tar.zst freebsd-ports-gnome-aa87623744f3b0edac455cd0c9ec8027bce97f53.zip |
Update to 5.1.7
Diffstat (limited to 'news')
-rw-r--r-- | news/fidogate-ds/Makefile | 3 | ||||
-rw-r--r-- | news/fidogate-ds/distinfo | 6 | ||||
-rw-r--r-- | news/fidogate-ds/files/patch-ftntoss.c | 11 | ||||
-rw-r--r-- | news/fidogate-ds/files/patch-outb-kill.in | 18 |
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 |