Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
24.1.0,1 08 Jul 2024 16:22:57 |
Po-Chuan Hsieh (sunpoet) Author: Ivan Rozhuk |
security/py-openssl: Update to 24.1.0
Changes: https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst
PR: 277427
Approved by: maintainer (timeout, 7.5+ weeks) |
23.2.0,1 29 Sep 2023 14:19:56 |
Po-Chuan Hsieh (sunpoet) |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
23.2.0,1 04 Sep 2023 09:06:16 |
Po-Chuan Hsieh (sunpoet) |
security/py-openssl: Remove duplicate py-pytest from TEST_DEPENDS
USE_PYTHON=pytest adds it automatically.
Approved by: portmgr (blanket)
With hat: python |
23.2.0,1 31 Aug 2023 13:27:26 |
Li-Wen Hsu (lwhsu) |
security/py-openssl: Update to 23.2.0
This patch combines the efforts from the people invloved in the PR.
I just do the integrating and testing.
PR: 266680
Approved by: sbz (earlier version)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D39037 |
21.0.0,1 22 Jul 2023 07:46:38 |
Tobias C. Berner (tcberner) |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
21.0.0,1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
21.0.0,1 26 Jun 2023 23:30:29 |
Robert Clausecker (fuz) Author: Joakim Bergman |
security/py-openssl: update to 21.0.0
this is to make devel/py-twisted work
(from context of net-p2p/deluge)
PR: 264970
Approved by: sbz (maintainer timeout, two weeks) |
20.0.1,1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20.0.1,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20.0.1,1 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
20.0.1,1 24 Mar 2022 13:11:46 |
Sofian Brabez (sbz) |
security/py-openssl: bump portepoch after 0e63dc86 |
20.0.1 24 Mar 2022 11:27:58 |
Sofian Brabez (sbz) |
security/py-openssl: restore previous version
py-openssl new version rely on a minimum version of
security/py-cryptography which is not yet available in the tree. This
cause problems on consumers that fails at runtime due to unsatisfied
pkg_resources requirement
pkg_resources.ContextualVersionConflict: (cryptography 3.3.2
(/usr/local/lib/python3.10/site-packages),
Requirement.parse('cryptography>=35.0'), {'PyOpenSSL'})
Reported by: yasu |
22.0.0 22 Mar 2022 16:06:19 |
Sofian Brabez (sbz) |
security/py-openssl: update to 22.0.0 |
20.0.1 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
20.0.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20.0.1 25 Feb 2021 13:32:25 |
fluffy |
security/py-openssl: unbreak run for consumers
Partially revert r566075 to previous py-openssl release only for
${OSVERSION} < 1200085 and base OpenSSL 1.0.2 with PORTEPOCH bump
This step is needed because since 20.0 release py-openssl have dropped off
support
for openssl < 1.1.0 which still in base fo FreeBSD 11.4+ branch
Due to dependency on recent cryptography, bump py-cryptography to 3.3.2 release
under same conditions as py-openssl. 3.3.2 was last release which not requred
Rust to build
With hat: ports-secteam
Pointy hat to: sbz (for skip dependencies verification and no reaction to
complains)
Reported by: many via ML |
20.0.1 19 Feb 2021 15:22:13 |
sbz |
- Update to 20.0.1 |
19.1.0 09 Jan 2021 16:34:07 |
antoine |
Remove python 2.7 support from a few ports |
19.1.0 01 Jan 2021 15:24:17 |
pi |
security/py-openssl: update 19.0.0 -> 19.1.0
PR: 245930
Submitted by: daniel.engberg.lists@pyret.net
Approved by: sbz (maintainer)
Relnotes: https://github.com/pyca/pyopenssl/blob/master/CHANGELOG.rst |
19.0.0 05 Aug 2019 09:11:10 |
kai |
security/py-openssl: Update to 19.0.0
While I'm here:
* Improve the "do-test" target to easen future QA and add the required
dependencies for it.
* Sort variables a bit according to the PHB to pet portclippy/portlint.
Changelog:
Backward-incompatible changes:
* X509Store.add_cert no longer raises an error if one add a duplicate cert
* pyOpenSSL now works with OpenSSL 1.1.1
* pyOpenSSL now handles NUL bytes in X509Name.get_components()
PR: 237006
Submitted by: timp87@gmail.com (based on)
Approved by: sbz (maintainer) |
18.0.0 28 Mar 2019 18:09:41 |
sunpoet |
Convert to options target helper
- Add NO_ARCH
Approved by: portmgr (blanket) |
18.0.0 21 Oct 2018 15:59:07 |
sbz |
- Update to 18.0.0 |
17.5.0_1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
17.5.0_1 22 Jan 2018 15:09:11 |
sbz |
- Fix RUN_DEPENDS
PR: 225354
Submitted by: Yasuhiro Kimura <yasu at utahime.org> |
17.5.0 20 Jan 2018 20:18:51 |
sbz |
- Update to 17.5.0 |
17.3.0 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
17.3.0 25 Sep 2017 09:22:14 |
koobs |
security/py-openssl: Fix RUN_DEPENDS
- Fix RUN_DEPENDS minimum version of cryptography to match that in setup.py [1]
- Remove EXAMPLESDIR, already set and noop'd by USE_PYTHON=concurrent
PR: 222520 [1]
Submitted by: Yasuhiro KIMURA <yasu utahime org> [1]
Approved by: portmgr (blanket) |
17.3.0 22 Sep 2017 10:30:51 |
sbz |
- Update to 17.3.0 |
16.2.0 07 Jun 2017 14:32:40 |
woodsb02 |
[NEW] security/py3-openssl: Create Python 3.x version of port
The latest www/py-requests update [1] unbundled its dependencies, now
requiring chardet, idna, urllib3 and certifi from ports.
www/py3-requests port was not tested during QA, which would have highlighted
the need for many new py3-* ports (and their dependencies).
This change creates one of those ports.
[1] https://svnweb.freebsd.org/changeset/ports/442565
PR: 219833 |
16.2.0 22 Feb 2017 21:27:05 |
sbz |
- Update to 16.2.0 |
16.0.0 22 Sep 2016 16:15:33 |
amdmi3 |
- Add LICENSE_FILE
- Switch to new test framework
Approved by: portmgr blanket |
16.0.0 13 Apr 2016 22:45:29 |
sbz |
- Update to 16.0.0
- Allow Python concurrent installation |
0.15.1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.15.1 17 Jun 2015 00:09:40 |
delphij |
Update to 0.15.1.
PR: 200473
Submitted by: sef
Approved by: maintainer timeout |
0.14 24 Oct 2014 16:50:43 |
mva |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit) |
0.14 11 Jul 2014 18:17:58 |
sbz |
- Add CPE entries |
0.14 06 Mar 2014 11:58:56 |
sbz |
- Update to 0.14
- Update pkg-descr
PR: ports/187002
Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> |
0.13 05 Feb 2014 21:30:03 |
antoine |
- Stage support
- Use PYDISTUTILS_AUTOPLIST |
0.13 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.13 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
0.13 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.13 09 Jan 2012 15:41:08 |
tabthorpe |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav |
0.13 19 Sep 2011 09:15:08 |
sbz |
- Fix build on 7.x
Reported by: pav@
Approved by: miwi@ (mentor) |
0.13 08 Sep 2011 13:57:10 |
sbz |
- Update to 0.13
Approved by: jadawin@ (mentor) |
0.12 08 Jul 2011 07:10:50 |
sbz |
- Update to 0.12
- Add LICENSE
Approved by: jadawin@ (mentor) |
0.11 18 Mar 2011 10:04:54 |
sbz |
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor) |
0.11 04 Nov 2010 08:14:40 |
jadawin |
- Update to 0.11
PR: ports/151885
Submitted by: Sofian Brabez <sbrabez AT gmail.com> (maintainer) |
0.10 23 May 2010 22:20:03 |
linimon |
Over to new volunteer. |
0.10 23 May 2010 21:16:16 |
linimon |
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr |
0.10 18 Feb 2010 10:54:41 |
gahr |
- Update to 0.10
- Respect NOPORTEXAMPLES
- Remove unnecessary patch, it is now applied upstream
PR: 142784
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Approved by: maintainer timeout (more than 1 month)
Feature safe: yes |
0.8_1 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.8_1 11 Feb 2009 01:52:18 |
sobomax |
Fix an issue in the py-openssl package that can lead to
interpreter crash with the following error message:
Fatal Python error: ceval: tstate mix-up
Abort trap: 6 (core dumped)
Detailed explanation and analysis can be found here:
https://sourceforge.net/tracker2/?func=detail&aid=2543118&group_id=31249&atid=401760
Bump PORTREVISION.
Approved by: MAINTAINER |
0.8 04 Dec 2008 10:33:13 |
perky |
Update to 0.8.
PR: 128839
Submitted by: wxs |
0.7 31 Oct 2008 03:33:27 |
perky |
Update to 0.7
PR: 126535
Submitted by: Wen heping <wenheping@gmail.com> |
0.6 18 Aug 2007 10:55:26 |
perky |
Fix port to use openssl configurations provided by bsd.openssl.mk.
PR: 115532
Submitted by: Piet Delport <pjd@satori.za.net> |
0.6 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
0.6 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
0.6 15 Aug 2004 07:24:07 |
perky |
Update to 0.6 |
0.5.1 18 Mar 2004 07:38:48 |
perky |
Add SIZE data.
Submitted by: trevor |
0.5.1 25 Feb 2003 06:25:36 |
perky |
De-pkg-comment for my ports. |
0.5.1 18 Sep 2002 15:13:47 |
perky |
Update to 0.5.1 and take maintainership |
0.5 22 Aug 2002 16:47:44 |
perky |
Update to 0.5. |
0.4.1 29 Apr 2002 18:49:15 |
ijliao |
use USE_PYDISTUTILS |
11 Feb 2002 14:54:45 |
ijliao |
add py-openssl 0.4.1 Python interface to the OpenSSL library |