Tue Aug 12 14:59:44 2008 UTC ()
>From maintainer, Jeff Woodall, via PR 39343:

 Updates net/Geomyidae[1] gopher server package to current release (0.12)
 which includes the following changes:
  - fixes script.cgi user/group permissions security issue [2]
  - changes the default logging level from 7 to 15
  - updates files/Geomyidae.sh and Geomyidae.8

 [1] http://www.r-36.net/
 [2] patch by jneitzel@freeshell.org

(I only tested install and deinstall -- reed.)


(reed)
diff -r1.1.1.1 -r1.2 pkgsrc/net/Geomyidae/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/net/Geomyidae/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/net/Geomyidae/files/Geomyidae.sh

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/Geomyidae/Makefile (expand / switch to unified diff)

--- pkgsrc/net/Geomyidae/Makefile 2008/04/06 11:50:36 1.1.1.1
+++ pkgsrc/net/Geomyidae/Makefile 2008/08/12 14:59:44 1.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.1.1.1 2008/04/06 11:50:36 obache Exp $ 1# $NetBSD: Makefile,v 1.2 2008/08/12 14:59:44 reed Exp $
2# 2#
3 3
4DISTNAME= Geomyidae-0.11 4DISTNAME= Geomyidae-0.12
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= http://www.r-36.net/ 6MASTER_SITES= http://www.r-36.net/
7EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
8 8
9MAINTAINER= jgw@freeshell.org 9MAINTAINER= jgw@freeshell.org
10HOMEPAGE= http://www.r-36.net/ 10HOMEPAGE= http://www.r-36.net/
11COMMENT= Gopher daemon for Linux/BSD 11COMMENT= Gopher daemon for Linux/BSD
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15NO_CONFIGURE= yes 15NO_CONFIGURE= yes
16 16
17EGDIR= ${PREFIX}/share/examples/Geomyidae 17EGDIR= ${PREFIX}/share/examples/Geomyidae

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/Geomyidae/distinfo (expand / switch to unified diff)

--- pkgsrc/net/Geomyidae/distinfo 2008/04/06 11:50:36 1.1.1.1
+++ pkgsrc/net/Geomyidae/distinfo 2008/08/12 14:59:44 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2008/04/06 11:50:36 obache Exp $ 1$NetBSD: distinfo,v 1.2 2008/08/12 14:59:44 reed Exp $
2 2
3SHA1 (Geomyidae-0.11.tgz) = 826a567a98014dc25a445ee70dbaed32010ff829 3SHA1 (Geomyidae-0.12.tgz) = 0a3cfbf26ca867b585d95d0db6f15c26ceed8887
4RMD160 (Geomyidae-0.11.tgz) = ba5cf61add992dfcc32c6fc6f2ad09e6076c7499 4RMD160 (Geomyidae-0.12.tgz) = db8389297d9a3324305b4795df2051159032be30
5Size (Geomyidae-0.11.tgz) = 10777 bytes 5Size (Geomyidae-0.12.tgz) = 11014 bytes

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/Geomyidae/files/Attic/Geomyidae.sh (expand / switch to unified diff)

--- pkgsrc/net/Geomyidae/files/Attic/Geomyidae.sh 2008/04/06 11:50:36 1.1.1.1
+++ pkgsrc/net/Geomyidae/files/Attic/Geomyidae.sh 2008/08/12 14:59:44 1.2
@@ -1,36 +1,36 @@ @@ -1,36 +1,36 @@
1#!@RCD_SCRIPTS_SHELL@ 1#!@RCD_SCRIPTS_SHELL@
2# 2#
3# $NetBSD: Geomyidae.sh,v 1.1.1.1 2008/04/06 11:50:36 obache Exp $ 3# $NetBSD: Geomyidae.sh,v 1.2 2008/08/12 14:59:44 reed Exp $
4# 4#
5 5
6# PROVIDE: Geomyidae 6# PROVIDE: Geomyidae
7# REQUIRE: DAEMON 7# REQUIRE: DAEMON
8# BEFORE: LOGIN 8# BEFORE: LOGIN
9 9
10$_rc_subr_loaded . /etc/rc.subr 10$_rc_subr_loaded . /etc/rc.subr
11#. /etc/rc.subr 11#. /etc/rc.subr
12 12
13name="Geomyidae" 13name="Geomyidae"
14rcvar="$name" 14rcvar="$name"
15command="@PREFIX@/sbin/$name" 15command="@PREFIX@/sbin/$name"
16 16
17##################################################### 17#####################################################
18# Geomyidae Options Setion - "?" => Geomyidae(8) # 18# Geomyidae Options Setion - "?" => Geomyidae(8) #
19# Uncomment & define options (defaults are shown) # 19# Uncomment & define options (defaults are shown) #
20##################################################### 20#####################################################
21# 21#
22#LOGFILE="-l /var/log/gopherd.log" 22#LOGFILE="-l /var/log/gopherd.log"
23#LOGLEVEL="-v 7" 23#LOGLEVEL="-v 15"
24#HTDOCS="-b /var/gopher" 24#HTDOCS="-b /var/gopher"
25#PORT="-p 70" 25#PORT="-p 70"
26#SPORT="-o 70" 26#SPORT="-o 70"
27#USR="-u $USER" 27#USR="-u $USER"
28#GRP="-g $GROUP" 28#GRP="-g $GROUP"
29#HOST="-h localhost" 29#HOST="-h localhost"
30#IP="-i 127.0.0.1" 30#IP="-i 127.0.0.1"
31 31
32###################################################### 32######################################################
33# Now remove any UNDEFINED options from line below: # 33# Now remove any UNDEFINED options from line below: #
34###################################################### 34######################################################
35# 35#
36command_args="$LOGFILE $LOGLEVEL $HTDOCS $PORT $SPORT $USR $GRP $HOST $IP" 36command_args="$LOGFILE $LOGLEVEL $HTDOCS $PORT $SPORT $USR $GRP $HOST $IP"