Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Oct 2005 18:21:35 -0800 (PST)
From:      Linh Pham <question+fbsdports@closedsrc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/88257: Update port security/base: Update to 1.2.1 (fixes SQL injection issue)
Message-ID:  <20051031022135.27CA645042@q.closedsrc.org>
Resent-Message-ID: <200510310230.j9V2UGMP028871@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         88257
>Category:       ports
>Synopsis:       Update port security/base: Update to 1.2.1 (fixes SQL injection issue)
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 31 02:30:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Linh Pham
>Release:        FreeBSD 6.0-RC1 i386
>Organization:
>Environment:
System: FreeBSD q.internal.closedsrc.org 6.0-RC1 FreeBSD 6.0-RC1 #5: Fri Oct 21 12:42:31 PDT 2005 root@q.internal.closedsrc.org:/usr/obj/usr/src/sys/Q i386
>Description:
Update security/base to 1.2.1, which fixes a SQL injection issue in previous
versions and the derived software, ACID.
>How-To-Repeat:
>Fix:

--- base-1.2.1.diff begins here ---
diff -ruN /usr/ports/security/base/Makefile ./base/Makefile
--- /usr/ports/security/base/Makefile	Sat Oct 15 20:13:04 2005
+++ ./base/Makefile	Sun Oct 30 18:10:51 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	base
-PORTVERSION=	1.2
+PORTVERSION=	1.2.1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	secureideas
diff -ruN /usr/ports/security/base/distinfo ./base/distinfo
--- /usr/ports/security/base/distinfo	Sat Oct 15 20:13:04 2005
+++ ./base/distinfo	Sun Oct 30 18:12:03 2005
@@ -1,2 +1,2 @@
-MD5 (base-1.2.tar.gz) = 66acf9b2f565cbebb1d33e49d360ed3c
-SIZE (base-1.2.tar.gz) = 340007
+MD5 (base-1.2.1.tar.gz) = 7edc7b677d1ca9f69a7bd71d6adece18
+SIZE (base-1.2.1.tar.gz) = 344440
diff -ruN /usr/ports/security/base/pkg-plist ./base/pkg-plist
--- /usr/ports/security/base/pkg-plist	Sat Oct 15 20:13:04 2005
+++ ./base/pkg-plist	Sun Oct 30 18:14:03 2005
@@ -108,6 +108,7 @@
 www/base/sql/create_base_tbls_pgsql.sql
 www/base/sql/create_base_tbls_pgsql_extra.sql
 www/base/sql/upgrade_0.9.x_to_1.0-mysql.sql
+www/base/styles/base_black_style.css
 www/base/styles/base_red_style.css
 www/base/styles/base_style.css
 www/base/styles/acid_style.css
--- base-1.2.1.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051031022135.27CA645042>