Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
02 Mar 2021 11:28:10
5.3.1_1

|
dbaio  |
devel/py-yaml: Take MAINTAINER'ship |
02 Mar 2021 00:51:54
5.3.1_1

|
jpaetzel  |
deorbit jpaetzel |
19 Jan 2021 16:10:08
5.3.1_1

|
jpaetzel  |
Switch the optional libyaml to be on by default
There are software packages that expect pyyaml to be compiled
with libyaml support. Switching the default eases using the port
as a dep.
Reported by: thierry |
28 Dec 2020 23:02:15
5.3.1

|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
24 Dec 2020 13:46:02
5.3.1

|
kai  |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
16 May 2020 11:04:56
5.3.1

|
sunpoet  |
Convert to options helper
- Use USE_PYTHON=concurrent instead of setting EXAMPLESDIR manually
- Sort PLIST
PR: 246407
Submitted by: sunpoet (myself)
Approved by: jpaetzel (maintainer) |
27 Apr 2020 20:22:43
5.3.1

|
jpaetzel  |
Update to 5.3.1
This release contains a security fix for CVE-2020-1747. FullLoader was still
exploitable for arbitrary command execution.
https://bugzilla.redhat.com/show_bug.cgi?id=1807367
Thanks to Riccardo Schirone (https://github.com/ret2libc) for both reporting
this and providing the fixes to resolve it.
- https://github.com/yaml/pyyaml/pull/386
PR: 245937
Submitted by: daniel.engberg.lists@pyret.net
MFH: 2020Q2
Security: http://vuxml.freebsd.org/freebsd/aae8fecf-888e-11ea-9714-08002718de91.html |
23 Feb 2020 09:31:30
5.2

|
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
03 Dec 2019 23:35:17
5.2

|
jpaetzel  |
Update to 5.2
Repair incompatibilities introduced with 5.1. The default Loader was changed,
but
several methods like add_constructor still used the old default
A more flexible fix for custom tag constructors
Change default loader for yaml.add_constructor
Change default loader for add_implicit_resolver, add_path_resolver
Make FullLoader safer by removing python/object/apply from the default
FullLoader
Move constructor for object/apply to UnsafeConstructor
Fix bug introduced in 5.1 where quoting went wrong on systems with
sys.maxunicode <= 0xffff
Fix logic for quoting special characters |
24 Apr 2019 15:33:50
5.1

|
jpaetzel  |
Update to 5.1
https://github.com/yaml/pyyaml/blob/5.1/announcement.msg
=======================
Announcing PyYAML-5.1
=======================
A new MAJOR RELEASE of PyYAML is now available:
https://pypi.org/project/PyYAML/
This is the first major release of PyYAML under the new maintenance team.
Among the many changes listed below, this release specifically addresses the
arbitrary code execution issue raised by:
https://nvd.nist.gov/vuln/detail/CVE-2017-18342
(See https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
for complete details).
...
PR: 237501
Reported by: sergey@akhmatov.ru |
09 Jul 2018 15:21:31
3.13

|
jpaetzel  |
Update to 3.13 |
19 Feb 2018 23:43:34
3.12

|
jpaetzel  |
Update to 3.12
PR: 226034
Submitted by: loic.blot@unix-experience.fr |
30 Nov 2017 15:50:34
3.11_2

|
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 ) |
22 Oct 2016 02:28:25
3.11_2

|
jpaetzel  |
Update to allow installation with multiple versions of python
PR: 213644
Submitted by: Michael Zhilin |
27 Sep 2016 17:49:37
3.11_1

|
amdmi3  |
devel/py-yaml:
- Add LICENSE_FILE
- Switch to options helpers
- Strip library
- Add support for tests
Add devel/py3-yaml python3 counterpart of this port
PR: 212692
Submitted by: amdmi3
Approved by: maintainer timeout (jpaetzel, 2 weeks) |
01 Apr 2016 14:00:57
3.11

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
27 Oct 2014 10:58:26
3.11

|
bapt  |
Cleanup plist |
20 Oct 2014 16:04:14
3.11

|
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
15 Jul 2014 17:52:18
3.11

|
adamw  |
Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES. |
23 May 2014 00:25:49
3.11

|
jpaetzel  |
Update to 3.11
PR: ports/189992
Submitted by: Bartek Rutkowski |
09 Feb 2014 13:07:02
3.10_1

|
koobs  |
devel/py-yaml: Remove redundant bsd.port.options.mk include
Save one extra parse of bsd.port.mk by moving PORT_OPTIONS:MEXAMPLES under
the bsd.port.pre.mk include and removing bsd.port.options.mk.
Reported by: mat |
09 Feb 2014 11:57:31
3.10_1

