diff options
author | sem <sem@FreeBSD.org> | 2005-11-01 03:49:01 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-11-01 03:49:01 +0800 |
commit | 1d7003adb668dbfc013a04261d16edaa47d831d0 (patch) | |
tree | ca6cd3a363e62154b1781370f9d3a0a068bae878 /security/base/Makefile | |
parent | 570b707baa7ce5cadbd95ba59704d435e7f83191 (diff) | |
download | freebsd-ports-gnome-1d7003adb668dbfc013a04261d16edaa47d831d0.tar.gz freebsd-ports-gnome-1d7003adb668dbfc013a04261d16edaa47d831d0.tar.zst freebsd-ports-gnome-1d7003adb668dbfc013a04261d16edaa47d831d0.zip |
- Update security/base to 1.2.1, which fixes a SQL injection issue
derived from ACID.
PR: ports/88257
Submitted by: maintainer
Security: http://www.vuxml.org/freebsd/f38c87a5-4a3e-11da-8ba2-0004614cc33d.html
Diffstat (limited to 'security/base/Makefile')
-rw-r--r-- | security/base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/base/Makefile b/security/base/Makefile index 135a70e45248..3c7f20059c8d 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -6,7 +6,7 @@ # PORTNAME= base -PORTVERSION= 1.2 +PORTVERSION= 1.2.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= secureideas |