The NetBSD Project

CVS log for pkgsrc/security/qca2-gnupg/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / security / qca2-gnupg

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.30 / (download) - annotate - [select for diffs], Sun Jan 29 21:17:41 2023 UTC (3 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, HEAD
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.29 / (download) - annotate - [select for diffs], Wed Dec 8 16:06:23 2021 UTC (17 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

revbump for icu and libffi

Revision 1.28 / (download) - annotate - [select for diffs], Mon Aug 17 20:20:00 2020 UTC (2 years, 9 months ago) by leot
Branch: MAIN
CVS Tags: 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.27: +2 -2 lines
Diff to previous 1.27 (colored)

*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.27 / (download) - annotate - [select for diffs], Sun Mar 8 16:51:12 2020 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

*: recursive bump for libffi

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jan 18 21:50:46 2020 UTC (3 years, 4 months ago) by jperkin
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Apr 25 23:35:28 2019 UTC (4 years, 1 month ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.24: +1 -2 lines
Diff to previous 1.24 (colored)

qca2*: update to 2.2.1

Changes in 2.2
- support for openssl 1.1
- support for AES GCM and AES CCM modes
- new base64 convenience functions
- new botan2 support
- new hkdf support
- various build improvements and (deprecation) cleanups

There may be trouble building this release on windows. Feedback/input
would be very welcome.

(2.2.0 was not announced due to defects noticed after tagging)

Revision 1.24 / (download) - annotate - [select for diffs], Wed Jul 4 13:40:35 2018 UTC (4 years, 10 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Mar 12 11:17:30 2018 UTC (5 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored)

Recursive bumps for fontconfig and libzip dependency changes.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Jan 31 09:14:55 2018 UTC (5 years, 3 months ago) by markd
Branch: MAIN
Changes since 1.21: +16 -20 lines
Diff to previous 1.21 (colored)

qca2{,-qt5}{,-gnupg,-ossl}: update to 2.1.0

 New in 2.1.0
  - Ported to Qt5 (Qt4 also supported)
  - New building system. CMake instead of qmake
  - Added CTR symetric cipher support to qca core
  - Added no padding encryption algorithm to qca core
  - qcatool2 renamed to qcatool
  - fixed crash in qcatool when only options provided on command line without
    any commands
  - Use plugins installation path as hard-coded runtime plugins search path
  - Added new functiion pluginPaths
  - Added functions to get runtime QCA version
  - Fixed 'no watch file' warnings in FileWatch
  - Added EME_PKCS1v15_SSL Encryption Algorithm
  - New implementation of SafeTimer to prevent crashes
  - Updated certificates for unittests
  - RSA Keys are permutable, can encrypt with private and decrypt with public
  - Add unloadProvider() function for symmetry with insertProvider()
  - Overloaded "makeKey" to derive a password depending on a time factor
  - Remove pointer to deinit() routine from QCoreApplication at deinitialization
  - Fix a couple of crashes where all plugins might not be available
  - Fix operating on keys with unrelated expired subkeys
  - Fixed timers in Synchronizer class
  - Dropped randomunittest
  - Fixed many unittests
  - qca-gnupg: internal refactoring
  - qca-gnupg: try both gpg and gpg2 to find gnupg executable
  - qca-gnupg: fixed some encodings problem
  - qca-ossl: no DSA_* dl groups in FIPS specification
  - qca-ossl: added missed signatures to CRLContext
  - qca-ossl: fixed certs time zone
  - qca-nss: fixed KeyLenght for Cipher
  - qca-botan: fixed getting result size for ciphers

Revision 1.21 / (download) - annotate - [select for diffs], Tue Aug 29 12:23:25 2017 UTC (5 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Fix gnupg2 dependency pattern.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Mar 5 11:29:25 2016 UTC (7 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Sep 24 23:34:00 2015 UTC (7 years, 8 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.18: +4 -3 lines
Diff to previous 1.18 (colored)

Bump PKGREVISION

* Do not abuse buildlink3.
* Use GnuPG 2.0 explicitly.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Apr 25 14:24:49 2015 UTC (8 years, 1 month ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Recursive revbump following MesaLib update, categories p through x.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Feb 12 23:18:36 2014 UTC (9 years, 3 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 6 12:55:02 2013 UTC (9 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jun 4 22:17:02 2013 UTC (9 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:

Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jun 3 10:05:56 2013 UTC (9 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882

Revision 1.13 / (download) - annotate - [select for diffs], Sat Feb 16 11:24:22 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Recursive bump for png-1.6.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Feb 6 23:23:44 2013 UTC (10 years, 3 months ago) by jperkin
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

PKGREVISION bumps for the security/openssl 1.0.1d update.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jan 26 21:38:48 2013 UTC (10 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Revbump after graphics/jpeg and textproc/icu

Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 23 18:16:55 2012 UTC (10 years, 7 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.9: +1 -3 lines
Diff to previous 1.9 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Oct 8 23:02:23 2012 UTC (10 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Revbump after updating graphics/pango

Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 2 17:11:55 2012 UTC (10 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Sep 15 10:06:18 2012 UTC (10 years, 8 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base
Branch point for: pkgsrc-2012Q3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)

Revision 1.6 / (download) - annotate - [select for diffs], Fri Sep 7 19:17:29 2012 UTC (10 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Revbump after updating graphics/cairo

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 3 00:13:54 2012 UTC (11 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Recursive bump for pcre-8.30* (shlib major change)

Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 6 12:41:29 2012 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 13 10:55:31 2012 UTC (11 years, 4 months ago) by obache
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 1 06:02:30 2011 UTC (11 years, 7 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Oct 18 00:46:58 2011 UTC (11 years, 7 months ago) by schnoebe
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>