Bug 191256 - [exp-run requested] security/libgcrypt: update to 1.6.1
Summary: [exp-run requested] security/libgcrypt: update to 1.6.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-21 20:56 UTC by Carlos J Puga Medina
Modified: 2014-07-31 18:32 UTC (History)
5 users (show)

See Also:


Attachments
libgcrypt-1.6.1.diff (7.67 KB, patch)
2014-06-21 20:56 UTC, Carlos J Puga Medina
no flags Details | Diff
libgcrypt-1.6.1.diff (17.33 KB, patch)
2014-07-06 12:53 UTC, Carlos J Puga Medina
no flags Details | Diff
libgcrypt-1.6.1.diff (11.86 KB, patch)
2014-07-06 16:53 UTC, Carlos J Puga Medina
no flags Details | Diff
patch to fix devel/ccrtp build, to apply to libgcrypt/files/ (752 bytes, patch)
2014-07-28 02:05 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos J Puga Medina 2014-06-21 20:56:53 UTC
Created attachment 144009 [details]
libgcrypt-1.6.1.diff

- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist

Port maintainer is CC'd
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2014-06-23 19:10:37 UTC
Please check and approve.
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-06 09:55:21 UTC
It does not build on amd64, see

http://lists.freebsd.org/pipermail/freebsd-ports/2014-July/093767.html
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-06 10:10:33 UTC
Tested on i386 (10.0-REL), builds there. So it's a amd64 specific issue
because cipher/cast5-amd64.S is not linked to the build, somehow.
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-06 10:16:32 UTC
created

https://bugs.g10code.com/gnupg/issue1668

upstream for libgcrypt
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-06 11:57:03 UTC
Patch:

http://people.freebsd.org/~pi/misc/libgcrypt.svndiff                            

build log:

http://people.freebsd.org/~pi/misc/libgcrypt-1.6.1.log                          

Still open: How to handle the lib.so bump
Comment 6 Carlos J Puga Medina 2014-07-06 12:53:49 UTC
Created attachment 144455 [details]
libgcrypt-1.6.1.diff

Due to some build errors with MPI library, I added some patches to fix MPIs on i386

build log: 

http://pastebin.com/MEzAwn9h

