Import of pkgsrc-2015Q2
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
$NetBSD: distinfo,v 1.6 2012/01/26 06:05:04 sbd Exp $
|
||||
$NetBSD: distinfo,v 1.7 2015/04/14 14:23:14 joerg Exp $
|
||||
|
||||
SHA1 (beecrypt-4.1.1.tar.gz) = 5731fd4c6f960a5e9474f1f87611f88667cf98da
|
||||
RMD160 (beecrypt-4.1.1.tar.gz) = f284c702ef7b0fe703a669c7a18f0a89eaaa6f93
|
||||
Size (beecrypt-4.1.1.tar.gz) = 774424 bytes
|
||||
SHA1 (patch-configure) = c0986fe4d454466fc5df600a489b18d776ce3632
|
||||
SHA1 (patch-acinclude.m4) = c35fe6952cda843d26a9d75cfe001a4d49431167
|
||||
SHA1 (patch-configure) = 80baba5bdb2848abb9bd451aeca959a3ae81f842
|
||||
SHA1 (patch-configure.ac) = a1154ecad02465b85384944b53e18d3fbbb9e9d8
|
||||
|
||||
17
security/beecrypt/patches/patch-acinclude.m4
Normal file
17
security/beecrypt/patches/patch-acinclude.m4
Normal file
@@ -0,0 +1,17 @@
|
||||
$NetBSD: patch-acinclude.m4,v 1.1 2015/04/14 14:23:14 joerg Exp $
|
||||
|
||||
--- acinclude.m4.orig 2015-04-10 14:47:05.000000000 +0000
|
||||
+++ acinclude.m4
|
||||
@@ -904,7 +904,11 @@ EOF
|
||||
AC_LANG_PUSH(C)
|
||||
AC_TRY_COMPILE([],[{}],[
|
||||
bc_cv_as_noexecstack=yes
|
||||
- bc_gnu_stack='.section .note.GNU-stack,"",@progbits; .previous'
|
||||
+ if [ $bc_target_arch = arm ]; then
|
||||
+ bc_gnu_stack='.section .note.GNU-stack,"",%progbits; .previous'
|
||||
+ else
|
||||
+ bc_gnu_stack='.section .note.GNU-stack,"",@progbits; .previous'
|
||||
+ fi
|
||||
],[
|
||||
CFLAGS=$CFLAGS_save
|
||||
CXXFLAGS=$CXXFLAGS_save
|
||||
@@ -1,8 +1,21 @@
|
||||
$NetBSD: patch-configure,v 1.1 2012/01/26 06:05:04 sbd Exp $
|
||||
$NetBSD: patch-configure,v 1.2 2015/04/14 14:23:14 joerg Exp $
|
||||
|
||||
--- configure.orig 2004-11-19 12:33:58.000000000 +0000
|
||||
+++ configure
|
||||
@@ -31826,7 +31826,7 @@ case $target_os in
|
||||
@@ -6930,7 +6930,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
|
||||
(exit $ac_status); }; }; then
|
||||
|
||||
bc_cv_as_noexecstack=yes
|
||||
- bc_gnu_stack='.section .note.GNU-stack,"",@progbits; .previous'
|
||||
+ if [ $bc_target_arch = arm ]; then
|
||||
+ bc_gnu_stack='.section .note.GNU-stack,"",%progbits; .previous'
|
||||
+ else
|
||||
+ bc_gnu_stack='.section .note.GNU-stack,"",@progbits; .previous'
|
||||
+ fi
|
||||
|
||||
else
|
||||
echo "$as_me: failed program was:" >&5
|
||||
@@ -31826,7 +31830,7 @@ case $target_os in
|
||||
linux*)
|
||||
case $bc_target_arch in
|
||||
powerpc64 | s390x | x86_64)
|
||||
|
||||
Reference in New Issue
Block a user