Up to [cvs.netbsd.org] / pkgsrc / security / libgcrypt
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Wed Mar 26 20:09:43 2008 UTC (4 years, 2 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.3: +1 -8
lines
Diff to previous 1.3 (colored)
Add a new option "via-padlock" which enables support for the VIA PadLock Security Engine: - The new option is turned on by default. - The new option is only available on i386 systems except Mac OS X (which doesn't work on VIA CPU). - The new option isn't available on system which uses GCC 3.x because it causes build failures. This fixes PR pkg/38197. Approved by Dieter Baron.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 16 20:14:38 2008 UTC (4 years, 2 months ago) by seb
Branch: MAIN
Changes since 1.2: +8 -1
lines
Diff to previous 1.2 (colored)
Add a hack for GCC 3.* failing to compile asm() call in cipher/rijndael.c:do_padlock(): seen with GCC 3.3.3 on NetBSD.
Revision 1.1.2.1 / (download) - annotate - [select for diffs], Tue Dec 21 19:10:13 2004 UTC (7 years, 5 months ago) by snj
Branch: pkgsrc-2004Q4
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
Pullup ticket 172 - requested by grant beattie
build fix for libgcrypt
Module Name: pkgsrc
Committed By: grant
Date: Tue Dec 21 08:57:48 UTC 2004
Modified Files:
pkgsrc/security/libgcrypt: hacks.mk
Log Message:
fix socklen_t hack by falling through to ${TRUE} if ${GREP} fails
(pattern not matched). ugh, bash.
fixes build on Linux. reported by minskim@
Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 21 08:57:48 2004 UTC (7 years, 5 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
fix socklen_t hack by falling through to ${TRUE} if ${GREP} fails
(pattern not matched). ugh, bash.
fixes build on Linux. reported by minskim@
Revision 1.1 / (download) - annotate - [select for diffs], Sat Dec 18 23:54:58 2004 UTC (7 years, 5 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base
Branch point for: pkgsrc-2004Q4
add hack for missing socklen_t typedef handling. fixes build on Darwin.