Now it compiles as expected.
Comment 7 Carlos J Puga Medina 2014-07-06 13:03:27 UTC
(In reply to Kurt Jaeger from comment #5)
> Patch:
> 
> http://people.freebsd.org/~pi/misc/libgcrypt.svndiff                        
> 
> 
> build log:
> 
> http://people.freebsd.org/~pi/misc/libgcrypt-1.6.1.log                      
> 
> 
> Still open: How to handle the lib.so bump

See the following entry on /usr/ports/UPDATING

% pkg updating -d 20130503
Comment 8 Carlos J Puga Medina 2014-07-06 16:42:02 UTC
I simplify using REINPLACE_CMD on post-patch:

diff -urN Makefile.orig Makefile 
--- Makefile.orig	2014-07-06 18:28:27.000000000 +0200
+++ Makefile	2014-07-06 18:24:02.000000000 +0200
@@ -40,6 +40,8 @@
 
 post-patch:
 	@${RM} -f ${WRKSRC}/doc/gcrypt.info*
+	@${REINPLACE_CMD} -e 's|ALIGN (3)|ALIGN (2)|g' \
+		${WRKSRC}/mpi/i386/*.S
 
 .if ${PORT_OPTIONS:MDOCS}
 post-install:
Comment 9 Carlos J Puga Medina 2014-07-06 16:53:42 UTC
Created attachment 144465 [details]
libgcrypt-1.6.1.diff
Comment 10 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-06 19:48:35 UTC
There's a prepared full diff at

http://people.freebsd.org/~pi/misc/libgcrypt.svndiff-v3

and a list of affected ports at

http://people.freebsd.org/~pi/misc/libgcrypt-related-ports

Can we please have an exp-run to test that this works out OK ?
Comment 11 Carlos J Puga Medina 2014-07-06 19:56:32 UTC
(In reply to Kurt Jaeger from comment #10)
> There's a prepared full diff at
> 
> http://people.freebsd.org/~pi/misc/libgcrypt.svndiff-v3
> 
> and a list of affected ports at
> 
> http://people.freebsd.org/~pi/misc/libgcrypt-related-ports
> 
> Can we please have an exp-run to test that this works out OK ?

bdrewery@ could take it for exp-run :)
Comment 12 Antoine Brodin freebsd_committer freebsd_triage 2014-07-23 13:56:16 UTC
Take for exp-run

Hello Kurt,
Can you provide a patch against current head?
Thanks!
Comment 13 Antoine Brodin freebsd_committer freebsd_triage 2014-07-23 14:07:42 UTC
Also it doesn't compile on 8amd64:  https://redports.org//~antoine/20140723140000-33643-226850/libgcrypt-1.6.1.log
Comment 14 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-23 20:40:39 UTC
New svndiff, against head:

http://people.freebsd.org/~pi/misc/libgcrypt.svndiff-v6

It also fixes the build on 8.4 amd64, see

http://people.freebsd.org/~pi/misc/libgcrypt-1.6.1.log-84-amd64

Thanks for the exp-run!
Comment 15 Antoine Brodin freebsd_committer freebsd_triage 2014-07-23 21:16:40 UTC
Hi,
It looks like:
- the plist change for libgcrypt is missing in the patch
- INSTALL_TARGET=install-strip should be preferred over ${STRIP} conditionned on DOCS option
- USE_GCC=4.7 should be replaced by USE_GCC=yes,  version 4.7 is retired upstream and we plan to move to 4.8 soon
Comment 16 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-24 05:22:35 UTC
New svndiff, against head:

http://people.freebsd.org/~pi/misc/libgcrypt.svndiff-v7
Comment 17 Antoine Brodin freebsd_committer freebsd_triage 2014-07-26 12:48:15 UTC
Exp-run results: http://package22.nyi.freebsd.org/build.html?mastername=91amd64-default-PR191256&build=2014-07-24_07h18m10s

4 new failures:
+ {"origin"=>"devel/ccrtp", "pkgname"=>"ccrtp-2.0.6_4", "phase"=>"build", "errortype"=>"???"}
+ {"origin"=>"editors/abiword", "pkgname"=>"abiword-2.8.6_5", "phase"=>"build", "errortype"=>"???"}
+ {"origin"=>"security/p5-Crypt-GCrypt", "pkgname"=>"p5-Crypt-GCrypt-1.26_1", "phase"=>"build", "errortype"=>"compiler_error"}
+ {"origin"=>"security/shishi", "pkgname"=>"shishi-1.0.2_5", "phase"=>"configure", "errortype"=>"configure_error"}

Failure logs:
http://package22.nyi.freebsd.org/data/91amd64-default-PR191256/2014-07-24_07h18m10s/logs/errors/ccrtp-2.0.6_4.log
http://package22.nyi.freebsd.org/data/91amd64-default-PR191256/2014-07-24_07h18m10s/logs/errors/abiword-2.8.6_5.log
http://package22.nyi.freebsd.org/data/91amd64-default-PR191256/2014-07-24_07h18m10s/logs/errors/p5-Crypt-GCrypt-1.26_1.log
http://package22.nyi.freebsd.org/data/91amd64-default-PR191256/2014-07-24_07h18m10s/logs/errors/shishi-1.0.2_5.log
Comment 18 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-27 14:34:59 UTC
Fixes for the additional ports see

devel/ccrtp, PR 192162 
editors/abiword, PR 192163 
security/shishi, PR 192164 
security/p5-Crypt-GCrypt, PR 192166

Do you want to wait for those to be committed for another exp-run ?
Comment 19 Antoine Brodin freebsd_committer freebsd_triage 2014-07-27 20:55:04 UTC
Hi,
I confirm the patches fix:
- shishi
- p5-crypt-gcrypt
- abiword
However,  I still get the same error with ccrtp.
Comment 20 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-28 02:05:44 UTC
Created attachment 145057 [details]
patch to fix devel/ccrtp build, to apply to libgcrypt/files/

Thanks, I missed the test on 9.1, only did it on 10.0 8-(

The attached patch for libgcrypt fixes this. This file needs to be placed in

security/libgcrypt/files/

as patch-gcrypt.h.in
Comment 21 Antoine Brodin freebsd_committer freebsd_triage 2014-07-28 07:40:05 UTC
ok works fine now :)
Comment 22 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-28 07:53:48 UTC
Thanks for the heads-up!

Does that mean that I'm clear to commit ? Inquiring minds want to know 8-)
Comment 23 Antoine Brodin freebsd_committer freebsd_triage 2014-07-28 09:17:11 UTC
Yes,  and please add a note to UPDATING for portmaster or portupgrade users.
Comment 24 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-30 04:11:17 UTC
Committed in r363436, waiting 2 days for issues that might pop up.
Comment 25 Volodymyr Kostyrko 2014-07-30 15:01:48 UTC
And here am I :)

I am a user of security/vpnc and after last update vpnc crashes after start:

Core was generated by `vpnc'.
Program terminated with signal 4, Illegal instruction.
Reading symbols from /lib/libcrypto.so.7...(no debugging symbols found)...done.
Loaded symbols for /lib/libcrypto.so.7
Reading symbols from /usr/local/lib/libgcrypt.so.20...(no debugging symbols found)...done.
Loaded symbols for /usr/local/lib/libgcrypt.so.20
Reading symbols from /usr/local/lib/libgpg-error.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/local/lib/libgpg-error.so.0
Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.7
Reading symbols from /usr/local/lib/libintl.so.9...(no debugging symbols found)...done.
Loaded symbols for /usr/local/lib/libintl.so.9
Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done.
Loaded symbols for /libexec/ld-elf.so.1
#0  0x0000000800cc856a in _gcry_sha1_transform_amd64_ssse3 () from /usr/local/lib/libgcrypt.so.20

Setting USE_GCC=any at the security/libgcrypt/Makefile fixes everything for me, I don't even need to rebuild vpnc.

# cc -v
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
Target: x86_64-unknown-freebsd10.0
Thread model: posix
Selected GCC installation:

# uname -a
FreeBSD limbo.b1t.lan 10.0-STABLE FreeBSD 10.0-STABLE #34 r269300M: Wed Jul 30 12:57:16 EEST 2014     arcade@limbo.b1t.lan:/usr/obj/usr/src/sys/MINIMAL  amd64

I also have CPUTYPE?=native at /etc/make.conf. My CPU is:
CPU: AMD A8-5500 APU with Radeon(tm) HD Graphics     (3200.08-MHz K8-class CPU)
  Origin = "AuthenticAMD"  Id = 0x610f01  Family = 0x15  Model = 0x10  Stepping = 1
  Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
  Features2=0x3e98320b<SSE3,PCLMULQDQ,MON,SSSE3,FMA,CX16,SSE4.1,SSE4.2,POPCNT,AESNI,XSAVE,OSXSAVE,AVX,F16C>
  AMD Features=0x2e500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM>
  AMD Features2=0x1ebbfff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,XOP,SKINIT,WDT,LWP,FMA4,TCE,NodeId,TBM,Topology,PCXC,PNXC>
  Structured Extended Features=0x8<BMI1>
  TSC: P-state invariant, performance statistics
Comment 26 Antoine Brodin freebsd_committer freebsd_triage 2014-07-30 15:46:41 UTC
Hi,

When you run "make regression-test" from security/libgcrypt with clang,  do the test succeed?
Comment 27 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-30 15:51:57 UTC
(In reply to Antoine Brodin from comment #26)
> Hi,
> 
> When you run "make regression-test" from security/libgcrypt with clang,  do
> the test succeed?

I'm testing right now on 10.0:

PASS: bench-slope
SKIP: hashtest-256g
====================
All 24 tests passed
(1 test was not run)
====================
Comment 28 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-30 15:52:24 UTC
(In reply to arcade from comment #25)
> And here am I :)
> 
> I am a user of security/vpnc and after last update vpnc crashes after start:

Thanks, I'll investigate this.
Comment 29 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-30 15:55:54 UTC
I suggest, to avoid larger breakage: PORTREVISION up and USE_GCC for all archs ?
Comment 30 Volodymyr Kostyrko 2014-07-30 17:43:54 UTC
PASS: bench-slope
SKIP: hashtest-256g
======================================
10 of 24 tests failed
(1 test was not run)
Please report to http://bugs.gnupg.org
======================================

Same without CPUTYPE setting. Looks like something is about AMD, amd64 and clang.

Yes I think using GCC for all archs would be fine.
Comment 31 Carlos J Puga Medina 2014-07-30 17:51:29 UTC
I updated and rebuilt all ports installed which depend on libgcrypt. Only I can say that it went pretty well.

% uname -a
FreeBSD box.underbuild.com 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r268969: Tue Jul 22 12:50:29 CEST 2014     charly@box.underbuild.com:/usr/obj/usr/src/sys/PROD  i386

% sudo cat /var/log/portmaster.log | tail -n 20
miércoles, 30 de julio de 2014, 12:57:28 CEST
	Upgrade of pkg-1.3.2 to pkg-1.3.3
	Upgrade of libgcrypt-1.5.3_3 to libgcrypt-1.6.1
	Upgrade of libxslt-1.1.28_3 to libxslt-1.1.28_4
	Upgrade of pcre-8.34_1 to pcre-8.34_2
	Re-installation of libgnome-keyring-2.32.0_8
	Re-installation of gnome-keyring-2.32.1_4
	Upgrade of pinentry-0.8.3 to pinentry-0.8.3_1
	Upgrade of gnutls-3.2.16_2 to gnutls-3.2.16_3
	Upgrade of glib-networking-2.36.2_3 to glib-networking-2.36.2_4
	Upgrade of libsoup-2.40.3_5 to libsoup-2.40.3_6
	Re-installation of libsoup-gnome-2.40.3_4
	Upgrade of gvfs-1.12.3_3 to gvfs-1.12.3_4
	Upgrade of libmatekeyring-1.6.0_1 to libmatekeyring-1.6.0_2
	Re-installation of libgda4-4.2.12_3
	Re-installation of gnupg-2.0.25_1
	Re-installation of mate-keyring-1.6.0_2
Comment 32 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-30 18:21:25 UTC
(In reply to arcade from comment #25)
> And here am I :)
> 
> I am a user of security/vpnc and after last update vpnc crashes after start:

Thanks for the report. I tested it here, and it worked.

Now let's find a cause.

> # cc -v
> FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
> Target: x86_64-unknown-freebsd10.0
> Thread model: posix

# cc -v
FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
Target: x86_64-unknown-freebsd10.0
Thread model: posix

> # uname -a
> FreeBSD limbo.b1t.lan 10.0-STABLE FreeBSD 10.0-STABLE #34 r269300M: Wed Jul
> 30 12:57:16 EEST 2014     arcade@limbo.b1t.lan:/usr/obj/usr/src/sys/MINIMAL 
> amd64

FreeBSD f10.opsec.eu 10.0-RELEASE-p4 FreeBSD 10.0-RELEASE-p4 #0: Tue Jun  3 13:14:57 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

Are you familiar with gdb debugging ?
Comment 33 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-30 18:22:13 UTC
(In reply to Carlos Jacobo Puga Medina from comment #31)
> I updated and rebuilt all ports installed which depend on libgcrypt. Only I
> can say that it went pretty well.

Can you test if vpnc starts ?
Comment 34 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-30 18:24:38 UTC
(In reply to arcade from comment #25)
> And here am I :)
> 
> I am a user of security/vpnc and after last update vpnc crashes after start:

Can you build security/vpnc in poudriere on 10.0p7-amd64-REL ? And
try whether the binary crashes as well ?

Antoine suggested that you put your two WRKDIRs as .tgz somewhere and
we compare it to our builds ?
Comment 35 Carlos J Puga Medina 2014-07-30 18:34:04 UTC
(In reply to Kurt Jaeger from comment #33)
> (In reply to Carlos Jacobo Puga Medina from comment #31)
> > I updated and rebuilt all ports installed which depend on libgcrypt. Only I
> > can say that it went pretty well.
> 
> Can you test if vpnc starts ?

I missing one that I'm just building...chromium and it goes well.
Comment 36 Antoine Brodin freebsd_committer freebsd_triage 2014-07-30 19:06:14 UTC
Yes,  a tgz of security/libgcrypt/work when build with gcc + when build with clang could help
Comment 37 Volodymyr Kostyrko 2014-07-30 20:35:30 UTC
I archived both WRKDIR's at http://limbo.xim.bz/libgcrypt/

Whether it's relevant or not I'm using WRKDIRPREFIX:=/tmp/ports

No, I have no gdb experience... but I can get on IRC :)

Now I'll try building libgcrypt at some 10-RELEASE machine, right?
Comment 38 Volodymyr Kostyrko 2014-07-31 06:19:23 UTC
Well, I tried to test this on a number of machines. Everything works on the machines with Intel processors whether it's 10-RELEASE or 10-STABLE.

Everything brakes when it's AMD running on 10-STABLE. I did a clean build, I don't use ccache for world and it still doesn't work.

I'll try to install 10-RELEASE somewhere into the jail to test how 10-RELEASE works with AMD processors.
Comment 39 Antoine Brodin freebsd_committer freebsd_triage 2014-07-31 11:14:53 UTC
So, on a problematic AMD box could you:

- install devel/gdb
- build security/libgcrypt with clang
- go to /tmp/ports/usr/ports/security/libgcrypt/work/libgcrypt-1.6.1/tests
- verify that some programs there like ./basic do crash due to Illegal instruction
- run /usr/local/bin/gdb ./basic
In the gdb prompt,  type run,  type bt,  type disass and enter until you reach the end of the function
And copy all the output somewhere;  that way we will see what is the illegal instruction
Comment 40 Volodymyr Kostyrko 2014-07-31 12:01:53 UTC
Installing devel/gdb. Meanwhile I already copied /usr/obj and /usr/src from one of the working machines and created a jail with 10-RELEASE. And the tests do fail:

FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
Target: x86_64-unknown-freebsd10.0
Thread model: posix
Comment 41 Volodymyr Kostyrko 2014-07-31 12:20:29 UTC
http://limbo.xim.bz/libgcrypt/libgcrypt.gdb.out

Now it looks obvious: RdRand is an Intel instruction and doesn't exist in AMD chips.
Comment 42 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-31 12:29:00 UTC
(In reply to arcade from comment #41)
> http://limbo.xim.bz/libgcrypt/libgcrypt.gdb.out
> 
> Now it looks obvious: RdRand is an Intel instruction and doesn't exist in
> AMD chips.

Thanks, very cool that you found the cause. I have an AMD system to test this. Probably --disable-drng-support will help.
Comment 43 Gerard Seibert 2014-07-31 14:40:30 UTC
I have a system using an AMD chip:

CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ (2009.18-MHz K8-class CPU)
  Origin = "AuthenticAMD"  Id = 0x40fb2  Family = 0xf  Model = 0x4b  Stepping = 2
  Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
  Features2=0x2001<SSE3,CX16>
  AMD Features=0xea500800<SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow!+,3DNow!>
  AMD Features2=0x1f<LAHF,CMP,SVM,ExtAPIC,CR8>

Should I assume that I cannot build libgcrypt ohn this system?
Comment 44 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-31 14:42:34 UTC
(In reply to Gerard Seibert from comment #43)
> I have a system using an AMD chip:
[...]
> Should I assume that I cannot build libgcrypt ohn this system?

You can build it, but programs using it will probably not work.
Please test and confirm.

If you add

CONFIGURE_ARGS+=        --disable-drng-support

to the ports makefile, and build it, do programms work ?
Comment 45 Gerard Seibert 2014-07-31 15:22:13 UTC
(In reply to Kurt Jaeger from comment #44)
> (In reply to Gerard Seibert from comment #43)
> > I have a system using an AMD chip:
> [...]
> > Should I assume that I cannot build libgcrypt ohn this system?
> 
> You can build it, but programs using it will probably not work.
> Please test and confirm.
> 
> If you add
> 
> CONFIGURE_ARGS+=        --disable-drng-support
> 
> to the ports makefile, and build it, do programms work ?

I placed it here:

.elif ${ARCH} == "amd64"                             
.if (${OSVERSION} < 900000)                          
USE_GCC=        yes                                  
CONFIGURE_ARGS+=        --disable-drng-support       
.endif

Is that correct?
Comment 46 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-31 15:24:57 UTC
> > If you add
> > 
> > CONFIGURE_ARGS+=        --disable-drng-support
> > 
> > to the ports makefile, and build it, do programms work ?
> 
> I placed it here:
> 
> .elif ${ARCH} == "amd64"                             
> .if (${OSVERSION} < 900000)                          
> USE_GCC=        yes                                  
> CONFIGURE_ARGS+=        --disable-drng-support       
> .endif
> 
> Is that correct?

Almost correct:

Below this .endif, because it applies to all amd64 versions, not only
those below 900000.
Comment 47 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-31 18:28:36 UTC
> Below this .endif, because it applies to all amd64 versions, not only
> those below 900000.

Tested, the fix works, I'll commit it.
Comment 48 commit-hook freebsd_committer freebsd_triage 2014-07-31 18:31:39 UTC
A commit references this bug:

Author: pi
Date: Thu Jul 31 18:30:52 UTC 2014
New revision: 363648
URL: http://svnweb.freebsd.org/changeset/ports/363648

Log:
  security/libgcrypt: avoid non-portable use of assembler instruction on amd64

  PR:		191256
  Submitted by:	arcade@b1t.name

Changes:
  head/security/libgcrypt/Makefile
Comment 49 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-31 18:32:54 UTC
If other issues pop up, please open a new PR. This one is too long 8-)