non port: archivers/py-borgbackup/Makefile |
SVNWeb
|
Number of commits found: 57 |
Wed, 6 Sep 2023
|
[ 20:41 Matthias Andree (mandree) ] 6c4f4b5
archivers/py-borgbackup: security upgrade to 1.2.6
1.2.5 has been skipped for FreeBSD ports because the necessary upgrade
procedure did not work for all archives.
Changelog: https://github.com/borgbackup/borg/blob/1.2.6/docs/changes.rst#version-126-2023-08-31
Security: https://github.com/borgbackup/borg/blob/1.2.6/docs/changes.rst#pre-125-archives-spoofing-vulnerability-cve-2023-36811
Security: CVE-2023-36811
Security: b8a52e5a-483d-11ee-971d-3df00e0f9020
MFH: 2023Q3 after some stabilization time
|
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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>
|
Sun, 9 Apr 2023
|
[ 13:37 Po-Chuan Hsieh (sunpoet) ] 464b0ec
archivers/py-borgbackup: Fix *_DEPENDS
Approved by: portmgr (blanket)
|
Fri, 7 Apr 2023
|
[ 10:32 Matthias Andree (mandree) ] c9a9321
archivers/py-borgbackup: also tighten up RUN_DEPENDS for msgpack
and refactor. After the version in 2023Q2, and related to:
PR: 270665
|
[ 09:38 Matthias Andree (mandree) ] 1cc1228
archivers/py-borgbackup: update to 1.2.4, unbreaking with msgpack 1.0.5
Borgbackup pins the exact, full, patch-level based version range
and the prior borgbackup 1.2.3 wanted to have at most msgpack 1.0.4.
Update to 1.2.4 which allows msgpack 1.0.5, and pin the exact msgpack
version in our depends to "fail early".
And other changes including bug fixes:
https://github.com/borgbackup/borg/blob/1.2.4/docs/changes.rst#version-124-2023-03-24
based on a
PR: 270665
Submitted by: otis@
As in-depth soft robustness measure, add relevant warning comments to
devel/py-msgpack/Makefile, and while there, clean up the python:3.6+
to just a bare python because 3.6 and older are long gone from ports.
|
Fri, 13 Jan 2023
|
[ 19:29 Matthias Andree (mandree) ] 4bcf376
archivers/py-borgbackup: update to 1.2.3
Changelog:
https://borgbackup.readthedocs.io/en/stable/changes.html#version-1-2-3-2022-12-24
|
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
|
Tue, 4 Oct 2022
|
[ 20:24 Matthias Andree (mandree) ] 3be0355
archivers/py-borgbackup: clean environment for self-tests
This avoids build failures when, for instance, BORG_NEW_PASSWORD
is set to another password than the one used by the self-tests.
Reported by: SimpleRezo <simplerezo@gmail.com>
PR: 266821
Not bumping PORTREVISION because this only affects the execution
of self-tests, which is pass (then the change is irrelevant) or fail
(then there is no package or installed port and PORTREVISION would
serve no purpose).
|
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 )
|
Sat, 3 Sep 2022
|
[ 18:50 Matthias Andree (mandree) ] 12d7dba
archivers/py-borgbackup*: staging without HOME
Building as non-root often inherits the "nobody" user's would-be home
directory, "/nonexistent", which is just that. Provide something blank
in the WRKDIR instead.
Reported by: Juraj Lutter (otis@)
Unrelated to, but still mentioned for...
PR: 264816
|
[ 14:33 Matthias Andree (mandree) ] 223e502
archivers/py-borgbackup: update to 1.2.2+man+test, preserve 1.1
Take maintainership, because original maintainer asked for a new
maintainer, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264816#c10
¡Muchas gracias, José! Thanks for maintaining the port thus far.
If there is a potential maintainer who is using BorgBackup at scale,
I will be happy to pass maintainership on.
Update to v1.2.2 [1, was for 1.2.1],
preserve the earlier 1.1.18 version (also with manpages and self-tests added,
hence bumping PORTREVISION) as py-borgbackup11, and document this in UPDATING.
ChangeLog: https://www.borgbackup.org/releases/borg-1.2.html (Only the first 15 lines of the commit message are shown above )
|
Sat, 13 Aug 2022
|
[ 18:51 Matthias Andree (mandree) ] 714af13
archivers/py-borgbackup: use fixed xxhash instead of avoiding it
This reverts commit 9db903a89b3d1d7c0be2a56059542f3fdb412908 because
it does not fix the situation for lack of a PORTREVISION bump.
Let us use the opportunity to fix the real bug instead.
Now with xxhash fixed as of 0.8.1_2, drop 9db903a89, and
bump PORTREVISION so we flush out the old garbage packages.
A simple web search would have brought up that static_assert() is
a C11 convenience macro defined in <assert.h>, and a detailed
search would have turned up that this had been fixed in xxhash
before.
While here, add a smoke test to post-install.
Proper fix was
Reported by: Thierry Dussuet <thierry.dussuet@protonmail.com>
PR: 265060
MFH: 2022Q3
|
[ 18:51 Matthias Andree (mandree) ] 875d7c7 (Only the first 10 of 63 ports in this commit are shown above. )
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix.
|
[ 15:23 Kurt Jaeger (pi) Author: Jose G. Juanino ] 9db903a
archivers/py-borgbackup: avoid dependency on xxhash port
- Instead, use the xxhash library provided in the same port
PR: 265060
Author: Jose G. Juanino <jjuanino@gmail.com>
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 1ced9d2 (Only the first 10 of 199 ports in this commit are shown above. )
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 30 Jun 2022
|
[ 00:27 Neel Chauhan (nc) Author: Jose G. Juanino ] 2272379
archivers/py-borgbackup: Update to 1.1.18
Changes:
https://github.com/borgbackup/borg/blob/1.1.18/docs/changes.rst#version-1118-2022-06-05
PR: 264953
|
Tue, 23 Nov 2021
|
[ 07:52 Bartek Rutkowski (robak) ] 0e6f188
archivers/py-borgbackup: Update 1.1.16 -> 1.1.17
PR: 259492
Reported by: Jose G. Juanino <jjuanino@gmail.com> (maintainer)
|
Wed, 12 May 2021
|
[ 05:50 Nuno Teixeira (eduardo) ] 14b915b
Revert "- Reset PORTREVISION"
Restore wrongly removed PORTREVISION
This reverts commit 8812ac1d68e36439f42df4df9a5428583cb90885.
|
Mon, 10 May 2021
|
[ 07:45 Nuno Teixeira (eduardo) ] 8812ac1
- Reset PORTREVISION
Approved by: dbaio, garga (mentors, implicit)
|
[ 07:39 Nuno Teixeira (eduardo) ] a149e0b
archivers/py-borgbackup: Update to 1.1.16
ChangeLog: https://github.com/borgbackup/borg/releases/tag/1.1.16
PR: 255668
Reported by: José García Juanino <jjuanino@gmail.com>
Approved by: dbaio, garga (mentors, implicit)
|
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, 28 Feb 2021
|
[ 19:51 dim ]
Fix run-depends check for py-llfuse after shared libs naming change
Newer python versions (after 3.8.7) have changed the names of extension
shared libraries from ".so" to e.g. ".cpython-38.so". So for the FUSE
option, now check for the py-llfuse package instead of the dynamic
library llfuse.so.
Approved by: jjuanino@gmail.com (maintainer)
PR: 253907
MFH: 2021Q
|
Sun, 7 Feb 2021
|
[ 02:19 vanilla ]
Update to 1.1.15.
PR: 253280
Submitted by: maintainer
|
Wed, 7 Oct 2020
|
[ 14:03 lbartoletti ]
archivers/py-borgbackup: Update to 1.1.14
Changelog:
-
https://github.com/borgbackup/borg/blob/1.1.14/docs/changes.rst#version-1114-2020-10-07
PR: 250183
Submitted by: jjuanino@gmail.com (maintainer)
|
Tue, 9 Jun 2020
|
[ 11:08 fernape ]
archivers/py-borgbackup: Update to 1.1.13
ChangeLog:
https://github.com/borgbackup/borg/blob/1.1.13/docs/changes.rst#version-1113-2020-06-06
PR: 247052
Submitted by: jjuanino@gmail.com (maintainer)
|
Fri, 3 Apr 2020
|
[ 21:31 tcberner ]
archivers/py-borgbackup: Update to 1.1.11
PR: 245329
Submitted by: jjuanino@gmail.com (maintainer)
|
Thu, 23 May 2019
|
[ 22:54 swills ]
archivers/py-borgbackup: update to 1.1.10
PR: 237966
Submitted by: jjuanino@gmail.com (maintainer)
|
Mon, 4 Feb 2019
|
[ 22:32 sunpoet ]
Change RUN_DEPENDS from py-msgpack to py-msgpack05
- Bump PORTREVISION for dependency change
remko@ notified me that there is runtime issue with msgpack 0.6.1.
And upstream has added version check to the repository that will terminate for
unsupported msgpack.
|
Thu, 17 Jan 2019
|
[ 21:13 swills ]
archivers/py-borgbackup: update to 1.1.8
PR: 235025
Submitted by: jjuanino@gmail.com (maintainer)
|
Sun, 2 Sep 2018
|
[ 16:14 swills ]
archivers/py-borgbackup: Update to 1.1.7
PR: 231079
Submitted by: jjuanino@gmail.com (maintainer)
|
Sat, 16 Jun 2018
|
[ 09:37 cpm ]
- sort Makefile
PR: 229058
Submitted by: cpm
Approved by: jjuanino@gmail.com (maintainer)
|
Fri, 15 Jun 2018
|
[ 22:06 cpm ]
archivers/py-borgbackup: Update to 1.1.6
- Enable FUSE option by default
Changelog:
https://github.com/borgbackup/borg/blob/1.1.6/docs/changes.rst#version-116-2018-06-11
PR: 229055
Submitted by: jjuanino@gmail.com (maintainer)
|
Tue, 24 Apr 2018
|
[ 19:47 sunpoet ]
Fix msgpack dependency
- Update RUN_DEPENDS
- Bump PORTREVISION for package change
Bump msgpack requirement to 0.5.6 which is the only acceptable 0.5.x version
[1].
PR: 227717
Reported by: <iron.udjin@gmail.com>
Submitted by: sunpoet (myself)
Approved by: Jose Garcia Juanino <jjuanino@gmail.com>
Reference: https://github.com/borgbackup/borg/issues/3753 [1]
|
Sun, 22 Apr 2018
|
[ 18:29 sunpoet ] (Only the first 10 of 26 ports in this commit are shown above. )
Move devel/py-msgpack-python to devel/py-msgpack
- Update to 0.5.6
- Update pkg-descr
- Update WWW
Changes: https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst
|
Tue, 17 Apr 2018
|
[ 06:59 joneum ]
archivers/py-borgbackup: Update to 1.1.5
Changelog:
https://github.com/borgbackup/borg/blob/1.1.5/docs/changes.rst#version-115-2018-04-01
PR: 227522
Submitted by: jjuanino@gmail.com (maintainer)
|
Tue, 27 Mar 2018
|
[ 18:33 feld ]
archivers/py-borgbackup: Fix use of FLAVOR
Unbreak FUSE option
Approved by: just fix it
|
Sun, 31 Dec 2017
|
[ 10:24 tcberner ]
Update archivers/py-borgbackup to 1.1.4
PR: 224791
Submitted by: jjuanino@gmail.com <maintainer>
|
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 )
|
Wed, 29 Nov 2017
|
[ 04:36 dbaio ]
archivers/py-borgbackup: Update to 1.1.3
Changes: https://github.com/borgbackup/borg/blob/1.1.3/docs/changes.rst#version-113-2017-11-27
PR: 223946
Submitted by: jjuanino@gmail.com (maintainer)
Security: 0d369972-d4ba-11e7-bfca-005056925db4
|
Mon, 20 Nov 2017
|
[ 01:25 swills ]
archivers/py-borgbackup: Update to 1.1.2
PR: 223754
Submitted by: jjuanino@gmail.com (maintainer)
|
Sat, 4 Nov 2017
|
[ 10:54 tcberner ]
Update archivers/py-borgbackup to 1.1.1
PR: 223404
Submitted by: jjuanino@gmail.com (maintainer)
|
Sun, 22 Oct 2017
|
[ 13:07 dbaio ]
archivers/py-borgbackup: Update to 1.1.0
Shortened changelog of major features only:
https://www.borgbackup.org/releases/borg-1.1.html
Long changelog:
https://github.com/borgbackup/borg/blob/1.1.0/docs/changes.rst#version-110-2017-10-07
PR: 223135
Submitted by: jjuanino@gmail.com (maintainer)
|
Wed, 4 Oct 2017
|
[ 13:45 mat ]
Convert to utf8.
Sponsored by: Absolight
|
Sat, 29 Jul 2017
|
[ 13:59 feld ]
archivers/py-borgbackup: Update to 1.0.11
Changelog: https://github.com/borgbackup/borg/releases/tag/1.0.11
PR: 220945
|
Sun, 4 Jun 2017
|
[ 21:49 bdrewery ] (Only the first 10 of 13 ports in this commit are shown above. )
Allow these ports to build with PACKAGE_BUILDING_FLAVORS set.
Poudriere in particulr did not properly handle DEPENDS_ARGS which
made these ports not properly install dependencies. That bug
is being addressed along with adding FLAVORS support to it.
With hat: portmgr
MFH: 2017Q2
|
Thu, 16 Feb 2017
|
[ 11:10 amdmi3 ]
- Update to 1.0.10
PR: 217107
Submitted by: jjuanino@gmail.com (maintainer)
|
Tue, 3 Jan 2017
|
[ 11:01 mat ] (Only the first 10 of 79 ports in this commit are shown above. )
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight
|
Thu, 22 Dec 2016
|
[ 11:22 amdmi3 ]
- Update to 1.0.9
PR: 215446
Submitted by: jjuanino@gmail.com (maintainer)
|
Wed, 30 Nov 2016
|
[ 11:31 cpm ]
archivers/py-borgbackup: Update to 1.0.8
- Update PORTVERSION and distinfo checksum (1.0.8)
Changelog:
https://github.com/borgbackup/borg/blob/1.0.8/docs/changes.rst
PR: 214236
Submitted by: Christoph Lukas <clukas@firc.de>
Reviewed by: koobs (mentor)
Approved by: jjuanino@gmail.com (maintainer), koobs (mentor)
|
Sun, 11 Sep 2016
|
[ 15:14 amdmi3 ]
- Update to 1.0.7
PR: 212161
Submitted by: jjuanino@gmail.com (maintainer)
|
Thu, 14 Jul 2016
|
[ 07:14 wen ]
- Update to 1.0.6
PR: 211096
Submitted by: jjuanino@gmail.com(maintainer)
|
Fri, 8 Jul 2016
|
[ 14:21 amdmi3 ]
- Update to 1.0.5
PR: 210902
Submitted by: jjuanino@gmail.com (maintainer)
|
Thu, 16 Jun 2016
|
[ 13:23 mat ] (Only the first 10 of 35 ports in this commit are shown above. )
Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo
PR: 210149
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6577
|
Sat, 28 May 2016
|
[ 19:51 amdmi3 ]
- Update to 1.0.3
PR: 209796
Submitted by: jjuanino@gmail.com (maintainer)
|
Wed, 11 May 2016
|
[ 15:05 arved ]
Update to 1.0.2
PR: 208857
Submitted by: maintainer
|
Sat, 16 Apr 2016
|
[ 17:56 antoine ]
- Remove obsolete ${PORTSDIR} from DEPENDS
- Remove inapproriate NO_PACKAGE
|
[ 17:43 rakuco ]
New port: archivers/py-borgbackup.
BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it
supports compression and authenticated encryption.
The main goal of Borg is to provide an efficient and secure way to backup data.
The data deduplication technique used makes Borg suitable for daily backups
since only changes are stored. The authenticated encryption technique makes it
suitable for backups to not fully trusted targets.
WWW: https://pypi.python.org/pypi/borgbackup
Note: NO_PACKAGE=yes had to be set because this port only works with Python 3
and depends on other Python ports which are currently only built with Python
2.7 by default. Discussed in the freebsd-python mailing list:
https://lists.freebsd.org/pipermail/freebsd-python/2016-April/010144.html
PR: 207715
Submitted by: José García Juanino <jjuanino@gmail.com>
|
Number of commits found: 57 |