diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-12-21 20:53:18 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-12-21 20:53:18 +0000 |
commit | 5f3b950addcc74b67e4c9c1c0c9d44dbd24e28f5 (patch) | |
tree | acda370702501ffe4022a3b4c7a15c773b799bbc /net/dhisd | |
parent | cb32981b445012155e88462378568a249e8792c9 (diff) | |
download | pkgsrc-5f3b950addcc74b67e4c9c1c0c9d44dbd24e28f5.tar.gz |
Update DHIS server to 5.1, per PR pkg/28704.
Changes:
AUTH_ACK packets return the client's external interface IP address
for its possible use.
Diffstat (limited to 'net/dhisd')
-rw-r--r-- | net/dhisd/Makefile | 5 | ||||
-rw-r--r-- | net/dhisd/distinfo | 8 | ||||
-rw-r--r-- | net/dhisd/patches/patch-aa | 8 |
3 files changed, 10 insertions, 11 deletions
diff --git a/net/dhisd/Makefile b/net/dhisd/Makefile index ff9be6b0f44..3c7ede99943 100644 --- a/net/dhisd/Makefile +++ b/net/dhisd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/10/03 00:17:50 tv Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/21 20:53:18 hubertf Exp $ # -DISTNAME= dhisd-5.0 -PKGREVISION= 2 +DISTNAME= dhisd-5.1 CATEGORIES= net MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/ diff --git a/net/dhisd/distinfo b/net/dhisd/distinfo index bf124d31569..5af43a49f75 100644 --- a/net/dhisd/distinfo +++ b/net/dhisd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2004/01/11 14:49:19 cjep Exp $ +$NetBSD: distinfo,v 1.3 2004/12/21 20:53:18 hubertf Exp $ -SHA1 (dhisd-5.0.tar.gz) = 05e0a40bf07a2274d40b90b663a2a853b3aa526b -Size (dhisd-5.0.tar.gz) = 27737 bytes -SHA1 (patch-aa) = fea2567e7cac0b594042c542173261e23a48efe8 +SHA1 (dhisd-5.1.tar.gz) = e4e46bac4a07dcbe3d3e687fb4532fcd309de8ec +Size (dhisd-5.1.tar.gz) = 27910 bytes +SHA1 (patch-aa) = 1ec1ecb791e156caf899ccdd6ade3ac9f659f648 SHA1 (patch-ab) = 998607a6f718a276fb9584f94c0d3232295b0fbc diff --git a/net/dhisd/patches/patch-aa b/net/dhisd/patches/patch-aa index 38166ab14e9..8a2f39c2cb7 100644 --- a/net/dhisd/patches/patch-aa +++ b/net/dhisd/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.2 2004/01/11 14:49:19 cjep Exp $ +$NetBSD: patch-aa,v 1.3 2004/12/21 20:53:18 hubertf Exp $ ---- Makefile.orig 2001-04-01 15:05:44.000000000 +0100 -+++ Makefile +--- Makefile.orig 2001-09-12 18:30:18.000000000 +0900 ++++ Makefile 2004-12-17 14:43:42.000000000 +0900 @@ -26,11 +26,11 @@ - # DHIS(c) Dynamic Host Information System Release 5.0 + # DHIS(c) Dynamic Host Information System Release 5.1 CC=gcc -CFLAGS=-Wall -Wformat -I/usr/local/include # -DDONT_FORK |