Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Jan 2021 02:13:09
0.6.0

|
acm  |
- Update to 0.6.0
PR: 251825
Submitted by: rozhuk.im at gmail.com
Approved by: wg (maintainer timeout) |
28 Dec 2020 23:02:15
0.5.0

|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
20 Mar 2018 22:36:15
0.5.0

|
sunpoet  |
Update to 0.5.0
- Add LICENSE_FILE
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
Changes: https://github.com/tiran/defusedxml/releases
PR: 226750
Submitted by: sunpoet (myself)
Approved by: wg (maintainer) |
11 Jan 2018 14:18:01
0.4.1

|
danfe  |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2). |
30 Nov 2017 15:50:34
0.4.1

|
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 ) |
14 Apr 2017 18:42:32
0.4.1

|
swills  |
devel/py-defusedxml: Allow overriding USES |
20 Oct 2014 16:04:14
0.4.1

|
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
17 Dec 2013 14:29:42
0.4.1

|
wg  |
devel/py-defusedxml: use auto plist and remove py3k hack |
25 Sep 2013 14:33:23
0.4.1

|
wg  |
devel/py-defusedxml: allow staging
- Allow staging |
20 Sep 2013 17:13:47
0.4.1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
04 Aug 2013 13:40:12
0.4.1

|
wg  |
devel/py-defusedxml: Defusing XML bombs and other exploits
The results of an attack on a vulnerable XML library can be fairly dramatic.
With just a few hundred Bytes of XML data an attacker can occupy several
Gigabytes of memory within seconds. An attacker can also keep CPUs busy for
a long time with a small to medium size request. This library prevents
such issues.
WWW: https://bitbucket.org/tiran/defusedxml |