Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.11.0_2 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
2.11.0_1 09 Mar 2024 15:22:00 |
Po-Chuan Hsieh (sunpoet) |
security/py-paramiko: Convert to USE_PYTHON=pytest4
Approved by: portmgr (blanket)
With hat: python |
2.11.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 |
2.11.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 |
2.11.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> |
2.11.0_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) |
2.11.0_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 ) |
2.11.0_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 ) |
2.11.0_1 08 Jun 2022 17:10:54 |
Sofian Brabez (sbz) |
security/py-paramiko: add GSSAPI option
GSSAPI is considered as an extra feature in paramiko. Building support
for it requires to have Kerberos (either MIT or Heimdal). Add support
for it as an OPTION disabled by default.
PR: 264136 |
2.11.0 20 May 2022 19:45:20 |
Sofian Brabez (sbz) |
security/py-paramiko: update to 2.11.0 |
2.10.3 27 Apr 2022 11:42:14 |
Dmitry Marakasov (amdmi3) |
security/py-paramiko: switch to USES=pytest and fix tests
- Note that tests must be run with pytest, as some of them use
pytest decorators which do not work with unittest.
- PYTEST_ARGS were taken from upstream pytest.ini which is missing
from pypi distribution. Without these, test collection hangs.
- In theory, it can be switched from pytest4 to recent pytest: as
pytest.ini says, pytest-relaxed which is not compatible with
pytest7 as a plugin, is not used as such. But it would require
creating a copy of py-pytest-relaxed port to get rid of conflicting
pytest4 dependency, so let's stay with pytest4 for now.
Reported by: reprise
Approved by: portmgr blanket |
2.10.3 22 Mar 2022 16:06:19 |
Sofian Brabez (sbz) |
security/py-paramiko: update to 2.10.3 |
2.9.2 07 Feb 2022 10:38:50 |
Sofian Brabez (sbz) |
security/py-paramiko: update to 2.9.2
Also unregister the conflict with security/py-paramiko1 which was
removed from the tree |
2.7.2 10 Sep 2021 21:18:13 |
Bernhard Froehlich (decke) |
security/py-paramiko: Add CPE information
Approved by: portmgr (blanket) |
2.7.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.7.2 18 Feb 2021 12:53:20 |
sbz |
- Update to 2.7.2 |
2.7.1 03 Jan 2021 09:11:52 |
antoine |
Remove python 2.7 support from a few ports |
2.7.1 21 Mar 2020 18:11:11 |
sbz |
- Update to 2.7.1 |
2.6.0 06 Jul 2019 21:43:30 |
sunpoet |
Update to 2.6.0
- Update CONFLICTS_INSTALL: it does not conflict with py-paramiko1 of other
python versions
- Update WWW
Changes: https://www.paramiko.org/changelog.html
PR: 238970
Submitted by: sunpoet (myself)
Approved by: sbz (maintainer) |
2.4.2_1 29 May 2019 14:45:23 |
mmokhi |
security/py-paramiko: Backport upstream fix on CryptographyDeprecationWarnings
Following cryptography 2.5 release the py-paramiko generates
the deprecation warnings that breaks user-cases relying on its output.
The issue has been tracked and fixed upstream, this patch backports on our tree,
until upstream's next release.
Reported by: filis
Reviewed by: sbz (maintainer)
Approved by: sbz (maintainer)
Sponsored by: Platform.sh
Differential Revision: https://reviews.freebsd.org/D20384 |
2.4.2 08 May 2019 14:56:01 |
amdmi3 |
- Fix test target
Approved by: portmgr blanket |
2.4.2 21 Oct 2018 16:23:41 |
sbz |
- Update to 2.4.2 |
2.4.1 30 Sep 2018 14:41:39 |
miwi |
- Update to 2.4.1
- Removed option EXAMPLES as there are no more examples that are installed.
- Removed concurrent keyword from USE_PYTHON
- Added NO_ARCH
- Added dependencies for test target
Changes by upstream:
- https://github.com/paramiko/paramiko/compare/2.4.0...2.4.1
PR: 231090
Submitted by: freebsd_ports@k-worx.org
Approved by: maintainer timeout
Sponsored by: iXsystems Inc. |
2.4.0 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 |
2.4.0 20 Jan 2018 20:11:21 |
sbz |
- Update to 2.4.0 |
2.3.1 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 ) |
2.3.1 28 Sep 2017 11:46:42 |
sbz |
- Update to 2.3.1 |
2.2.1 12 Aug 2017 18:20:19 |
sbz |
- Add missing dependencies
Reported by: ume |
2.2.1 11 Aug 2017 21:48:58 |
sbz |
- Update to 2.2.1
PR: 216533
Submitted by: pi |
2.0.5 22 Feb 2017 21:16:24 |
sbz |
- Update to 2.0.5 |
2.0.4 17 Dec 2016 19:50:48 |
sbz |
- Update to 2.0.4 |
2.0.3 14 Dec 2016 17:49:34 |
sbz |
- Update to 2.0.3 |
2.0.2 30 Nov 2016 22:38:21 |
sbz |
- Update to 2.0.2
- Allow Python concurrent installation
- Use do-test target instead regression-test |
2.0.0_1 08 Nov 2016 05:47:33 |
lwhsu |
Register conflict with security/py-paramiko1 |
2.0.0 26 May 2016 19:24:01 |
rodrigc |
- Update to 2.0.0
Submitted by: rodrigc
Reviewed by: robak, sbz
Approved by: robak, sbz
Differential Revision: https://reviews.freebsd.org/D6551 |
1.15.2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.15.2 26 Jul 2015 20:05:58 |
pi |
security/py-paramiko: 1.14.0 -> 1.15.2
- Website updated
- For other changes see
http://www.paramiko.org/changelog.html
PR: 199896
Submitted by: Claudius Herder <claudius.herder@ambtec.de>
Approved by: sbz (maintainer timeout) |
1.14.0 29 Aug 2014 14:51:17 |
bapt |
Modernize python |
1.14.0 20 May 2014 13:20:22 |
sbz |
- Update to 1.14.0 |
1.13.0 22 Apr 2014 15:44:06 |
sbz |
- Update to 1.13.0 |
1.12.1_1 08 Feb 2014 16:02:38 |
miwi |
- Fix build
Pointyhat to: sbz |
1.12.1 06 Feb 2014 16:25:22 |
sbz |
- Update to 1.12.1 |
1.11.0 05 Feb 2014 07:38:29 |
miwi |
- Stage support
- Convert to PYDISTUTILS_AUTOPLIST |
1.11.0 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.11.0 02 Aug 2013 08:19:29 |
sbz |
- Update to 1.11.0 |
1.10.1 16 Apr 2013 15:31:41 |
sbz |
- Update to 1.10.1
Feature safe: yes |
1.10.0 05 Mar 2013 13:54:26 |
sbz |
- Update to 1.10.0
- Update COMMENT
- Convert to new option framework |
1.9.0 15 Nov 2012 20:57:00 |
sbz |
- Update to 1.9.0
Feature safe: yes |
1.8.0 03 Oct 2012 11:07:31 |
sbz |
- Update to 1.8.0 |
1.7.7.2 11 Jun 2012 14:07:34 |
sbz |
- Update to 1.7.7.2
- Make happy portlint |
1.7.7.1 01 Jun 2011 09:03:08 |
sbz |
- Update to 1.7.7.1
- Add LICENSE
- Add regression-test target
Approved by: miwi@ (mentor) |
1.7.6 18 Mar 2011 10:04:54 |
sbz |
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor) |
1.7.6 24 Feb 2010 20:35:14 |
gahr |
- Fix build
PR: 144236
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Fixed bx: Sofian Brabez <sbrabez@gmail.com> (committer)
Feature safe: yes |
1.7.6 08 Dec 2009 10:01:41 |
pav |
- Update to 1.7.6
- Install examples
- Pass maintainership to submitter
PR: ports/140331
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Approved by: Matthew D. Fuller <fullermd@over-yonder.net> (maintainer) |
1.7.5 22 Jul 2009 10:19:14 |
yzlin |
- Update to 1.7.5
PR: ports/136922
Submitted by: Sofian Brabez <sbrabez AT gmail.com>
Approved by: Matthew D. Fuller <fullermd AT over-yonder.net> (maintainer),
lwhsu (mentor) |
1.7.4 25 Aug 2008 21:24:39 |
miwi |
- Update to 1.7.4
PR: 126833
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> (maintainer) |
1.7.3 30 May 2008 20:39:56 |
miwi |
- Update to 1.7.3
PR: 123438
Submitted by: "Josh Paetzel" <josh@tcbug.org> |
1.7.2 11 Mar 2008 02:27:48 |
lwhsu |
- Updated to 1.7.2
PR: ports/119962
Submitted by: Felippe de Meirelles Motta <lippemail AT gmail.com>
Approved, modified by: "Matthew D. Fuller" <fullermd AT over-yonder.net>
(maintainer) |
1.7 23 Jul 2007 10:39:02 |
mm |
- change maintainer to Matthew Fuller <fullermd@over-yonder.net>
PR: ports/114751
Submitted by: Ulf Lilleengen <lulf@stud.ntnu.no> (maintainer)
Approved by: new maintainer, garga (mentor, implicit) |
1.7 27 May 2007 15:34:48 |
miwi |
- Update to 1.7
PR: 112866
Submitted by: Ulf Lilleengen <lulf@pvv.ntnu.no> (maintainer) |
1.6.2 23 Aug 2006 12:43:57 |
miwi |
- Fix to install along with setuptools
PR: ports/102368
Submitted by: Martin Jackson <mhjacks(at)swbell.net>
Approved by: krion (mentor), maintainer (via privat mail) |
1.6.2 21 Aug 2006 09:06:23 |
miwi |
- Update to 1.6.2
PR: ports/102258
Submitted by: Ulf Lilleengen <lulf(at)pvv.ntnu.no> (maintainer)
Approved by: krion (mentor) |
1.5.4 26 May 2006 14:14:51 |
johans |
Add py-paramiko, a Python library for making ssh2 connections
PR: 92807
Submitted by: Ulf Lilleengen
Approved by: flz (mentor) |