non port: security/py-pynacl/Makefile |
SVNWeb
|
Number of commits found: 22 |
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
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 )
|
Wed, 12 Jan 2022
|
[ 08:56 Yuri Victorovich (yuri) ] f7f1e6e
security/py-pynacl: Update 1.4.0 -> 1.5.0
Reported by: portscout
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 3 Jan 2021
|
[ 09:11 antoine ] (Only the first 10 of 27 ports in this commit are shown above. )
Remove python 2.7 support from a few ports
|
Tue, 26 May 2020
|
[ 08:30 yuri ]
security/py-pynacl: Update 1.3.0 -> 1.4.0
Reported by: portscout
|
Fri, 28 Sep 2018
|
[ 05:55 yuri ]
security/py-pynacl: Update 1.2.1 -> 1.3.0
Reported by: portscout
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Fri, 5 Jan 2018
|
[ 20:02 yuri ]
Corrected shared library names that got the .abi3 suffix for python-36 and up
after devel/py-cffi upgrade to 1.11.2
This is the followup for the r457997 commit that updated devel/py-cffi to
1.11.2.
As it turned out, the shared object names built by py-cffi has changed in python
36.
Dependent ports can choose between installing such shared object as part of
their plist, or
generating them in the runtime and placing them into ~/.cache/{port-name}/ The
former ones,
that include the shared objects in their plist, got affected.
4 of the ports were failing explicitly in their py36 flavor during the strip
phase.
The other 6 were either missing strip entirely, or performed the strip operation
without
using explicit shared object names. These 6 ports didn't trigger any build
errors, and were
failing silently during the runtime, making the problem very hard to detect.
Precisely, .abi3 suffix is now added for the py36 flavor of relevant ports.
Here are the 10 ports that got affected and are now corrected:
databases/py-psycopg2cffi devel/py-pygit2 devel/py-xattr devel/py-pyopencl
devel/py-atomiclong
multimedia/py-librtmp net/py-nnpy security/py-bcrypt security/py-cryptography
security/py-pynacl
All of them got the * in the stripped shared object name, and a PORTREVISION
bump.
|
Thu, 21 Dec 2017
|
[ 20:10 yuri ]
security/py-pynacl: Update to 1.2.1
Reported by: portscout
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13567
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Sat, 11 Nov 2017
|
[ 21:01 yuri ]
security/py-pynacl: Update to 1.2.0
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12968
|
Sun, 22 Oct 2017
|
[ 10:09 vsevolod ] (Only the first 10 of 25 ports in this commit are shown above. )
- Update libsodium to 1.0.15 [1]
- Bump revisions for all dependent ports
PR: 223147 [1]
Submitted by: Greg V [1]
|
Fri, 21 Apr 2017
|
[ 08:09 miwi ]
- Update to 1.1.2
- Added USES=localbase
- Added the option BUNDLED_NACL that uses bundled NaCl
PR: 218263
Submitted by: maintainer
|
Thu, 23 Mar 2017
|
[ 13:26 krion ]
Add do-test target
Submitted by: Anton Yuzhaninov <citrin@citrin.ru>
Approved by: mat (mentor), maintainer
Differential Revision: https://reviews.freebsd.org/D10103
|
Wed, 22 Mar 2017
|
[ 18:11 krion ]
Update security/py-pynacl to 1.1.1
PR: 217938
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10077
|
Tue, 12 Jul 2016
|
[ 22:03 marino ] (Only the first 10 of 21 ports in this commit are shown above. )
security/libsodium: Upgrade version 1.0.8 => 1.0.10
Also bump all ports that depend on libsodium.
PR: 210999
Submitted by: manu
Approved by: vsevolod (maintainer)
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 23 Mar 2016
|
[ 09:20 vsevolod ] (Only the first 10 of 36 ports in this commit are shown above. )
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports
PR: 206482
Submitted by: lev, w.schwarzenfeld@aon.at
|
Sun, 6 Mar 2016
|
[ 02:14 wen ]
- Update to 1.0.1
PR: 207672
Submitted by: yuri@rawbw.com(maintainer)
|
Mon, 4 Jan 2016
|
[ 07:55 miwi ]
PyNaCl is a Python binding to the Networking and Cryptography library, a crypto
library with the stated goal of improving usability, security and speed.
WWW: https://pypi.python.org/pypi/PyNaCl/
PR: 205060
Submitted by: Yuri Victorovich <yuri@rawbw.com>
|
Number of commits found: 22 |