Port details |
- py-tuf Framework for securing software update systems
- 1.1.0 security
=0 Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2016-08-12 11:40:47
- Last Update: 2022-07-20 14:22:56
- Commit Hash: 857c05f
- Also Listed In: devel python
- License: APACHE20 MIT
- Description:
- TUF (The Update Framework) helps developers secure their new or existing
software update systems.
Software update systems are vulnerable to many known attacks, including
those that can result in clients being compromised or crashed. TUF helps
solve this problem by providing a flexible security framework that can
be added to software updaters.
WWW: https://www.updateframework.com
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}tuf>0:security/py-tuf@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-tuf/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-tuf
- pkg install py39-tuf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py39-tuf listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-tuf
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1651613767
SHA256 (tuf-1.1.0.tar.gz) = 28cd35eafa5aa4223eba03a397d14acb57c522381180db9ff3b54477dcbe1b73
SIZE (tuf-1.1.0.tar.gz) = 243468
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-requests>=2.19.1 : www/py-requests@py39
- py39-securesystemslib>=0.22.0 : security/py-securesystemslib@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- security_py-tuf
- USES:
- pytest python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:56 1.1.0 |
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 ) |
03 Jun 2022 13:59:17 1.1.0 |
Po-Chuan Hsieh (sunpoet)  |
security/py-tuf: Fix build with setuptools 61.0.0+
With hat: python |
04 May 2022 00:53:07 1.1.0 |
Muhammad Moinur Rahman (bofh)  |
security/py-tuf: Update version 1.0.0=>1.1.0
Relnotes: https://github.com/theupdateframework/python-tuf/releases/tag/v1.1.0 |
27 Apr 2022 11:42:14 1.0.0 |
Dmitry Marakasov (amdmi3)  |
security/py-tuf: switch to USES=pytest, document failing tests
Reported by: reprise
Approved by: portmgr blanket |
12 Mar 2022 10:36:06 1.0.0 |
Muhammad Moinur Rahman (bofh)  |
security/py-tuf: Update version 0.11.1=>1.0.0
- Add LICENSE_FILE_*
Relnotes:
https://github.com/theupdateframework/python-tuf/releases/tag/v1.0.0 |
08 Mar 2022 02:09:57 0.11.1  |
Muhammad Moinur Rahman (bofh)  |
*/*: Take maintainership |
07 Mar 2022 19:07:39 0.11.1  |
Rene Ladan (rene)  |
all: return koobs' ports to the pool after safekeeping his commit bit. |
06 Apr 2021 14:31:07 0.11.1  |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.11.1  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
14 May 2019 11:07:12
0.11.1  |
koobs  |
security/py-tuf: Update to 0.11.1
- Remove setup.py patch, we'll invoke tests directly for now
Changelog:
https://github.com/theupdateframework/tuf/releases/tag/v0.11.1 |
10 Apr 2019 06:18:32
0.10.0_1  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
20 Jun 2018 17:05:44
0.10.0  |
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 |
30 Nov 2017 15:50:34
0.10.0  |
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 ) |
12 Aug 2016 11:40:38
0.10.0  |
koobs  |
[NEW PORT] security/py-tuf: Framework for securing software update systems
TUF (The Update Framework) helps developers secure their new or existing
software update systems.
Software update systems are vulnerable to many known attacks, including
those that can result in clients being compromised or crashed. TUF helps
solve this problem by providing a flexible security framework that can
be added to software updaters.
WWW: https://www.updateframework.com |