diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-29 16:30:48 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-29 16:30:48 +0800 |
commit | d0586756c66104a1de9fae726ed0fec506fa2c6c (patch) | |
tree | 46a7eb3521d3b0b836758b4a42905913bff71ccb /security/sancp | |
parent | b36a79799f022c5aa7d0714a8864d8ba5e742332 (diff) | |
download | freebsd-ports-gnome-d0586756c66104a1de9fae726ed0fec506fa2c6c.tar.gz freebsd-ports-gnome-d0586756c66104a1de9fae726ed0fec506fa2c6c.tar.zst freebsd-ports-gnome-d0586756c66104a1de9fae726ed0fec506fa2c6c.zip |
Two new patches have been released, one resolves compiler issues on x86-64
architectures, the other fixes a critical problem that causes the program to
use 100% of the CPU. Both added them to the port.
PR: ports/99596
Submitted by: maintainer
Diffstat (limited to 'security/sancp')
-rw-r--r-- | security/sancp/Makefile | 3 | ||||
-rw-r--r-- | security/sancp/distinfo | 9 |
2 files changed, 8 insertions, 4 deletions
diff --git a/security/sancp/Makefile b/security/sancp/Makefile index a841f7ae6d56..da348f358132 100644 --- a/security/sancp/Makefile +++ b/security/sancp/Makefile @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= sancp PATCH_SITES= http://sancp.sourceforge.net/ PATCHFILES= sancp-1.6.1.fix200511.a.patch \ - sancp-1.6.1.fix200511.b.patch + sancp-1.6.1.fix200606.bd.patch \ + sancp-1.6.1.fix200601.c.patch PATCH_DIST_STRIP=-p1 MAINTAINER= pauls@utdallas.edu diff --git a/security/sancp/distinfo b/security/sancp/distinfo index 8c3cba4db408..62f4dd7ef326 100644 --- a/security/sancp/distinfo +++ b/security/sancp/distinfo @@ -4,6 +4,9 @@ SIZE (sancp-1.6.1.tar.gz) = 69986 MD5 (sancp-1.6.1.fix200511.a.patch) = 7b357ec3371fc399c7589261f0d8d11b SHA256 (sancp-1.6.1.fix200511.a.patch) = f80ea77873f03de40399c2c9247590829f02421d68758425cd139c48151eb13c SIZE (sancp-1.6.1.fix200511.a.patch) = 662 -MD5 (sancp-1.6.1.fix200511.b.patch) = 747aa31c477d726ce6a9b233e3e5f4ee -SHA256 (sancp-1.6.1.fix200511.b.patch) = 0bbcf2797d689f9eaa46933262edc3badd644636fb8821832264bab454a870c0 -SIZE (sancp-1.6.1.fix200511.b.patch) = 870 +MD5 (sancp-1.6.1.fix200606.bd.patch) = c073023ce198326e5724704f50a926dc +SHA256 (sancp-1.6.1.fix200606.bd.patch) = d8c773a879944011a6e43b6632e7f11e8c0bb267e5750be76873d1d172b49c27 +SIZE (sancp-1.6.1.fix200606.bd.patch) = 6902 +MD5 (sancp-1.6.1.fix200601.c.patch) = 67be8fb2d747db03b61b157a340fc24c +SHA256 (sancp-1.6.1.fix200601.c.patch) = 38fe2e2db7419fb79c57b1e0505dbfda9958f56ab85259a84485111eb644880f +SIZE (sancp-1.6.1.fix200601.c.patch) = 3578 |