The NetBSD Project

CVS log for pkgsrc/security/py-m2crypto/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / security / py-m2crypto

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.55, Mon Dec 6 14:51:33 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.54: +1 -1 lines
FILE REMOVED

py-m2crypto: remove, obsolete and does not build

Revision 1.54 / (download) - annotate - [select for diffs], Thu Sep 17 08:56:38 2020 UTC (3 years, 7 months ago) by jperkin
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.53: +7 -5 lines
Diff to previous 1.53 (colored) to selected 1.1.1.1 (colored)

py-m2crypto: Update to 0.36.0.

Based on joyent/pkgsrc#282 from sjorge.

0.36.0 - 2020-07-13
-------------------

- wrap SocketIO in io.Buffered* for makefile <lethliel>
- SSL.Connection.close accepts an argument to force the socket closing
  <Christophe Haen>
- SSL.Connection: make the clientPostConnectionCheck an instance
  attribute <Christophe Haen>
- Fixed bug with usage of unexisting method getreply at SSL_Transport
  <roman-nagaev>
- Add appveyor builds for python 3.7 and 3.8 <Daniel A. Wozniak>
- Fixed syntax warning on line 44. <randomfox>
- Update M2Crypto.six to 1.13.0 <Matj Cepl>
- base64.decodestring() was finally removed in Python 3.8. <Matj Cepl>
- wrap SocketIO in io.Buffered* for makefile <lethliel>
- NULL is legal argument for key and iv paramters of EVP_CipherInit(3)
  <Matj Cepl>
- Expose X509_V_FLAG_ALLOW_PROXY_CERTS verification flag and
  X509_STORE_SET_FLAGS function <Christophe Haen>
- Stop testing for 2.6 and 3.4 on Travis. Start testing 3.8 <Matj Cepl>
- Extend test cert validity to 2049 <Bernhard M. Wiedemann>
- Revert using typing module in 2.6. It is just not worthy. <Matj Cepl>
- Update Debian/stable SSL as well <Matj Cepl>
- Make tests pass again. <Matj Cepl>
- Stop using string module, which has been deprecated. <Matj Cepl>
- Tiny fixes to make pyls more happy <Matj Cepl>
- CI: Rework Fedora CI configuration <Neal Gompa>

0.35.2 - 2019-06-10
-------------------

- tests.test_rsa: Fix typo to match for proper exception <Sebastian
  Andrzej Siewior>
- Expose CRLs verification flags <Christophe Haen>

0.35.1 - 2019-06-08
-------------------

- Actually, really fix compatibility with OpenSSL 1.1.1c. Thank you,
  Sebastian Andrzej Siewior from the Debian team for resolving it.

0.34.0 - 2019-05-30
-------------------

- Use more recent version of OpenSSL on Windows
- Be resilient against the situation when no erorr happened.
- Correct URL of https://www.schneier.com/academic/smime/
- Use shlex.split() for CPP

0.33.0 - 2019-04-26
-------------------

- eb4525c - Stop pretending to support Python 3.4. <Matj Cepl>
- 6a89548 - Fix use of urlunsplit (25 hours ago) <Andreas Schwab>
- 0a5a356 - tests/test_ssl: use -ciphercuites for TLS1.3 cipher in
      openssl1.1 <Sebastian Andrzej Siewior>
- 8a0a3e3 - There are apparently multiword CPP variables. Taking that
      into account. <Matj Cepl>

