diff options
author | marino <marino> | 2011-12-17 16:09:46 +0000 |
---|---|---|
committer | marino <marino> | 2011-12-17 16:09:46 +0000 |
commit | 67185df29ed72fce1950378bb37697515e9da422 (patch) | |
tree | ab1499d009be4e02c3a77a411c3e711e4aa9f072 | |
parent | 8bb7fc3c1104781282d1541e4731b279e7bf567d (diff) | |
download | pkgsrc-67185df29ed72fce1950378bb37697515e9da422.tar.gz |
security/botan: Fix DragonFly
1) Update two configuration files to include DragonFly, which results in
additional generated files.
2) Update PLIST.DragonFly (it was wrong in any case)
-rw-r--r-- | security/botan/PLIST.DragonFly | 6 | ||||
-rw-r--r-- | security/botan/distinfo | 4 | ||||
-rw-r--r-- | security/botan/patches/patch-src_entropy_unix_procs_info.txt | 12 | ||||
-rw-r--r-- | security/botan/patches/patch-src_hash_sha1_amd64_info.txt | 12 |
4 files changed, 32 insertions, 2 deletions
diff --git a/security/botan/PLIST.DragonFly b/security/botan/PLIST.DragonFly index f6cb6f0c8db..23277bb8ef7 100644 --- a/security/botan/PLIST.DragonFly +++ b/security/botan/PLIST.DragonFly @@ -1,4 +1,8 @@ -@comment $NetBSD: PLIST.DragonFly,v 1.2 2011/12/08 03:01:03 jmmv Exp $ +@comment $NetBSD: PLIST.DragonFly,v 1.3 2011/12/17 16:09:46 marino Exp $ +include/botan/asm_macr.h ${PLIST.x86_64}include/botan/eng_amd64.h +include/botan/eng_sse2.h include/botan/es_ftw.h ${PLIST.x86_64}include/botan/sha1_amd64.h +include/botan/sha1_sse2.h +include/botan/tm_posix.h diff --git a/security/botan/distinfo b/security/botan/distinfo index 08369b30f36..4ccdc30f86c 100644 --- a/security/botan/distinfo +++ b/security/botan/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2011/11/25 21:25:26 joerg Exp $ +$NetBSD: distinfo,v 1.11 2011/12/17 16:09:46 marino Exp $ SHA1 (Botan-1.8.13.tgz) = 7453abcff8539059b813acfb3f87ab8b74f8b03c RMD160 (Botan-1.8.13.tgz) = 0e0972493e693e72df1c1a66838948fcede5eec1 @@ -6,3 +6,5 @@ Size (Botan-1.8.13.tgz) = 3043024 bytes SHA1 (patch-ab) = a53a3e23722d8f478c5a6c5ecf1df08d74fd21c0 SHA1 (patch-ac) = 4f98ff086983b27ed17d048486a8afced47e7970 SHA1 (patch-ak) = 7bf66c1faa84971b490be96efefac0ef44f97b70 +SHA1 (patch-src_entropy_unix_procs_info.txt) = c2685db5fbd16a67b008b738730518858265ebc0 +SHA1 (patch-src_hash_sha1_amd64_info.txt) = d83a7b88b5860a596607e529b29090afa16dcda7 diff --git a/security/botan/patches/patch-src_entropy_unix_procs_info.txt b/security/botan/patches/patch-src_entropy_unix_procs_info.txt new file mode 100644 index 00000000000..d1491ae889e --- /dev/null +++ b/security/botan/patches/patch-src_entropy_unix_procs_info.txt @@ -0,0 +1,12 @@ +$NetBSD: patch-src_entropy_unix_procs_info.txt,v 1.1 2011/12/17 16:09:46 marino Exp $ + +--- src/entropy/unix_procs/info.txt.orig 2011-07-08 19:47:40.000000000 +0000 ++++ src/entropy/unix_procs/info.txt +@@ -18,6 +18,7 @@ aix + beos + cygwin + darwin ++dragonfly + #freebsd + hpux + irix diff --git a/security/botan/patches/patch-src_hash_sha1_amd64_info.txt b/security/botan/patches/patch-src_hash_sha1_amd64_info.txt new file mode 100644 index 00000000000..239e56c000b --- /dev/null +++ b/security/botan/patches/patch-src_hash_sha1_amd64_info.txt @@ -0,0 +1,12 @@ +$NetBSD: patch-src_hash_sha1_amd64_info.txt,v 1.1 2011/12/17 16:09:46 marino Exp $ + +--- src/hash/sha1_amd64/info.txt.orig 2011-07-08 19:47:40.000000000 +0000 ++++ src/hash/sha1_amd64/info.txt +@@ -22,6 +22,7 @@ icc + # ELF systems + <os> + linux ++dragonfly + netbsd + openbsd + solaris |