Up to [cvs.NetBSD.org] / pkgsrc / security / libksba
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.38.2.1 / (download) - annotate - [select for diffs], Mon Jan 23 17:38:29 2023 UTC (4 months ago) by spz
Branch: pkgsrc-2022Q4
Changes since 1.38: +3 -3
lines
Diff to previous 1.38 (colored) next main 1.39 (colored)
Pullup ticket #6710 - requested by bsiegert security/libksba: security update Revisions pulled up: - security/libksba/Makefile 1.39 - security/libksba/distinfo 1.29 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: adam Date: Wed Dec 28 09:38:22 UTC 2022 Modified Files: pkgsrc/security/libksba: Makefile distinfo Log Message: libksba: updated to 1.6.3 Noteworthy changes in version 1.6.3 (2022-12-06) ------------------------------------------------ * Fix another integer overflow in the CRL parser. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/libksba/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/security/libksba/distinfo
Revision 1.39 / (download) - annotate - [select for diffs], Wed Dec 28 09:38:22 2022 UTC (4 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
HEAD
Changes since 1.38: +3 -3
lines
Diff to previous 1.38 (colored)
libksba: updated to 1.6.3 Noteworthy changes in version 1.6.3 (2022-12-06) ------------------------------------------------ * Fix another integer overflow in the CRL parser.
Revision 1.38 / (download) - annotate - [select for diffs], Sun Oct 9 07:51:10 2022 UTC (7 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base
Branch point for: pkgsrc-2022Q4
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
libksba: updated to 1.6.2 Noteworthy changes in version 1.6.2 (2022-10-07) [C22/A14/R2] ------------------------------------------------ * Fix integer overflow in the CRL parser.
Revision 1.37 / (download) - annotate - [select for diffs], Tue Sep 27 12:47:26 2022 UTC (8 months ago) by adam
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
libksba: updated to 1.6.1 Noteworthy changes in version 1.6.1 (2022-09-16) ------------------------------------------------ * Allow an OCSP server not to return the sent nonce.
Revision 1.36 / (download) - annotate - [select for diffs], Thu Jan 13 08:07:20 2022 UTC (16 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.35: +2 -3
lines
Diff to previous 1.35 (colored)
libksba: updated to 1.6.0 Noteworthy changes in version 1.6.0 (2021-06-10) [C22/A14/R0] ------------------------------------------------ * Limited support for the Authenticated-Enveloped-Data content type. [81fdcd680c12] * Support password based decryption. [cb7f2484a09c] * Fix build problem on macOS. * Silence warnings from static analyzers. * Interface changes relative to the 1.5.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ KSBA_CT_AUTHENVELOPED_DATA NEW. Release-info: https://dev.gnupg.org/T5479 Noteworthy changes in version 1.5.1 (2021-04-06) [C21/A13/R1] ------------------------------------------------ * Support Brainpool curves specified by ECDomainParameters. Release-info: https://dev.gnupg.org/T5379 Noteworthy changes in version 1.5.0 (2020-11-18) [C21/A13/R0] ------------------------------------------------ * ksba_cms_identify now identifies OpenPGP keyblock content. * Supports TR-03111 plain format ECDSA signature verification. * Fixes a CMS signed data parser bug exhibited by a somewhat strange CMS message. [b6438e768c] * Interface changes relative to the 1.4.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ KSBA_CT_OPENPGP_KEYBLOCK NEW. Release-info: https://dev.gnupg.org/T5146
Revision 1.35 / (download) - annotate - [select for diffs], Mon Aug 3 15:30:06 2020 UTC (2 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.34: +4 -4
lines
Diff to previous 1.34 (colored)
libksba: updated to 1.4.0 Noteworthy changes in version 1.4.0 ----------------------------------- * Supports ECDSA and EdDSA certificate creation and parsing. * Supports ECDH enveloped data. * Supports ECDSA and EdDSA signed data. * Supports rsaPSS signature verification. * Supports standard file descriptors in ksba_reader_read. * New configure flag --disable-doc. * Improves supports for reproducible builds. * Allows for optional elements in keyinfo objects. * Updates the config and M4 scripts to the latest version. * Fixes error detection in the CMS parser. * Fixes memory leak in ksba_cms_identify. * Fixes build warnings on macOS. * Uses --disable-new-dtags if LD_LIBRARY_PATH is defined. * New constants KSBA_VERSION and KSBA_VERSION_NUMBER. * New API to make creation of DER objects easy. * Interface changes relative to the 1.3.5 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ KSBA_VERSION NEW. KSBA_VERSION_NUMBER NEW. KSBA_CT_SPC_IND_DATA_CTX NEW. KSBA_CLASS_* NEW. KSBA_TYPE_* NEW. ksba_der_t NEW. ksba_der_release NEW. ksba_der_builder_new NEW. ksba_der_builder_reset NEW. ksba_der_add_ptr NEW. ksba_der_add_val NEW. ksba_der_add_int NEW. ksba_der_add_oid NEW. ksba_der_add_bts NEW. ksba_der_add_der NEW. ksba_der_add_tag NEW. ksba_der_add_end NEW. ksba_der_builder_get NEW.
Revision 1.33.6.1 / (download) - annotate - [select for diffs], Tue Jun 13 19:34:53 2017 UTC (5 years, 11 months ago) by bsiegert
Branch: pkgsrc-2017Q1
Changes since 1.33: +2 -1
lines
Diff to previous 1.33 (colored) next main 1.34 (colored)
Pullup ticket #5472 - requested by sevan security/libksba: bugfix Revisions pulled up: - security/libksba/Makefile 1.34 - security/libksba/distinfo 1.22 - security/libksba/patches/patch-src_cms.c 1.1 --- Module Name: pkgsrc Committed By: gdt Date: Tue May 30 22:40:17 UTC 2017 Modified Files: pkgsrc/security/libksba: Makefile distinfo Added Files: pkgsrc/security/libksba/patches: patch-src_cms.c Log Message: Add patch to resolve gpgsm S/MIME failures S/MIME messages encrypted with gpgsm are sometimes not decodable by other implementations. Discussion on gnupg-devel indicates that gpg (via libksba) is incorrectly dropping leading zeros from the encrypted session key. This commit adds a patch by Daiki Ueno from the mailinglist that appears to improve interoperability. Upstream has not yet applied it, but also has not said that it is wrong.
Revision 1.34 / (download) - annotate - [select for diffs], Tue May 30 22:40:17 2017 UTC (5 years, 11 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.33: +2 -1
lines
Diff to previous 1.33 (colored)
Add patch to resolve gpgsm S/MIME failures S/MIME messages encrypted with gpgsm are sometimes not decodable by other implementations. Discussion on gnupg-devel indicates that gpg (via libksba) is incorrectly dropping leading zeros from the encrypted session key. This commit adds a patch by Daiki Ueno from the mailinglist that appears to improve interoperability. Upstream has not yet applied it, but also has not said that it is wrong.
Revision 1.33 / (download) - annotate - [select for diffs], Mon Aug 22 12:32:11 2016 UTC (6 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Branch point for: pkgsrc-2017Q1
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
Updated libksba to 1.3.5. Noteworthy changes in version 1.3.5 (2016-08-22) [C19/A11/R6] ------------------------------------------------ * Limit the allowed size of complex ASN.1 objects (e.g. certificates) to 16MiB. * Avoid read access to unitialized memory. * Improve detection of invalid RDNs. * Encode the OCSP nonce value as an octet string as described by RFC-6960.
Revision 1.31.6.1 / (download) - annotate - [select for diffs], Sun Jun 19 10:35:08 2016 UTC (6 years, 11 months ago) by spz
Branch: pkgsrc-2016Q1
Changes since 1.31: +3 -3
lines
Diff to previous 1.31 (colored) next main 1.32 (colored)
Pullup ticket #5044 - requested by bsiegert security/libksba: security update Revisions pulled up: - security/libksba/Makefile 1.32 - security/libksba/distinfo 1.20 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: bsiegert Date: Sat Jun 18 07:25:13 UTC 2016 Modified Files: pkgsrc/security/libksba: Makefile distinfo Log Message: Update libksba to 1.3.4, fixing several vulnerabilities. Noteworthy changes in version 1.3.4 (2016-05-03) [C19/A11/R4] ------------------------------------------------ * Fixed two OOB read access bugs which could be used to force a DoS. * Fixed a crash due to faulty curve OID lookup code. * Synced the list of supported curves with those of Libgcrypt. * New configure option --enable-build-timestamp; a build timestamp is not anymore used by default. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/libksba/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/libksba/distinfo
Revision 1.32 / (download) - annotate - [select for diffs], Sat Jun 18 07:25:13 2016 UTC (6 years, 11 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.31: +3 -3
lines
Diff to previous 1.31 (colored)
Update libksba to 1.3.4, fixing several vulnerabilities. Noteworthy changes in version 1.3.4 (2016-05-03) [C19/A11/R4] ------------------------------------------------ * Fixed two OOB read access bugs which could be used to force a DoS. * Fixed a crash due to faulty curve OID lookup code. * Synced the list of supported curves with those of Libgcrypt. * New configure option --enable-build-timestamp; a build timestamp is not anymore used by default.
Revision 1.31 / (download) - annotate - [select for diffs], Sun Jul 5 18:24:10 2015 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Branch point for: pkgsrc-2016Q1
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Update to 1.3.3: Noteworthy changes in version 1.3.3 (2015-04-10) [C19/A11/R4] ------------------------------------------------ * Fixed an integer overflow in the DN decoder. * Now returns an error instead of terminating the process for certain bad BER encodings. * Improved the parsing of utf-8 strings in DNs. * Allow building with newer versions of Bison. * Improvement building on Windows with newer versions of Mingw.
Revision 1.29.6.1 / (download) - annotate - [select for diffs], Sun Dec 14 09:35:27 2014 UTC (8 years, 5 months ago) by tron
Branch: pkgsrc-2014Q3
Changes since 1.29: +2 -3
lines
Diff to previous 1.29 (colored) next main 1.30 (colored)
Pullup ticket #4571 - requested by snj security/libksba: security patch Revisions pulled up: - security/libksba/Makefile 1.30 - security/libksba/distinfo 1.17 - security/libksba/patches/patch-aa 1.2 --- Module Name: pkgsrc Committed By: wiz Date: Tue Nov 25 14:35:37 UTC 2014 Modified Files: pkgsrc/security/libksba: Makefile distinfo pkgsrc/security/libksba/patches: patch-aa Log Message: Update to 1.3.2. Add comment to patch. Noteworthy changes in version 1.3.2 (2014-11-25) [C19/A11/R3] ------------------------------------------------ * Fixed a buffer overflow in ksba_oid_to_str. Noteworthy changes in version 1.3.1 (2014-09-18) ------------------------------------------------ * Fixed memory leak in CRL parsing. * Build fixes for Windows, Android, and ppc64el.
Revision 1.30 / (download) - annotate - [select for diffs], Tue Nov 25 14:35:37 2014 UTC (8 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.29: +2 -3
lines
Diff to previous 1.29 (colored)
Update to 1.3.2. Add comment to patch. Noteworthy changes in version 1.3.2 (2014-11-25) [C19/A11/R3] ------------------------------------------------ * Fixed a buffer overflow in ksba_oid_to_str. Noteworthy changes in version 1.3.1 (2014-09-18) ------------------------------------------------ * Fixed memory leak in CRL parsing. * Build fixes for Windows, Android, and ppc64el.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Jan 1 11:52:03 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Branch point for: pkgsrc-2014Q3
Changes since 1.28: +2 -1
lines
Diff to previous 1.28 (colored)
Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.
Revision 1.28 / (download) - annotate - [select for diffs], Sun May 12 00:28:52 2013 UTC (10 years ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.27: +3 -1
lines
Diff to previous 1.27 (colored)
Fix recent change to security/libksba for cross-compilation. Need to include bsd.prefs.mk before testing USE_CROSS_COMPILE. Not sure how this slipped through -- could've sworn I tested this.
Revision 1.27 / (download) - annotate - [select for diffs], Fri May 10 20:24:17 2013 UTC (10 years ago) by riastradh
Branch: MAIN
Changes since 1.26: +5 -1
lines
Diff to previous 1.26 (colored)
Fix cross-build of libksba with CC_FOR_BUILD=NATIVE_CC.
Revision 1.26 / (download) - annotate - [select for diffs], Fri Mar 15 18:17:55 2013 UTC (10 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.25: +3 -4
lines
Diff to previous 1.25 (colored)
update to 1.3.0 changes: -licensing change: gplv3 -> lgplv3 + gplv2 -minor fixes
Revision 1.25 / (download) - annotate - [select for diffs], Fri Feb 1 22:21:10 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Reset MAINTAINER/OWNER (became observers)
Revision 1.24 / (download) - annotate - [select for diffs], Tue Oct 23 18:16:33 2012 UTC (10 years, 7 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.23: +1 -3
lines
Diff to previous 1.23 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.23 / (download) - annotate - [select for diffs], Fri Apr 22 13:42:47 2011 UTC (12 years, 1 month ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.22 / (download) - annotate - [select for diffs], Fri Mar 11 07:22:05 2011 UTC (12 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.21: +9 -12
lines
Diff to previous 1.21 (colored)
Changes 1.2.0: * New functions to allow the creation of X.509 certificates. * Interface changes relative to the 1.1.0 release: ksba_certreq_set_serial NEW ksba_certreq_set_issuer NEW ksba_certreq_set_validity NEW ksba_certreq_set_siginfo NEW
Revision 1.21 / (download) - annotate - [select for diffs], Fri Nov 26 18:00:17 2010 UTC (12 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
update to 1.1.0 change: New functions to fix a leak in dirmngr
Revision 1.20 / (download) - annotate - [select for diffs], Wed Sep 1 16:35:15 2010 UTC (12 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
update to 1.0.8 change: Fixed a CMS parsing bug exhibited by Lotus Notes
Revision 1.19 / (download) - annotate - [select for diffs], Mon Dec 21 18:58:40 2009 UTC (13 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
Not MAKE_JOBS_SAFE.
Revision 1.18 / (download) - annotate - [select for diffs], Tue Dec 15 19:27:36 2009 UTC (13 years, 5 months ago) by drochner
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
update to 1.0.7 changes: -misc fixes and improvements -Support DSA -Support SHA-{384,512} based signature generation reviewed by John R. Shannon
Revision 1.17 / (download) - annotate - [select for diffs], Mon Jul 14 12:56:11 2008 UTC (14 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: 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,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.16: +3 -1
lines
Diff to previous 1.16 (colored)
Mark as destdir ready.
Revision 1.16 / (download) - annotate - [select for diffs], Sat Aug 4 11:57:16 2007 UTC (15 years, 9 months ago) by shannonjr
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
cwrapper
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Update to 1.0.2 as required by gnupg 2.0.5.
Revision 1.15 / (download) - annotate - [select for diffs], Thu Oct 12 16:19:03 2006 UTC (16 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Fix dependency. No cookie for shannonjr.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Oct 11 11:14:33 2006 UTC (16 years, 7 months ago) by shannonjr
Branch: MAIN
Changes since 1.13: +6 -5
lines
Diff to previous 1.13 (colored)
Update to 1.0.0. After about 5 years of beta testing, I am pleased to announce the availability of libksba 1.0.0. Libksba is an X.509 and CMS (pkcs#7) library. It is for example required to build the S/MIME part of GnuPG (gpgsm)
Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 31 23:56:29 2006 UTC (17 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
List the info pages directly in the PLIST and ensure that we honor PKGINFODIR.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:44 2006 UTC (17 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Jan 6 09:55:52 2006 UTC (17 years, 4 months ago) by shannonjr
Branch: MAIN
Changes since 1.10: +3 -2
lines
Diff to previous 1.10 (colored)
Update to 0.9.13. This is a bug fix release.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Apr 23 12:25:05 2005 UTC (18 years, 1 month ago) by shannonjr
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Update from 0.9.10 to 0.9.11. This is part of a multi-package update for S/MIME capability involving gnupg-devel and dirmngr also. The changes to this pkg are bug fixes.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:13 2005 UTC (18 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.8: +1 -2
lines
Diff to previous 1.8 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Dec 3 21:58:54 2004 UTC (18 years, 5 months ago) by shannonjr
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Update to release 0.9.10. This is a bugfix release.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 11 09:46:44 2004 UTC (18 years, 7 months ago) by shannonjr
Branch: MAIN
Changes since 1.6: +3 -4
lines
Diff to previous 1.6 (colored)
1) Taking over maintainance of package on agreement with previous maintainer Klaus Klein. 2) Update to version 0.9.7 to satisfy version requirements for, soon to be committed, gnupg2 (1.9.10) that provides SMIME support. Libksba is a library to make the tasks of working with X.509 certificates, CMS data and related objects more easy. It a highlevel interface to the implemented protocols and presents the data in a consistent way.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:09 2004 UTC (18 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 25 18:08:27 2004 UTC (19 years, 3 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.4: +2 -3
lines
Diff to previous 1.4 (colored)
Update libksba to 0.9.4. Changes since 0.9.1: * Support for Extended Key Usage. * ksba_cms_identify may no return a pseudo content type for pkcs#12 files. * Cleaned up the DN label table. * Fixed a bug in creating CMS signed data. * Interface changes: ksba_reader_clear NEW. ksba_cert_get_ext_key_usages NEW. KSBA_CT_PKCS12 NEW.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 25 15:53:17 2004 UTC (19 years, 3 months ago) by minskim
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Bump PKGREVISION due to the update of libgcrypt.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Feb 10 00:20:29 2004 UTC (19 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
bl3ify
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 25 22:29:50 2004 UTC (19 years, 4 months ago) by kleink
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Make ksba-config --libs emit the runtime linker search path. Welcome nb1.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Jan 25 00:14:56 2004 UTC (19 years, 4 months ago) by kleink
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of libksba-0.9.1. KSBA is a library to make the taks of working with X.509 certifictes, CMS data and related data more easy.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 25 00:14:56 2004 UTC (19 years, 4 months ago) by kleink
Branch: MAIN
Initial revision