|
koobs  |
devel/py-yaml: Modernise: STAGE, AUTOPLIST & more
- Enable STAGE support
- Enable AUTOPLIST support, update pkg-plist
- Use PyPi (CHEESESHOP) master site, Geo-CDN backed
- Add LICENSE (MIT)
- Deprecate PYDISTUTILS_PKGNAME, not needed with AUTOPLIST
- Remove PLIST_SUB, not necessary with AUTOPLIST
- Deprecate OPTIONSFILE override
- Deprecate py3k-fix-pkg-plist.inc hack
- Use new LIB_DEPENDS convention
- Makefile: Whitespace alignment
- Bump PORTREVISION
Approved by: portmgr (blanket) |
15 Dec 2013 16:22:17
3.10

|
wg  |
Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is (Only the first 15 lines of the commit message are shown above ) |
09 Nov 2013 21:13:57
3.10

|
jpaetzel  |
Make port option less confusing.
In the context of this port, turning on yaml support
doesn't enable the optional yaml support like it does
for other ports. It compiles the yaml support against
textproc/libyaml, which provides for yaml parsing with
the speed of C in the ease of use of a scripting language.
PR: ports/183763
Submitted by: Michael Gmelin <freebsd@grem.de> |
23 Sep 2013 19:56:48
3.10

|
demon  |
Fix plist for python version 3.2+
Maintainer timeout. |
20 Sep 2013 17:13:47
3.10

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
23 May 2013 02:23:34
3.10

|
jgh  |
- adoption of optionsNG
- trim historical headers
Approved by: portmgr (miwi) |
30 May 2011 15:13:38
3.10 
|
jpaetzel  |
Update to 3.10 |
12 Sep 2009 01:14:55
3.09 
|
jpaetzel  |
Update devel/py-yaml and textproc/libyaml to latest versions
PR: ports/138401
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: itetcu@ (mentor) |
03 Mar 2009 21:26:16
3.07_2 
|
jpaetzel  |
Fix plist error in textproc/libyaml
Approved by: linimon (mentor) |
01 Mar 2009 01:47:51
3.07_1 
|
jpaetzel  |
Update libyaml to 0.1.2
Approved by: linimon (mentor) |
14 Jan 2009 16:21:32
3.07 
|
jpaetzel  |
Bump to latest production ready version
Approved by: linimon (mentor) |
12 Jan 2009 05:57:43
3.06 
|
jpaetzel  |
Grab MAINTAINER
Approved by: linimon (mentor) |
17 Dec 2008 16:43:36
3.06 
|
pav  |
- Update to 3.06
- Add a knob to build libYAML bindings (defaults to off)
PR: ports/128992
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by: maintainer timeout (28 days) |
30 Jul 2007 09:42:28
3.05 
|
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 |
27 May 2007 10:40:25
3.05 
|
miwi  |
- Update to 3.05
PR: 112933
Submitted by: Neal Nelson <neal@nelson.name> (maintainer) |
04 Sep 2006 15:59:45
3.04 
|
itetcu  |
Update to version 3.04
PR: 102850
Submitted by: Neal Nelson (maintainer) |
23 Jun 2006 08:56:29
3.03 
|
pav  |
- Update to 3.03
PR: ports/99254
Submitted by: Neal Nelson <neal@nelson.name> (maintainer) |
16 Jun 2006 13:50:45
3.02_1 
|
jkoshy  |
Fix a ZeroDivisionError on FreeBSD 4, by bringing in a vendor
patch [SVN#168 at pyyaml.org].
Bump PORTREVISION.
PR: ports/99009
Submitted by: jkoshy
Approved by: Neal Nelson (neal at nelson dot name) [MAINTAINER] |
26 May 2006 15:14:43
3.02 
|
pav  |
- Update to 3.02
- Take maintainership
PR: ports/97891
Submitted by: Neal Nelson <neal@nelson.name> |
09 May 2006 15:00:24
3.01 
|
ijliao  |
upgrade to 3.01 |
31 Mar 2006 02:50:51
0.32 
|
ijliao  |
fix master site and WWW
PR: 95134
Submitted by: Jean-Francois BOEUF <jfb@minet.net> |
08 Nov 2005 21:03:35
0.32 
|
mnag  |
Update WWW
Add SHA256
PR: 88689
Submitted by: jmelo@freebsdbrasil.com.br |
10 Jul 2005 19:26:18
0.32 
|
kris  |
Chase master site |
16 May 2004 16:16:42
0.32 
|
krion  |
- Fix MASTER_SITES
PR: ports/66686
Submitted by: Roman Neuhauser <neuhauser@chello.cz> |
29 Jan 2004 07:24:56
0.32 
|
trevor  |
SIZEify. |
01 Jul 2003 07:58:44
0.32 
|
daichi  |
update devel/py-yaml:
o Fix unfetchable distfile, but in the same time
o Update to 0.32
o Change the distinfo
PR: 53036
Submitted by: Serge Gagnon <gagnon__s@videotron.ca> |
10 May 2003 14:41:45
20021223
|
petef  |
py-yaml development has been taken over by someone else; update WWW:
appropriately.
Noticed by: fenner's portsurvey |
20 Feb 2003 17:07:10
20021223
|
knu  |
De-pkg-comment. |
03 Jan 2003 11:28:49
20021223
|
ijliao  |
add py-yaml 20021223
Python YAML parser |