diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-10-20 23:22:08 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-10-20 23:22:08 +0000 |
commit | 7bb38a888127b9797feb980245ab566eb0a4bcc3 (patch) | |
tree | 7efe62bce976a5818861e2b4649c4a9586df3077 | |
parent | 7dff20aa1f0674a737a2e208557ca06bccb283fe (diff) | |
download | pkgsrc-7bb38a888127b9797feb980245ab566eb0a4bcc3.tar.gz |
Update to 1.3.8
- Fixed base_conf_contents.php to include colored alerts -- Jonathan W Miner
- Fixed base_main.php to remove an extra table and repair two column display -- Jonathan W Miner
- Added exit() to the redirect to fix security hole -- Jon Hart
- removed fpdf file to save room since we are not using them. -- Kevin Johnson
- Fixed bug #1723928 Top Right, Database and User not shown -- Kevin Johnson
- Added base_header wrapper, please use it instead of header if you're not sure -- GaRaGeD
- Fixed Bug #1675094 snort signature information links broken (really a hack!) -- Kevin Johnson
- Fixed Bug #1689885 Maybe need count(DISTINCT ip_src) to sort by IP correctly -- Kevin Johnson
- Fixed Bug #1649659 Use of archive DB seems broken in "karen" release -- Kevin Johnson
- Cleaned a warning -- Marek Cruz
- Spanish install guide -- Daniel Medianero
-rw-r--r-- | security/base/Makefile | 6 | ||||
-rw-r--r-- | security/base/PLIST | 4 | ||||
-rw-r--r-- | security/base/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/security/base/Makefile b/security/base/Makefile index 3ff38f4b19a..016dbdc7720 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2007/07/04 20:54:56 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2007/10/20 23:22:08 adrianp Exp $ # -DISTNAME= base-1.3.6 +DISTNAME= base-1.3.8 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=secureideas/} @@ -36,6 +36,8 @@ WWW_GROUP?= ${APACHE_GROUP} USE_TOOLS+= perl:run REPLACE_PERL+= scripts/base_maintenance.pl +SKIP_PORTABILITY_CHECK= YES + PKG_GROUPS_VARS+= WWW_GROUP PKG_USERS_VARS+= WWW_USER diff --git a/security/base/PLIST b/security/base/PLIST index ea49c9e7e36..49ad206ea0c 100644 --- a/security/base/PLIST +++ b/security/base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2007/05/18 23:27:22 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.6 2007/10/20 23:22:09 adrianp Exp $ share/base/admin/base_roleadmin.php share/base/admin/base_useradmin.php share/base/admin/index.php @@ -63,8 +63,6 @@ share/base/includes/base_state_criteria.inc.php share/base/includes/base_state_query.inc.php share/base/includes/base_template.php share/base/includes/base_user.inc.php -share/base/includes/fpdf_class.php -share/base/includes/fpdf_fonts.php share/base/index.php share/base/languages/chinese.lang.php share/base/languages/czech.lang.php diff --git a/security/base/distinfo b/security/base/distinfo index b18b31fe6f3..9fccfd032db 100644 --- a/security/base/distinfo +++ b/security/base/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2007/05/18 23:27:23 adrianp Exp $ +$NetBSD: distinfo,v 1.8 2007/10/20 23:22:09 adrianp Exp $ -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 (base-1.3.8.tar.gz) = 58c83c0243e5f9b3620f4f12be237477c3e1e270 +RMD160 (base-1.3.8.tar.gz) = 46910d6d29f7b722c5d21608f461a04c98e1af1e +Size (base-1.3.8.tar.gz) = 481045 bytes SHA1 (patch-aa) = 71c95cbf0bfe45ee818c409bfe9d57753b71689d |