diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2014-01-14 21:51:00 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2014-01-14 21:51:00 +0000 |
commit | e8a5545b14cd7ec08e076b12f7ca6084e819e56b (patch) | |
tree | c8d8fa75309c23da9ff3969efa15fc5075def594 /security | |
parent | 0d41b1cb9662798f293392c569c045456cb5d9e2 (diff) | |
download | pkgsrc-e8a5545b14cd7ec08e076b12f7ca6084e819e56b.tar.gz |
Add support for MirBSD to OpenSSL.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/distinfo | 4 | ||||
-rw-r--r-- | security/openssl/patches/patch-aa | 23 |
2 files changed, 16 insertions, 11 deletions
diff --git a/security/openssl/distinfo b/security/openssl/distinfo index 4a5b14cb197..9c61f7822b9 100644 --- a/security/openssl/distinfo +++ b/security/openssl/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.101 2014/01/10 14:32:42 tron Exp $ +$NetBSD: distinfo,v 1.102 2014/01/14 21:51:00 bsiegert Exp $ SHA1 (openssl-1.0.1f.tar.gz) = 9ef09e97dfc9f14ac2c042f3b7e301098794fc0f RMD160 (openssl-1.0.1f.tar.gz) = db8c07f8753fab2b76118d4c18175290356ed144 Size (openssl-1.0.1f.tar.gz) = 4509212 bytes -SHA1 (patch-aa) = 8311c7af603513d4574946386ba11f4a36953b0c +SHA1 (patch-aa) = 4e759762074b73f7f0f4c24d5b56d1156a4bfe6e SHA1 (patch-ac) = ecdafa378e73bd2d6789c985ea28ef4ab2126aa6 SHA1 (patch-ad) = bb86ac463fc4ab8b485df5f1a4fb9c13c1fc41c3 SHA1 (patch-ae) = 7a58f1765a3761321dcc8dafc5fe2e33207be480 diff --git a/security/openssl/patches/patch-aa b/security/openssl/patches/patch-aa index 031b78722fa..138e7329bb6 100644 --- a/security/openssl/patches/patch-aa +++ b/security/openssl/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.26 2013/07/26 11:27:02 ryoon Exp $ +$NetBSD: patch-aa,v 1.27 2014/01/14 21:51:00 bsiegert Exp $ ---- config.orig 2013-02-11 15:26:04.000000000 +0000 +--- config.orig Mon Feb 11 15:25:39 2013 +++ config @@ -49,6 +49,7 @@ done # First get uname entries that we use below @@ -32,7 +32,7 @@ $NetBSD: patch-aa,v 1.26 2013/07/26 11:27:02 ryoon Exp $ GNU*) echo "hurd-x86"; exit 0; ;; -@@ -218,12 +227,12 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${ +@@ -218,15 +227,15 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${ echo "${MACHINE}-whatever-freebsd"; exit 0 ;; @@ -47,8 +47,12 @@ $NetBSD: patch-aa,v 1.26 2013/07/26 11:27:02 ryoon Exp $ + echo "${MACHINE_ARCH}-whatever-netbsd"; exit 0 ;; - OpenBSD:*) -@@ -728,12 +737,19 @@ case "$GUESSOS" in +- OpenBSD:*) ++ OpenBSD:*|MirBSD:*) + echo "${MACHINE}-whatever-openbsd"; exit 0 + ;; + +@@ -728,6 +737,11 @@ case "$GUESSOS" in ;; *-*-sunos4) OUT="sunos-$CC" ;; @@ -60,6 +64,7 @@ $NetBSD: patch-aa,v 1.26 2013/07/26 11:27:02 ryoon Exp $ *86*-*-bsdi4) OUT="BSD-x86-elf"; options="$options no-sse2 -ldl" ;; alpha*-*-*bsd*) OUT="BSD-generic64"; options="$options -DL_ENDIAN" ;; powerpc64-*-*bsd*) OUT="BSD-generic64"; options="$options -DB_ENDIAN" ;; +@@ -734,6 +748,8 @@ case "$GUESSOS" in sparc64-*-*bsd*) OUT="BSD-sparc64" ;; ia64-*-*bsd*) OUT="BSD-ia64" ;; amd64-*-*bsd*) OUT="BSD-x86_64" ;; @@ -68,12 +73,12 @@ $NetBSD: patch-aa,v 1.26 2013/07/26 11:27:02 ryoon Exp $ *86*-*-*bsd*) # mimic ld behaviour when it's looking for libc... if [ -L /usr/lib/libc.so ]; then # [Free|Net]BSD libc=/usr/lib/libc.so -@@ -747,6 +763,8 @@ case "$GUESSOS" in +@@ -746,6 +762,8 @@ case "$GUESSOS" in + *) OUT="BSD-x86"; options="$options no-sse2" ;; esac ;; *-*-*bsd*) OUT="BSD-generic32" ;; - -+ *-*-interix) OUT="Interix" ;; + ++ *-*-interix) OUT="Interix" ;; + *-*-osf) OUT="osf1-alpha-cc" ;; *-*-tru64) OUT="tru64-alpha-cc" ;; - *-*-[Uu]nix[Ww]are7) |