Revision 1.53 / (download) - annotate - [select for diffs], Fri Apr 24 11:41:37 2020 UTC (3 years, 11 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.52: +3 -1 lines
Diff to previous 1.52 (colored) to selected 1.1.1.1 (colored)

security: Mark packages that fail with OpenSSL 1.1 BROKEN

Revision 1.52 / (download) - annotate - [select for diffs], Sat Jan 18 21:50:45 2020 UTC (4 years, 3 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.51: +2 -1 lines
Diff to previous 1.51 (colored) to selected 1.1.1.1 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.51 / (download) - annotate - [select for diffs], Thu May 2 09:16:47 2019 UTC (4 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored) to selected 1.1.1.1 (colored)

Forget about Python 3.4

Revision 1.50 / (download) - annotate - [select for diffs], Mon Mar 4 18:41:48 2019 UTC (5 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored) to selected 1.1.1.1 (colored)

py-m2crypto: updated to 0.32.0

0.32.0:
- setup.py: use ${CPP} as path to cpp
- Bump pipeline OpenSSL from 1.1.0i to 1.1.0j
- Stub wchar_t helpers and ignore unused WCHAR defs
- Add type comment to setup.py

Revision 1.49 / (download) - annotate - [select for diffs], Tue Nov 13 13:31:02 2018 UTC (5 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored) to selected 1.1.1.1 (colored)

py-m2crypto: updated to 0.31.0

0.31.0:
- Compatibility with OpenSSL 1.1.1 (partly workaround, maybe requires
  further investigation)
- Fixes for Windows builds
- Fixes of installs on AWS Lambda
- Fixes of Mac OS X related failures
- Fix Python 2.6 compatibility issues

Revision 1.48 / (download) - annotate - [select for diffs], Mon Apr 30 08:51:15 2018 UTC (5 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored) to selected 1.1.1.1 (colored)

py-m2crypto: updated to 0.30.1

0.30.1:
- Fix packaging (missed packaging testing file)

Revision 1.47 / (download) - annotate - [select for diffs], Fri Apr 27 06:47:25 2018 UTC (5 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.1.1.1 (colored)

py-m2crypto: updated to 0.30.0

0.30.0:
- Various small typos (Windows builds, Fix SSL.Connection.__del__)
- The project is now Linux-distribution agnostic
- Replace all old-style classes with the new ones (it shouldn't cause
  any problems, but feel free to file an issue, if it does)
- Do not by-pass a potential transfer decoding in m2urllib2
- Update M2Crypto.six with 1.11.0 and replace our local workarounds with
  new functions.
- SSLv3 just removed.
- Don't support Python 2.6 on Windows anymore. Windows users don't have
  python as a system package, so they are usually more likely to upgrade
  anyway.

Revision 1.46 / (download) - annotate - [select for diffs], Mon Feb 26 08:46:03 2018 UTC (6 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored) to selected 1.1.1.1 (colored)

py-m2crypto: updated to 0.29.0

0.29.0:
- Fix building on Windows (all tests fix on Win32 and Win64 on all
  supported combinations of versions of OpenSSL and Python)
- Fixes of some small bugs

Revision 1.45 / (download) - annotate - [select for diffs], Fri Feb 9 08:44:50 2018 UTC (6 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.44: +9 -4 lines
Diff to previous 1.44 (colored) to selected 1.1.1.1 (colored)

py-m2crypto: updated to 0.28.2

0.28.0:
- Mainly port to Python 3 (supporting 2.6, 2.7, 3.3, 3.4, 3.5, 3.6)
- Some lame efforts to make setup.py build --openssl work better (needs
  more real testing on Mac OS X)
- Fix licence: it is MIT, not BSD
- Fix and add tests for SWIG/_aes.i module
- Improve somehow situation on Mac OS X (some testing, improve setup.py,
  testsuite should fully pass)
- Bundle-in unittest2 for Python 2.6 (dealing with the need for
  specific version of unittest2 package was too complicated)
- Remove all PGP modules

Revision 1.44 / (download) - annotate - [select for diffs], Thu Oct 26 07:08:10 2017 UTC (6 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.43: +4 -4 lines
Diff to previous 1.43 (colored) to selected 1.1.1.1 (colored)

py-m2crypto: updated to 0.27.0

0.27.0:
- Fix licence: it is MIT, not BSD
- At least minimal support of SNI in httpslib.
- Small bugfixes and cleanups.
- More effort to make build system more robust (now should work even on
  Debian LTS).
- Restore m2.rsa_set_e() and m2.rsa_set_n().
- Make sure that every exceptional return throws and exception and vice
  versa.

Revision 1.43 / (download) - annotate - [select for diffs], Thu Sep 28 10:44:11 2017 UTC (6 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.1.1.1 (colored)

py-m2crypto: update to 0.26.4

0.26.3:
- Fix a syntax typo.

0.26.2:
- port to support OpenSSL 1.1.0 API
- add generated Sphinx documentation
- another set of cleanups

Revision 1.42 / (download) - annotate - [select for diffs], Wed May 10 17:03:42 2017 UTC (6 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.41: +4 -4 lines
Diff to previous 1.41 (colored) to selected 1.1.1.1 (colored)

Changes 0.26.0:
Unknown

Revision 1.41 / (download) - annotate - [select for diffs], Sun Feb 19 18:54:39 2017 UTC (7 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.40: +13 -12 lines
Diff to previous 1.40 (colored) to selected 1.1.1.1 (colored)

Changes 0.25.0:
- More cleanups, removal of obsolete stuff, and moves towards py3k
  compatibility.
- Add support for EC.get_builtin_curves() and use it for testing.
- Enable AES CTR mode
- Bundle-in six module v. 1.10.0
- add rand_file_name and rand_status
- remove all LHASH fiddling
- Extend Travis and GitLab CI configuration to test also py3k (with
  allowed_failures) and CentOS6 (on GitLab CI).
- Add CONTRIBUTORS.rst. Thank you!
- Add PEP-484 type hints in comments to all Python files (except for
  tests)
- Use context managers for file handling wherever possible instead of
  leaking open file descriptors.
- Improve defaults handling for SSL_CTX_new().
- Fix PGP tests to actually run

Revision 1.40 / (download) - annotate - [select for diffs], Sun Jan 1 14:43:55 2017 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.1.1.1 (colored)

Add python-3.6 to incompatible versions.

Revision 1.39 / (download) - annotate - [select for diffs], Thu Dec 1 14:51:15 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.38: +1 -7 lines
Diff to previous 1.38 (colored) to selected 1.1.1.1 (colored)

Remove obsolete comment.

Revision 1.38 / (download) - annotate - [select for diffs], Sat Jul 9 13:04:04 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.1.1.1 (colored)

Remove python33: adapt all packages that refer to it.

Revision 1.37 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:38 2016 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.1.1.1 (colored)

Switch to MASTER_SITES_PYPI.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Mar 5 11:29:25 2016 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored) to selected 1.1.1.1 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.35 / (download) - annotate - [select for diffs], Sat Dec 5 21:25:57 2015 UTC (8 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.1.1.1 (colored)

Extend PYTHON_VERSIONS_INCOMPATIBLE to 35

Revision 1.34 / (download) - annotate - [select for diffs], Sun Jun 1 23:51:25 2014 UTC (9 years, 10 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.33: +2 -4 lines
Diff to previous 1.33 (colored) to selected 1.1.1.1 (colored)

Updated to 0.22.3. No ChangeLog. Remove python/extension.mk from Makefile,
since egg.mk includes that. PGP module seems to have been removed from
package.

Revision 1.33 / (download) - annotate - [select for diffs], Fri May 9 07:37:18 2014 UTC (9 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.1.1.1 (colored)

Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Feb 12 23:18:36 2014 UTC (10 years, 2 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.1.1.1 (colored)

Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.31 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:20 2014 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.30: +3 -2 lines
Diff to previous 1.30 (colored) to selected 1.1.1.1 (colored)

Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Jul 26 09:50:21 2013 UTC (10 years, 8 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.29: +3 -1 lines
Diff to previous 1.29 (colored) to selected 1.1.1.1 (colored)

Fix build on at least SunOS by pointing to real OpenSSL.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Feb 6 23:23:44 2013 UTC (11 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.1.1.1 (colored)

PKGREVISION bumps for the security/openssl 1.0.1d update.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Oct 23 18:16:54 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.27: +1 -3 lines
Diff to previous 1.27 (colored) to selected 1.1.1.1 (colored)

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

Revision 1.27 / (download) - annotate - [select for diffs], Fri Oct 5 10:14:46 2012 UTC (11 years, 6 months ago) by apb
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored) to selected 1.1.1.1 (colored)

In the PLIST, add four files in ${PYSITELIB}/${EGG_INFODIR}.

In the Makefile, remove PYDISTUTILSPKG=yes, add
.include "../../lang/python/egg.mk", and set PKGREVISION=1.

This fixes errors from "make package" complaining about files
that were installed but not present in the PLIST.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jan 22 10:05:18 2012 UTC (12 years, 2 months ago) by apb
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.25: +6 -10 lines
Diff to previous 1.25 (colored) to selected 1.1.1.1 (colored)

Update py-m2crypto from 0.13.1 to 0.21.1.
Too many changes to list.  The master site has moved too:

-HOMEPAGE= http://sandbox.rulemaker.net/ngps/m2/
+HOMEPAGE= http://chandlerproject.org/bin/view/Projects/MeTooCrypto

-MASTER_SITES= http://sandbox.rulemaker.net/ngps/Dist/
+MASTER_SITES= http://pypi.python.org/packages/source/M/M2Crypto/

Revision 1.25 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:44 2010 UTC (14 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: 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
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.1.1.1 (colored)

Recursive PKGREVISION bump for jpeg update to 8.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Feb 9 21:09:22 2009 UTC (15 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.23: +1 -2 lines
Diff to previous 1.23 (colored) to selected 1.1.1.1 (colored)

Remove Python 2.1 support.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:45 2008 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.22: +3 -1 lines
Diff to previous 1.22 (colored) to selected 1.1.1.1 (colored)

Add DESTDIR support.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Apr 25 20:39:11 2008 UTC (15 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.1.1.1 (colored)

Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Jan 24 11:14:26 2008 UTC (16 years, 2 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.1.1.1 (colored)

Update dependency, it builds with openssl-0.9.8

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jan 18 05:09:41 2008 UTC (16 years, 3 months ago) by tnn
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.1.1.1 (colored)

Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@

Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 6 06:22:44 2006 UTC (18 years ago) by reed
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
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.1.1.1 (colored)

Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).

Revision 1.18 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:38 2006 UTC (18 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.1.1.1 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Feb 13 21:52:10 2006 UTC (18 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.1.1.1 (colored)

Allow nb versions of openssl-0.9.7i too.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:46 2006 UTC (18 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored) to selected 1.1.1.1 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 20 22:08:35 2006 UTC (18 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.1.1.1 (colored)

Drop trailing whitespace.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Jan 14 23:07:26 2006 UTC (18 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.13: +13 -7 lines
Diff to previous 1.13 (colored) to selected 1.1.1.1 (colored)

Update to 0.13.1, based on patches from recht@ via tech-pkg.

Additionally, fix it to compile against openssl-0.9.7i, the
current pkgsrc version; due to its way of checking compatibility,
py-m2crypto is extremely picky about constness.
If this works with other versions too, just add them to the pattern.

 Changes since 0.12/0.11
-------------------------
- Patches from Artur Frysiak. Thanks Artur.
  = Allow using a passphrase callback in class SMIME.
  = Added method get0_signers to class PKCS7, which retrieves signers'
    certificates from a PKCS7 blob.
  = Added methods as_pem and save_pem to class X509.
  = Added file version.py.
  = Allow SSL.Context.load_verify_locations to accept both 'cafile' and
    'capath'.
- Fixed BIO.read() not reading until EOF. Thanks to Egil Muller
  for suggestion.
- Honour 'mode' parameter in SSL.Connection.makefile. Thanks again to Egil
  Muller.
- Roger Binns contributed epydoc-generated docs for M2Crypto. Thanks Roger.
- Peter Teniz contributed patches to create X.509 requests and certificates.
  Thanks Peter.
- Updated Medusa to 0.54.
- Make various OpenSSL bignum functions (written long ago) available to Python.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:58 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.1.1.1 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.12 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:18 2005 UTC (19 years ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored) to selected 1.1.1.1 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jan 23 20:41:49 2005 UTC (19 years, 2 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.1.1.1 (colored)

Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:12 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.1.1.1 (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.9 / (download) - annotate - [select for diffs], Thu Jul 22 09:16:04 2004 UTC (19 years, 9 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.1.1.1 (colored)

add python as category
ok'd a while back at pkgsrcCon by agc and wiz

Revision 1.8 / (download) - annotate - [select for diffs], Wed May 5 08:59:31 2004 UTC (19 years, 11 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored) to selected 1.1.1.1 (colored)

bl3ify and also allow Python 2.3-pth to be used

Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 26 02:27:54 2004 UTC (20 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored) to selected 1.1.1.1 (colored)

PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 11 19:06:46 2004 UTC (20 years, 3 months ago) by jschauma
Branch: MAIN
Changes since 1.5: +5 -6 lines
Diff to previous 1.5 (colored) to selected 1.1.1.1 (colored)

Update to version 0.12, include new homepage and thusly fix problem seen
in agc's last bulk build.

Changes since 0.11:
- ZServerSSL with client certificate-based authentication rides again.
- Created Makefile for Python 2.3.
- Modified LICENCE: changed my name to the generic "the author" in the
all-caps disclaimer paragraph.
- Allow to save RSA key pair in the clear.
- ZServerSSL for Zope 2.7.
- Excluded RC5. IDEA was taken out several releases ago. This should
allow M2Crypto to build with stock OpenSSL on various Linuxen.
- Added ssl_set_tmp_dh_callback.
- Added ssl_set_tmp_rsa and ssl_set_tmp_rsa_callback to support weak-cipher
browsers.
- ZServerSSL exports SSL_CIPHER request header (a la mod_ssl) to Zope applications.
- Perform distutils's SWIG .i search path tweaking within setup.py. setup.py
should now work "out of the box".
- Allow using a passphrase callback in class SMIME. Thanks to Artur Frysiak
<wiget@pld-linux.org> for the patch.
- Added method get0_signers to class PKCS7, which retrieves signers' certificates
from a PKCS7 blob. Thanks again to Artur Frysiak.
- Added contrib/smimeplus.py, a high-level S/MIME interface, contributed by Bernard
Yue <bernie@3captus.com>. Thanks Bernard.
- Alias 'emailAddress' to 'Email' in X509.X509_Name.nid to support recent OpenSSL
convention.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 12 03:39:43 2003 UTC (20 years, 5 months ago) by jschauma
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored) to selected 1.1.1.1 (colored)

PKGREVISION++ after openssl update.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Sep 11 04:14:04 2003 UTC (20 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.3: +5 -4 lines
Diff to previous 1.3 (colored) to selected 1.1.1.1 (colored)

Change USE_OPENSSL_VERSION into equivalent BUILDLINK_DEPENDS.openssl.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 4 17:27:06 2003 UTC (20 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.1.1.1 (colored)

Typo in use of USE_OPENSSL_VERSION.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 1 14:00:07 2003 UTC (20 years, 8 months ago) by drochner
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.1.1.1 (colored)

don't depend on "swig-python" - this is only needed under certain circumstances
explained in the "Advanced Topics" part of the SWIG documentation
(as currently built - w/o python version dependency, it is broken anyway)
we just need a build dependency on swig-build

Revision 1.1.1.1 / (download) - annotate - [selected] (vendor branch), Fri Jul 25 15:58:19 2003 UTC (20 years, 8 months ago) by drochner
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Now that we have openssl-0.97 it makes sense to import
m2crypto-0.11, a crypto and SSL toolkit for Python.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 25 15:58:19 2003 UTC (20 years, 8 months ago) by drochner
Branch: MAIN
Diff to selected 1.1.1.1 (colored)

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>