[Lunar-commits] r24437 - moonbase/trunk/net/portmap
Florin Braescu
florin at lunar-linux.org
Tue May 15 22:19:08 CEST 2007
Author: florin
Date: 2007-05-15 22:19:08 +0200 (Tue, 15 May 2007)
New Revision: 24437
Modified:
moonbase/trunk/net/portmap/BUILD
moonbase/trunk/net/portmap/DETAILS
Log:
bump the version from 4 to 6.0. This first new release in 10 years combines assorted patches from different Linux distributions. Security was improved so that privileged services can register non-privileged ports that cannot then be unregistered by other users.
Modified: moonbase/trunk/net/portmap/BUILD
===================================================================
--- moonbase/trunk/net/portmap/BUILD 2007-05-15 18:56:14 UTC (rev 24436)
+++ moonbase/trunk/net/portmap/BUILD 2007-05-15 20:19:08 UTC (rev 24437)
@@ -7,9 +7,6 @@
fi &&
sedit "s/const char \*what/__const char \*what/" portmap.c &&
- # Fixes the errno compile error, please test next version without.
- sedit "s/extern int errno;/#include<errno.h>/" portmap.c &&
-
make WRAP_DIR=/usr/lib &&
prepare_install &&
cp portmap /sbin &&
Modified: moonbase/trunk/net/portmap/DETAILS
===================================================================
--- moonbase/trunk/net/portmap/DETAILS 2007-05-15 18:56:14 UTC (rev 24436)
+++ moonbase/trunk/net/portmap/DETAILS 2007-05-15 20:19:08 UTC (rev 24437)
@@ -1,14 +1,15 @@
-# On next version update (Current version 4) please test without the errno
-# sedit fix line
MODULE=portmap
- VERSION=4
- SOURCE=${MODULE}_$VERSION.tar.gz
+ VERSION=6.0
+ SOURCE=${MODULE}-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_$VERSION
- SOURCE_URL[0]=ftp://ftp.porcupine.org/pub/security/
- WEB_SITE=ftp://ftp.porcupine.org/pub/security/index.html
- SHORT="portmap manages RPC connections, which are used by NFS and NIS protocols."
+ SOURCE_URL[0]=http://neil.brown.name/$MODULE/
+ SOURCE_URL[1]=ftp://ftp.porcupine.org/pub/security/
+ SOURCE_VFY=sha1:8133aaf1bdb0d0ba0b2d26e116e1e0397a3f027b
+ WEB_SITE=ftp://ftp.porcupine.org/pub/security/
+ SHORT="Portmap manages RPC connections, which are used by NFS and NIS protocols"
ENTERED=20010922
- UPDATED=20020115
+ UPDATED=20070515
+
cat << EOF
The portmapper manages RPC connections, which are used by protocols such
as NFS and NIS. The portmap server must be running on machines which act
More information about the Lunar-commits
mailing list