aboutsummaryrefslogtreecommitdiff
path: root/security/hpenc
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2015-02-20 16:58:45 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2015-02-20 16:58:45 +0000
commitef4e1d3389e65a61a03043f0793b348da93901f6 (patch)
treec3ef0c49396ceda46103a56a80bc755869de8e7e /security/hpenc
parent26cfacc5281ab431a695d9176b289f70c749deda (diff)
downloadports-ef4e1d3389e65a61a03043f0793b348da93901f6.tar.gz
ports-ef4e1d3389e65a61a03043f0793b348da93901f6.zip
Notes
Diffstat (limited to 'security/hpenc')
-rw-r--r--security/hpenc/Makefile1
-rw-r--r--security/hpenc/files/patch-poly1305-i386-asm11
2 files changed, 12 insertions, 0 deletions
diff --git a/security/hpenc/Makefile b/security/hpenc/Makefile
index 5f626c481a3b..e0148a64d503 100644
--- a/security/hpenc/Makefile
+++ b/security/hpenc/Makefile
@@ -2,6 +2,7 @@
PORTNAME= hpenc
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://highsecure.ru/distfiles/
diff --git a/security/hpenc/files/patch-poly1305-i386-asm b/security/hpenc/files/patch-poly1305-i386-asm
index 0747c06ed501..c5610ad156a6 100644
--- a/security/hpenc/files/patch-poly1305-i386-asm
+++ b/security/hpenc/files/patch-poly1305-i386-asm
@@ -20,3 +20,14 @@
jbe poly1305_auth_x86_local
pushl %ebp
movl %esp, %ebp
+--- poly1305-opt/app/extensions/poly1305/poly1305_sse2-32.inc
++++ poly1305-opt/app/extensions/poly1305/poly1305_sse2-32.inc
+@@ -6,7 +6,7 @@ ret
+ FN_END poly1305_block_size_sse2
+
+ GLOBAL_HIDDEN_FN poly1305_auth_sse2
+-cmp $64, 12(%esp)
++cmpl $64, 12(%esp)
+ jb poly1305_auth_x86_local
+ pushl %ebp
+ movl %esp, %ebp