e1mo
bf3af29160
borgbackup: 1.2.8 -> 1.4.0
...
Various fixes, new `BORG_EXIT_CODES=modern` and `borg version`,
documentation improvements.
Changelog:
<https://github.com/borgbackup/borg/blob/1.4.0/docs/changes.rst >
> If you currently use borg 1.2.5+: no upgrade steps needed
> (if you already did them when upgrading to that version, otherwise see below).
Upgrade notes: https://github.com/borgbackup/borg/blob/1.4.0/docs/changes.rst#upgrade-notes
2024-07-03 14:09:35 +02:00
Jan Tojnar
fa522d1dfd
duplicity: set meta.mainProgram
2024-07-03 11:11:41 +02:00
github-actions[bot]
d77a3adc09
Merge master into staging-next
2024-07-03 00:02:45 +00:00
Weijia Wang
54dc9f9b78
Merge pull request #319408 from r-ryantm/auto-update/partclone
...
partclone: 0.3.27 -> 0.3.31
2024-07-02 23:53:33 +02:00
R. Ryantm
b6a23e60f2
restic: 0.16.4 -> 0.16.5
2024-07-02 00:38:41 +00:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
R. Ryantm
899578a951
dar: 2.7.14 -> 2.7.15
2024-06-30 00:43:41 +00:00
R. Ryantm
4f1d415b8e
partclone: 0.3.27 -> 0.3.31
2024-06-27 10:28:33 +00:00
github-actions[bot]
27074b7d07
Merge master into staging-next
2024-06-26 00:02:13 +00:00
R. Ryantm
aed1ecb664
pgbackrest: 2.52 -> 2.52.1
2024-06-25 16:12:39 +00:00
Yarny0
18b2fc60f1
tsm-client: migrate to pkgs/by-name
overlay
2024-06-15 09:16:43 +02:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
...
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
Nick Cao
8ed8ba15a1
Merge pull request #318797 from r-ryantm/auto-update/awsbck
...
awsbck: 0.3.8 -> 0.3.9
2024-06-10 19:17:56 -04:00
Sandro
47e938c594
Merge pull request #307668 from austinbutler/gyb-1.81
...
gyb: 1.80 -> 1.81
2024-06-10 21:41:45 +02:00
R. Ryantm
fd2b30d945
awsbck: 0.3.8 -> 0.3.9
2024-06-10 13:25:37 +00:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
asymmetric
9e1b9ab505
Merge pull request #316465 from gmacon/tarsnapper-pytest-8
...
tarsnapper: use nose to run tests
2024-06-03 14:06:40 +02:00
George Macon
f6660806b8
tarsnapper: use pynose to run tests
...
The nosetests support was removed from pytest in version 8, so revert to
using the nosetests entry point to run tests.
While I'm in here already, update to use pynose to avoid future failures
when nose is removed from nixpkgs (see #311054 ).
2024-06-01 14:20:29 -04:00
R. Ryantm
ef1e2e2160
pgbackrest: 2.51 -> 2.52
2024-05-27 02:33:28 +00:00
Austin Butler
b81440020e
gyb: 1.80 -> 1.81
2024-05-25 22:02:09 -07:00
Pol Dellaiera
dd9ef34aa1
Merge pull request #312225 from DamienCassou/borgmatic_1_8_11
...
borgmatic: 1.8.10 -> 1.8.11
2024-05-16 21:50:31 +02:00
Maximilian Bosch
d5f39744c8
Merge pull request #309953 from flyingcircusio/PL-132430-percona-innovation
...
percona: restructure releases according to upstream release policy
2024-05-16 16:35:08 +00:00
Damien Cassou
d02d4026fc
borgmatic: 1.8.10 -> 1.8.11
2024-05-16 16:23:18 +02:00
Jan Tojnar
0d67b5508d
duplicity: Fix finding Gio typelib
...
Previously, if a package just depended on GLib (or other bindings shipped with gobject-introspection),
wrapper was not needed since `${gobject-introspection}/lib/girepository-1.0` is implicitly on typelib path.
Now that GLib bindings were moved to `glib` package, `${glib}/lib/girepository-1.0` must be added
to `GI_TYPELIB_PATH` by the wrapper (or `gobject-introspection` setup hook for build time).
Simplest way to ensure that is using `wrapGApps*` hook.
Let’s also ensure that there is just one wrapper instead of three.
2024-05-11 11:09:42 +02:00
Oliver Schmidt
9164c33ab6
percona: apply required multi-version package structure
...
To work around the pkgs/by-name CI check, I applied the recommended structure
refactoring as documented in https://github.com/NixOS/nixpkgs/tree/master/pkgs/by-name#further-possible-refactorings
2024-05-08 00:40:07 +02:00
Oliver Schmidt
52506a2744
percona: adapt upstream release model
...
In accordance to the upstream release cycle, we now provide 2 flavours
of the percona mysql ecosystem. The default is the LTS variant,
additionally there is now the floating `percona-server_innovation`
always pointing to the most recent regular release.
- mentioned in release notes
- adapted all depending tests and tools (xtrabackup)
2024-05-08 00:40:06 +02:00
Oliver Schmidt
58240f8069
percona-xtrabackup_8_3: init at 8.3.0-1
...
This is likely to diverge from the LTS xtrabackup packaging over time.
But as this package was already structured in a modular way, let's keep
the generic builder as long as it's feasible.
2024-05-08 00:40:06 +02:00
R. Ryantm
14d8019e7d
sigtop: 0.10.0 -> 0.11.0
2024-05-06 02:43:49 +00:00
Jussi Kuokkanen
ce3f586775
pkgs/tools: remove licenses.gpl2
2024-05-02 21:06:26 +02:00
Dave Anderson
308cb342c9
maintainers: drop danderson
2024-04-26 11:36:50 -07:00
Mario Rodas
2becf6e837
maintainers: drop marsam
2024-04-24 04:20:00 +00:00
Weijia Wang
5cb9d83fb8
Merge pull request #305826 from KamilaBorowska/maintainers-remove-kamilaborowska
...
maintainers: remove KamilaBorowska
2024-04-22 04:02:28 +02:00
Mario Rodas
6718453294
Merge pull request #304998 from r-ryantm/auto-update/borgmatic
...
borgmatic: 1.8.9 -> 1.8.10
2024-04-21 19:13:10 -05:00
Kamila Borowska
0d3b34f45a
maintainers: remove KamilaBorowska
2024-04-21 22:26:12 +02:00
Weijia Wang
5594084959
Merge pull request #305533 from r-ryantm/auto-update/zfs-replicate
...
zfs-replicate: 3.2.12 -> 3.2.13
2024-04-20 22:58:00 +02:00
Robert Schütz
715e613c9d
Merge pull request #300134 from dotlambda/borgbackup
...
borgbackup: 1.2.7 -> 1.2.8
2024-04-20 20:24:49 +00:00
R. Ryantm
2c81740890
zfs-replicate: 3.2.12 -> 3.2.13
2024-04-20 11:43:28 +00:00
Peder Bergebakken Sundt
2cf972b603
Merge pull request #298563 from Yarny0/tsm-client-update
...
tsm-client: 8.1.21.0 -> 8.1.22.0
2024-04-18 12:09:50 +02:00
R. Ryantm
dde2c7e606
borgmatic: 1.8.9 -> 1.8.10
2024-04-18 07:02:49 +00:00
R. Ryantm
775793680f
kopia: 0.16.1 -> 0.17.0
2024-04-16 10:28:20 +00:00
Pascal Bach
a8eaee11a9
Merge pull request #296459 from MinerSebas/restic-rest-server-hardening
...
nixos/restic-rest-server: Add additional service hardening
2024-04-10 23:33:34 +02:00
Fabian Affolter
76fe963e03
s3ql: 4.0.0 -> 5.1.3
...
Changelog: https://github.com/s3ql/s3ql/releases/tag/s3ql-5.1.3
2024-04-10 12:07:56 +02:00
Fabian Affolter
1573d996c9
s3ql: format with nixfmt
2024-04-10 12:05:07 +02:00
Fabian Affolter
e30e8b374e
s3ql: refactor
...
- switch to pytestCheckHook
- adjust inputs
- add pythonImportsCheck
- specify license
- add changelog
- set build system
2024-04-10 12:02:56 +02:00
R. Ryantm
92fa58c203
zfs-replicate: 3.2.11 -> 3.2.12
2024-04-02 21:12:16 +00:00
Sandro
a853dd4cb8
Merge pull request #299405 from corngood/duplicity
...
duplicity: 0.8.23 -> 2.2.3
2024-04-01 21:58:02 +02:00
David McFarland
74228bb627
duplicity: add update script
2024-04-01 14:44:58 -03:00
David McFarland
8398980c8a
duplicity: add corngood as maintainer
2024-04-01 14:44:58 -03:00
David McFarland
a6ae6b07d7
duplicity: 0.8.23 -> 2.2.3
...
Fixes : #286749
2024-04-01 14:44:58 -03:00
R. Ryantm
ce7c1489d4
kopia: 0.16.0 -> 0.16.1
2024-04-01 07:52:48 +00:00
Weijia Wang
3792ef0447
Merge pull request #298975 from NickCao/pgbackrest
...
pgbackrest: 2.50 -> 2.51, build with meson
2024-03-30 21:01:15 +01:00
Robert Schütz
cc2adde531
borgbackup: modernize
2024-03-30 11:54:35 -07:00
Robert Schütz
72a89d1243
borgbackup: 1.2.7 -> 1.2.8
...
Changelog: https://github.com/borgbackup/borg/blob/1.2.8/docs/changes.rst
2024-03-30 11:54:35 -07:00
Nick Cao
a87909367a
Merge pull request #299750 from r-ryantm/auto-update/autorestic
...
autorestic: 1.8.1 -> 1.8.2
2024-03-30 10:47:40 -04:00
Peder Bergebakken Sundt
4cabba34a3
Merge pull request #294730 from r-ryantm/auto-update/bacula
...
bacula: 13.0.4 -> 15.0.2
2024-03-28 22:57:37 +01:00
Philip Taron
28164c6434
Avoid top-level with ...;
in pkgs/tools/backup/ugarit-manifest-maker/default.nix
2024-03-28 21:30:46 +01:00
Philip Taron
2c49521491
Avoid top-level with ...;
in pkgs/tools/backup/ugarit/default.nix
2024-03-28 21:30:46 +01:00
R. Ryantm
fd8e13613e
autorestic: 1.8.1 -> 1.8.2
2024-03-28 12:51:45 +00:00
R. Ryantm
762fe6b740
bacula: 13.0.4 -> 15.0.2
2024-03-27 09:00:39 +00:00
Nick Cao
3ed9a873da
pgbackrest: build with meson
2024-03-25 14:04:07 -04:00
R. Ryantm
a7266560fd
pgbackrest: 2.50 -> 2.51
2024-03-25 13:56:27 -04:00
R. Ryantm
0772542cca
zfs-replicate: 3.2.10 -> 3.2.11
2024-03-25 04:40:22 +00:00
Pol Dellaiera
ddb32c2a90
Merge pull request #298501 from r-ryantm/auto-update/kopia
...
kopia: 0.15.0 -> 0.16.0
2024-03-24 22:41:14 +01:00
R. Ryantm
0e93476a08
dar: 2.7.13 -> 2.7.14
2024-03-24 00:31:33 +00:00
R. Ryantm
044e2b8d4e
kopia: 0.15.0 -> 0.16.0
2024-03-24 00:27:49 +00:00
Yarny0
961584c3dc
tsm-client: 8.1.21.0 -> 8.1.22.0
...
"Update History" (release notes):
https://www.ibm.com/support/pages/node/6998343
...does not list any security-relevant changes
(mostly trademark name changes).
Also, all URLs in package and module comments are updated.
2024-03-22 17:25:25 +01:00
R. Ryantm
2753e4dd6d
awsbck: 0.3.7 -> 0.3.8
2024-03-22 16:09:41 +00:00
Jussi Kuokkanen
82b45bf454
treewide: remove licenses.agpl3
2024-03-21 18:09:24 +02:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Mario Rodas
5543121115
Merge pull request #296685 from r-ryantm/auto-update/wal-g
...
wal-g: 2.0.1 -> 3.0.0
2024-03-17 20:53:00 -05:00
Sandro
2406128f30
Merge pull request #264208 from eclairevoyant/dce
...
discordchatexporter-cli: 2.41.2 -> 2.42.8, move to `pkgs/by-name`
2024-03-18 00:02:25 +01:00
Mario Rodas
e061df6a54
wal-g: fix ldflags
2024-03-17 15:55:00 +00:00
R. Ryantm
12009ebd16
wal-g: 2.0.1 -> 3.0.0
2024-03-17 15:55:00 +00:00
R. Ryantm
968a917e5d
autorestic: 1.8.0 -> 1.8.1
2024-03-16 11:08:32 +00:00
MinerSebas
c197e4a1e0
restic-rest-server: add nixos test
2024-03-16 08:18:30 +01:00
R. Ryantm
d16365a67a
borgmatic: 1.8.8 -> 1.8.9
2024-03-13 20:38:55 +01:00
R. Ryantm
f0c3b81510
autorestic: 1.7.11 -> 1.8.0
2024-03-12 15:40:21 +00:00
R. Ryantm
c37c4a497b
zfs-replicate: 3.2.9 -> 3.2.10
2024-03-09 19:00:38 +00:00
éclairevoyant
eea6943f7f
discordchatexporter-cli: move to by-name
2024-03-01 06:51:20 -05:00
R. Ryantm
1f55018964
zfs-replicate: 3.2.8 -> 3.2.9
2024-02-26 19:52:39 +00:00
lassulus
bbd8e19e09
Merge pull request #264104 from imlonghao/borgmatic/1.8.4
...
borgmatic: 1.8.1 -> 1.8.8
2024-02-25 12:26:38 +07:00
imlonghao
31deaa7d3d
borgmatic: 1.8.1 -> 1.8.8
2024-02-24 12:02:09 +08:00
Mario Rodas
00c208530b
Merge pull request #290306 from trofi/percona-xtrabackup-gcc-13-fix-update
...
percona-xtrabackup: 8.0.34-29 -> 8.0.35-30
2024-02-21 23:28:39 -05:00
Vladimír Čunát
83e9f6b4b9
Merge #285898 : storeBackup: 3.5 -> 3.5.2, patch CVE-2020-7040
2024-02-21 11:30:16 +01:00
Sergei Trofimovich
9a4243bff7
percona-xtrabackup: 8.0.34-29 -> 8.0.35-30
...
Without the change build fails on `master` on `gcc-13` as
https://hydra.nixos.org/build/249086583 :
In file included from /build/source/components/keyrings/common/data/data.cc:25:
/build/source/components/keyrings/common/data/data.h: In member function 'pfs_string keyring_common::data::Sensitive_data::decode() const':
/build/source/components/keyrings/common/data/data.h:69:24: error: 'uintptr_t' is not a member of 'std'
69 | std::hash<std::uintptr_t>{}(reinterpret_cast<std::uintptr_t>(this));
| ^~~~~~~~~
2024-02-20 23:25:05 +00:00
OTABI Tomoya
7e54818149
Merge pull request #288440 from r-ryantm/auto-update/bacula
...
bacula: 13.0.3 -> 13.0.4
2024-02-19 23:59:18 +09:00
Nick Cao
ddfebd8b92
Merge pull request #289935 from r-ryantm/auto-update/zfs-replicate
...
zfs-replicate: 3.2.7 -> 3.2.8
2024-02-19 09:52:07 -05:00
R. Ryantm
386437784f
zfs-replicate: 3.2.7 -> 3.2.8
2024-02-19 10:00:14 +00:00
R. Ryantm
fe522c148c
awsbck: 0.3.6 -> 0.3.7
2024-02-18 23:46:39 +00:00
Mario Rodas
347a8ce65b
Merge pull request #288338 from r-ryantm/auto-update/zfs-replicate
...
zfs-replicate: 3.2.6 -> 3.2.7
2024-02-17 19:46:14 -05:00
Mario Rodas
94cce57664
zfs-replicate: update pyproject format
...
Co-authored-by: Robert Schütz <github@dotlambda.de>
2024-02-17 18:05:33 -05:00
R. Ryantm
dc5d1d1e84
sigtop: 0.9.1 -> 0.10.0
2024-02-16 22:50:23 +00:00
R. Ryantm
1a92f2ddfc
sigtop: 0.9.0 -> 0.9.1
2024-02-13 12:49:17 +00:00
R. Ryantm
ec82aeb850
bacula: 13.0.3 -> 13.0.4
2024-02-13 03:36:02 +00:00
R. Ryantm
35b2e97c99
zfs-replicate: 3.2.6 -> 3.2.7
2024-02-12 17:31:22 +00:00
Sergei Trofimovich
6810156f7d
stenc: fix gcc-13
build failure
...
Without the change build fails on` master` as
https://hydra.nixos.org/build/247722183 :
In file included from main.cpp:17:
scsiencrypt.h:357:21: error: 'uint8_t' has not been declared
357 | uint8_t *buffer);
| ^~~~~~~
2024-02-11 09:18:19 +00:00
R. Ryantm
49080aa5f6
autorestic: 1.7.10 -> 1.7.11
2024-02-10 08:14:14 +00:00
R. Ryantm
effe9fb301
sigtop: 0.8.0 -> 0.9.0
2024-02-09 07:20:15 +00:00
Sarah Brofeldt
dea8ad5645
Merge pull request #286783 from alunduil/zfs-replicate/doCheck
...
zfs-replicate: doCheck = true
2024-02-07 18:32:01 +01:00
maxine
fe9d4c37aa
Merge pull request #286466 from r-ryantm/auto-update/zfs-replicate
...
zfs-replicate: 3.2.5 -> 3.2.6
2024-02-06 18:48:44 +01:00
Alex Brandt
8c938d1104
zfs-replicate: doCheck = true
...
New versions of zfs-replicate include the test suite in the source tarball.
This allows us to run tests during build and verify functionality at least
passes these checks.
2024-02-06 17:35:05 +00:00
Sandro
ed742ab4fc
Merge pull request #275621 from Yarny0/tsm-client-update
...
tsm-client: 8.1.20.0 -> 8.1.21.0
2024-02-06 17:17:40 +01:00
Artturi
f92141f5bf
Merge pull request #282966 from r-ryantm/auto-update/gh2md
...
gh2md: 2.0.0 -> 2.3.1
2024-02-05 15:33:03 +02:00
R. Ryantm
6459a07693
zfs-replicate: 3.2.5 -> 3.2.6
2024-02-05 10:14:09 +00:00
Robert Schütz
fdbcfd5c1a
Merge pull request #286383 from ajs124/upd/restic
...
restic: 0.16.3 -> 0.16.4
2024-02-05 01:20:14 +00:00
Norbert Melzer
c54ebe3c06
Merge pull request #286187 from NobbZ/rustic-0-7-0
...
rustic-rs: 0.6.1 -> 0.7.0
2024-02-04 23:48:31 +01:00
ajs124
2bb6778a9f
restic: 0.16.3 -> 0.16.4
...
https://restic.net/blog/2024-02-04/restic-0.16.4-released/
2024-02-04 23:43:58 +01:00
Norbert Melzer
340654adda
rustic-rs: 0.6.1 -> 0.7.0
2024-02-04 23:05:09 +01:00
Weijia Wang
81ea8b6aac
Merge pull request #281683 from r-ryantm/auto-update/zfs-autobackup
...
zfs-autobackup: 3.1.3 -> 3.2
2024-02-04 22:37:21 +01:00
Weijia Wang
4877280be8
Merge pull request #283155 from r-ryantm/auto-update/pgbackrest
...
pgbackrest: 2.49 -> 2.50
2024-02-04 22:14:33 +01:00
Thomas Gerbet
d10d3fe5d6
storeBackup: 3.5 -> 3.5.2, apply patch for CVE-2020-7040
...
Changelog:
```
version 3.5.1
storeBackup.pl
- linkToRecent didn't work when used for the very first time
in a series
- added option suppressInfo with key readCheckSums
- changed the order of execution:
write backup -> sync -> write 'finished' -> write linkToRecent
-> delete old backups -> start postcommand
storeBackupMergeIsolatedBackup.pl
- added option --move
storeBackupSearch.pl
- option 'backupDir' didn't work (normally not needed)
lib/fileDir.pl
- more detailed error messages when copying of a file does
not succeed
lib/checkParam2.pl
- overwriting settings from config file via commandline didn't
work for options with parameters
storeBackup.pl, storeBackupUpdateBackup.pl, linkToDirs.pl
- added option --maxHardLinks
----------------------------
version 3.5.2
storeBackup.pl
- option --maxHardLinks was not configurable in the
configuration file
- pipe buffering was changed to new needs since
about kernel 5.13 (relevant only if you backup devices)
storeBackupRecover.pl
- restoring of devices (eg. sda) didn't work because of
bug in option checkDevicesDir0 in storeBackup.pl when
using more than one directory level like "Devs/Sticks"
storeBackupUpdateBackup.pl
- added log file entry about number of WARNINGs and
ERRORs happend (like at storeBackup.pl)
```
2024-02-02 22:18:47 +01:00
R. Ryantm
191b7ae2c7
zfs-replicate: 3.2.4 -> 3.2.5
2024-01-30 03:10:02 +00:00
Janik
dde2d164d7
Merge pull request #281675 from gmacon/tarsnapper-update
...
tarsnapper: Adopt, modernize, and update 0.4 -> 0.5
2024-01-29 10:34:28 +01:00
R. Ryantm
851cdd07b2
sigtop: 0.7.0 -> 0.8.0
2024-01-29 04:22:06 +00:00
George Macon
093f6333b6
tarsnapper: 0.4 -> 0.5
2024-01-27 14:15:23 -05:00
R. Ryantm
b86a0f1206
zfs-replicate: 3.2.3 -> 3.2.4
2024-01-26 13:21:13 +00:00
R. Ryantm
d0a2b5cc8e
pgbackrest: 2.49 -> 2.50
2024-01-23 08:48:23 +00:00
R. Ryantm
83bc00391a
gh2md: 2.0.0 -> 2.3.1
2024-01-22 18:07:51 +00:00
maxine
6672dc544a
Merge pull request #281833 from rhoriguchi/gphotos-sync
...
gphotos-sync: 3.1.2 -> 3.2.1
2024-01-22 18:21:45 +01:00
R. Ryantm
caf0a0bdf3
monolith: 2.8.0 -> 2.8.1
2024-01-22 07:46:54 +00:00
Weijia Wang
43026aa799
Merge pull request #280820 from r-ryantm/auto-update/monolith
...
monolith: 2.7.0 -> 2.8.0
2024-01-20 20:09:01 +01:00
R. Ryantm
abfa11405e
gyb: 1.74 -> 1.80
2024-01-20 13:51:34 +00:00
R. Ryantm
7eea7beafd
zfs-replicate: 3.1.4 -> 3.2.3
2024-01-20 04:10:53 +00:00
Weijia Wang
cb0f22b4d4
monolith: add missing framework on darwin
2024-01-19 17:12:14 +01:00
Ryan Horiguchi
e12ddcf33e
gphotos-sync: 3.1.2 -> 3.2.1
2024-01-18 17:46:00 +01:00
R. Ryantm
680b0c2b26
zfs-autobackup: 3.1.3 -> 3.2
2024-01-18 05:01:50 +00:00
ajs124
60bb5cbb78
restic: 0.16.2 -> 0.16.3 ( #281204 )
...
https://restic.net/blog/2024-01-14/restic-0.16.3-released/
2024-01-16 10:02:28 +01:00
R. Ryantm
ef47f32b6f
monolith: 2.7.0 -> 2.8.0
2024-01-13 22:11:43 +00:00
Nick Cao
644eb99f52
Merge pull request #280409 from r-ryantm/auto-update/autorestic
...
autorestic: 1.7.9 -> 1.7.10
2024-01-12 11:22:18 -05:00
R. Ryantm
d0fe9ab9fc
autorestic: 1.7.9 -> 1.7.10
2024-01-12 04:02:34 +00:00
github-actions[bot]
f50aae4fb1
Merge master into staging-next
2023-12-29 18:00:57 +00:00
R. Ryantm
520298bae5
bup: 0.33.2 -> 0.33.3
2023-12-29 06:39:14 +00:00
Martin Weinelt
82c74c334e
borgbackup: pin msgpack at 1.0.4
...
Checking runtime dependencies for borgbackup-1.2.6-cp311-cp311-linux_x86_64.whl
- msgpack!=1.0.1,<=1.0.5,>=0.5.6 not satisfied by version 1.0.7
2023-12-20 20:46:24 +01:00
Martin Weinelt
8056f9250c
treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usage
...
The setuptools-scm packages gained a setup hook, that sets it to the
derivation version automatically, so setting it to that manually has
become redundant.
This also affects downstream consumers of setuptools-scm, like hatch-vcs
or flit-scm.
2023-12-20 20:16:39 +01:00
Yarny0
59539b9bc5
tsm-client: 8.1.20.0 -> 8.1.21.0
...
"Update History" (release notes):
https://www.ibm.com/support/pages/node/6998343
At the time of this writing,
the "APAR" links of the "Update History" lead to 404.
However, the abstracts indicate that
this update is not security critical.
Note that this update changed the GUI window title
to "IBM Storage Protect"
(the product itself was renamed with version 8.1.19.0 already).
The commit at hand adapts the GUI vm test accordingly.
Also, all URLs in package and module comments are updated.
2023-12-19 19:47:28 +01:00
Rick van Schijndel
5c25ff33c8
Merge pull request #271995 from 999eagle/update/borgbackup
...
borgbackup: 1.2.6 -> 1.2.7
2023-12-13 21:44:21 +01:00
networkException
1f06e081c9
restic: set meta.mainProgram
2023-12-12 21:49:17 +01:00
pacien
960547b46f
zrepl: set meta.mainProgram
2023-12-11 21:45:14 +01:00
Weijia Wang
bc5e90416d
Merge pull request #270929 from r-ryantm/auto-update/pgbackrest
...
pgbackrest: 2.48 -> 2.49
2023-12-08 17:41:48 +01:00
Michele Guerini Rocco
6f3d9c7288
Merge pull request #271912 from zhaofengli/bup-llvm16
...
bup: Fix build on Darwin with LLVM 16
2023-12-04 10:00:48 +01:00
Sophie Tauchert
5d7e9d25ac
borgbackup: 1.2.6 -> 1.2.7
2023-12-04 09:53:11 +01:00
Zhaofeng Li
550b95e22c
bup: Fix build on Darwin with LLVM 16
...
Fallout from #234710 .
2023-12-03 11:37:49 -07:00
R. Ryantm
6c4556515f
conserve: 23.9.0 -> 23.11.0
2023-11-30 06:09:56 +00:00
R. Ryantm
281c5694e0
pgbackrest: 2.48 -> 2.49
2023-11-29 12:29:31 +00:00
beeb
818d4e2cb3
awsbck: 0.3.5 -> 0.3.6
2023-11-29 10:05:17 +01:00
Sandro
eab212e43a
gphotos-sync: move setuptools-scm to correct input ( #244202 )
...
Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
2023-11-26 10:18:20 -05:00
Mathis Antony
f5b7885e0c
rustic-rs: fix build on darwin
...
- Add `apple_sdk.SystemConfiguration` dependency
2023-11-25 14:30:36 +01:00
h7x4
b8054ecd8a
treewide: add mainProgram
2023-11-23 21:04:16 +01:00
emilylange
d850d3bec4
rustic-rs: fix typo in meta.changelog
2023-11-20 13:56:13 +01:00