FreeBSD Bugzilla – Attachment 189867 Details for
Bug 225283
security/aespipe: Update to 2.4e, disable build-time x86/amd64/padlock/intelaes auto-detection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
aespipe-2.4e.patch
aespipe-2.4e.patch (text/plain), 1.70 KB, created by
Dmitri Goutnik
on 2018-01-17 21:36:27 UTC
(
hide
)
Description:
aespipe-2.4e.patch
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2018-01-17 21:36:27 UTC
Size:
1.70 KB
patch
obsolete
>Index: security/aespipe/Makefile >=================================================================== >--- security/aespipe/Makefile (revision 459173) >+++ security/aespipe/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= aespipe >-PORTVERSION= 2.4d >+PORTVERSION= 2.4e > DISTVERSIONPREFIX= v > CATEGORIES= security > MASTER_SITES= http://loop-aes.sourceforge.net/${PORTNAME}/ \ >@@ -22,8 +22,30 @@ > > PLIST_FILES= bin/aespipe man/man1/aespipe.1.gz > >+OPTIONS_DEFINE_amd64= ASM INTEL PADLOCK >+OPTIONS_DEFINE_i386= ASM INTEL PADLOCK >+ >+INTEL_DESC= Support Intel hardware AES >+PADLOCK_DESC= Support VIA Padlock hardware AES >+ >+INTEL_CONFIGURE_ENABLE= intelaes >+INTEL_IMPLIES= ASM >+ >+PADLOCK_CONFIGURE_ENABLE= padlock >+PADLOCK_IMPLIES= ASM >+ >+.include <bsd.port.pre.mk> >+ >+.if ${PORT_OPTIONS:MASM} && ${ARCH} == "amd64" >+CONFIGURE_ARGS+= --enable-asm=amd64 >+.elif ${PORT_OPTIONS:MASM} && ${ARCH} == "i386" >+CONFIGURE_ARGS+= --enable-asm=x86 >+.else >+CONFIGURE_ARGS+= --disable-asm >+.endif >+ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin > ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >Index: security/aespipe/distinfo >=================================================================== >--- security/aespipe/distinfo (revision 459173) >+++ security/aespipe/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1473772861 >-SHA256 (aespipe-v2.4d.tar.bz2) = c5ce656e0ade49b93e1163ec7b35450721d5743d8d804ad3a9e39add0389e50f >-SIZE (aespipe-v2.4d.tar.bz2) = 106703 >+TIMESTAMP = 1516130550 >+SHA256 (aespipe-v2.4e.tar.bz2) = bad5abb8678c2a6062d22b893171623e0c8e6163b5c1e6e5086e2140e606b93a >+SIZE (aespipe-v2.4e.tar.bz2) = 107741
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dmgk
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 225283
: 189867