Port details |
- py-tuf Framework for securing software update systems
- 5.1.0 security =2 5.0.0Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2016-08-12 11:40:47
- Last Update: 2024-10-10 08:04:56
- Commit Hash: a173498
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel python
- License: APACHE20 MIT
- WWW:
- https://www.updateframework.com
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 py311-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 py311-tuf listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-tuf
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1728364057
SHA256 (tuf-5.1.0.tar.gz) = 1865737bf8e05893ae31b4511617da7f02cf070562fa3c931074d29ef5fb46d7
SIZE (tuf-5.1.0.tar.gz) = 269105
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:
-
- py311-hatchling>=1.13.0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-requests>=2.19.1 : www/py-requests@py311
- py311-securesystemslib>=1.0 : security/py-securesystemslib@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_py-tuf
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.1.0 10 Oct 2024 08:04:56 |
Muhammad Moinur Rahman (bofh) |
security/py-tuf: Update version 5.0.0=>5.1.0
Changelog: https://github.com/theupdateframework/python-tuf/releases/tag/v5.1.0 |
5.0.0 28 Jul 2024 13:15:08 |
Muhammad Moinur Rahman (bofh) |
security/py-tuf: Update version 4.0.0=>5.0.0
Changelog: https://github.com/theupdateframework/python-tuf/releases/tag/v5.0.0 |
4.0.0_1 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> |
4.0.0 05 Apr 2024 19:48:24 |
Muhammad Moinur Rahman (bofh) |
security/py-tuf: Update version 3.1.1=>4.0.0
Changelog: https://github.com/theupdateframework/python-tuf/releases/tag/v4.0.0 |
3.1.1 09 Mar 2024 15:22:10 |
Po-Chuan Hsieh (sunpoet) |
security/py-tuf: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket)
With hat: python |
3.1.1 17 Feb 2024 06:05:51 |
Muhammad Moinur Rahman (bofh) |
security/py-tuf: Update version 3.1.0=>3.1.1
Changelog: https://github.com/theupdateframework/python-tuf/releases/tag/v3.1.1 |
3.1.0 17 Oct 2023 13:40:37 |
Muhammad Moinur Rahman (bofh) |
security/py-tuf: Update version 3.0.0=>3.1.0
Changelog:
https://github.com/theupdateframework/python-tuf/blob/v3.1.0/docs/CHANGELOG.md |
3.0.0 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> |
3.0.0 12 May 2023 14:57:23 |
Muhammad Moinur Rahman (bofh) |
security/py-tuf: Update version 2.1.0=>3.0.0
Changelog:
https://github.com/theupdateframework/python-tuf/releases/tag/v3.0.0 |
2.1.0_1 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
2.1.0 05 Feb 2023 19:05:02 |
Charlie Li (vishwin) |
Revert "Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install
bytecode"
Despite installer's default behaviour to compile and install bytecode,
we are not doing so going forward at stage/package time. [0] During
initial development and qualification of PEP-517 framework support,
compiling and installing bytecode at stage/package time was considered,
but was found problematic, fragile and ultimately unreliable, both
currently and historically (with USE_PYTHON=distutils), due to our
fixed plist requirement. While the living binary distribution format
(wheel) specification [1] says to compile bytecode, that is in the
pure Python package management context (pip, etc); nuance always
exists when interacting with "system" package management.
Additionally, "bytecode is an implementation detail of the CPython
interpreter. No guarantees are made that bytecode will not be added, (Only the first 15 lines of the commit message are shown above ) |
2.1.0_1 05 Feb 2023 18:16:47 |
Po-Chuan Hsieh (sunpoet) |
Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install bytecode
- While I'm here, use long options for easier reading [1][2]
- Bump PORTREVISION of dependent ports (USE_PYTHON=pep517) for package change
It fixes build_fs_violation of dependent ports in poudriere (with -t flag).
It is also the default behavior of installer [2].
from py-sphinx log:
=>> Checking for staging violations... done
=>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: usr/local/lib/python3.9/site-packages/importlib_metadata/__pycache__
=>> Cleaning up wrkdir
from installer documentation:
--compile-bytecode
Possible choices: 0, 1, 2
generate bytecode for the specified optimization level(s) (default=0, 1)
--no-compile-bytecode
don’t generate bytecode for installed modules
Default: False
With hat: python
Reference: https://pypa-build.readthedocs.io/en/stable/ [1]
https://installer.pypa.io/en/stable/cli/installer/ [2] |
2.1.0 02 Feb 2023 12:20:02 |
Muhammad Moinur Rahman (bofh) |
security/py-tuf: Update version 2.0.0=>2.1.0
- Change to pep517 from distutils
Relnotes:
https://github.com/theupdateframework/python-tuf/releases/tag/v2.1.0 |
2.0.0 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.0.0 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.0.0 30 Aug 2022 12:30:21 |
Muhammad Moinur Rahman (bofh) |
security/py-tuf: Update version 1.1.0=>2.0.0
Relnotes:
https://github.com/theupdateframework/python-tuf/releases/tag/v2.0.0 |
1.1.0 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 ) |
1.1.0 03 Jun 2022 13:59:17 |
Po-Chuan Hsieh (sunpoet) |
security/py-tuf: Fix build with setuptools 61.0.0+
With hat: python |
1.1.0 04 May 2022 00:53:07 |
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 |
1.0.0 27 Apr 2022 11:42:14 |
Dmitry Marakasov (amdmi3) |
security/py-tuf: switch to USES=pytest, document failing tests
Reported by: reprise
Approved by: portmgr blanket |
1.0.0 12 Mar 2022 10:36:06 |
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 |
0.11.1 08 Mar 2022 02:09:57 |
Muhammad Moinur Rahman (bofh) |
*/*: Take maintainership |
0.11.1 07 Mar 2022 19:07:39 |
Rene Ladan (rene) |
all: return koobs' ports to the pool after safekeeping his commit bit. |
0.11.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.11.1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.11.1 14 May 2019 11:07:12 |
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 |
0.10.0_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
0.10.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 |
0.10.0 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 ) |
0.10.0 12 Aug 2016 11:40:38 |
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 |