diff options
author | adrianp <adrianp> | 2007-05-18 23:27:22 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-05-18 23:27:22 +0000 |
commit | e6e67628323a879fa65add4b2b89f3551fb69ddf (patch) | |
tree | 0842feceabc31bf018a69bb550465fc759382d57 /security | |
parent | c3eceff592bf7b7001c376109ffe6dc43ac95246 (diff) | |
download | pkgsrc-e6e67628323a879fa65add4b2b89f3551fb69ddf.tar.gz |
Update to 1.3.6
Lots of updates but some highlights in brief:
- Added base64 encoding support for ICMP payload additional table in base_qr
y_alert.php -- Juergen Leising
- Changed input type of the password field to actually be password in setup3
.php -- Nikns
- Fixed Time error in searches -- Jeff Kell
- Added FQDN to display -- Jonathan W Miner
- Fixed issues with graphing -- Kevin J
- Updated tons of HTML for complience -- Marek Cruz
Diffstat (limited to 'security')
-rw-r--r-- | security/base/Makefile | 8 | ||||
-rw-r--r-- | security/base/PLIST | 3 | ||||
-rw-r--r-- | security/base/distinfo | 8 |
3 files changed, 10 insertions, 9 deletions
diff --git a/security/base/Makefile b/security/base/Makefile index 02c038bda7d..ef60db17218 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2007/02/17 19:18:24 adrianp Exp $ +# $NetBSD: Makefile,v 1.13 2007/05/18 23:27:22 adrianp Exp $ # -DISTNAME= base-1.2.7 +DISTNAME= base-1.3.6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=secureideas/} @@ -52,7 +52,7 @@ SUBST_MESSAGE.conf= Fixing configuration files. post-extract: ${CP} ${FILESDIR}/base.conf ${WRKSRC}/base.conf - ${RM} ${WRKSRC}/includes/base_action.inc.php.orig + ${FIND} ${WRKSRC} -name *.php | ${XARGS} ${CHMOD} ${SHAREMODE} do-install: ${INSTALL_DATA_DIR} ${BASE_DIR} @@ -61,7 +61,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/base.conf ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/base_conf.php.dist ${EGDIR}/base_conf.php - ${INSTALL_SCRIPT} ${WRKSRC}/*.php ${BASE_DIR} + ${INSTALL_DATA} ${WRKSRC}/*.php ${BASE_DIR} . for f in ${DOC_FILES} ${INSTALL_DATA} ${WRKSRC}/docs/${f:Q} ${PREFIX}/share/doc/base diff --git a/security/base/PLIST b/security/base/PLIST index 05b3efefafd..ea49c9e7e36 100644 --- a/security/base/PLIST +++ b/security/base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2006/06/06 19:41:43 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.5 2007/05/18 23:27:22 adrianp Exp $ share/base/admin/base_roleadmin.php share/base/admin/base_useradmin.php share/base/admin/index.php @@ -17,6 +17,7 @@ share/base/base_hdr1.php share/base/base_hdr2.php share/base/base_main.php share/base/base_maintenance.php +share/base/base_logout.php share/base/base_payload.php share/base/base_qry_alert.php share/base/base_qry_common.php diff --git a/security/base/distinfo b/security/base/distinfo index 6b280d2e823..b18b31fe6f3 100644 --- a/security/base/distinfo +++ b/security/base/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2007/02/17 19:18:25 adrianp Exp $ +$NetBSD: distinfo,v 1.7 2007/05/18 23:27:23 adrianp Exp $ -SHA1 (base-1.2.7.tar.gz) = 6ce7af6f010d2e32f903758508987069ecb03b93 -RMD160 (base-1.2.7.tar.gz) = a078acf49da55a957f659e52f4e37f978bb1246c -Size (base-1.2.7.tar.gz) = 364282 bytes +SHA1 (base-1.3.6.tar.gz) = 817bdb0d42f21e5ffe3ae30794ecad2681e85135 +RMD160 (base-1.3.6.tar.gz) = 0ea139d65a071eeb6ce3080854d8d26f2344d359 +Size (base-1.3.6.tar.gz) = 363397 bytes SHA1 (patch-aa) = 71c95cbf0bfe45ee818c409bfe9d57753b71689d |