Commit Graph

381 Commits

Author SHA1 Message Date
Jörg Thalheim
8f4707cd8d rsync: fix regression with _FORTIFY_SOURCE=2
See https://github.com/WayneD/rsync/issues/511 for details.
Not using fetchpatch, because I didn't found a raw link for opensuse's repository
2023-11-07 13:59:47 +01:00
Ryan Lahfa
eef4e9fb81
Revert "rsync: fix regression with _FORTIFY_SOURCE=2" (#265876)
This reverts commit ad38853459.

This change while correct causes a mass-rebuild and needs to be resubmitted for staging.
2023-11-06 17:39:23 +01:00
Jörg Thalheim
ad38853459 rsync: fix regression with _FORTIFY_SOURCE=2
See https://github.com/WayneD/rsync/issues/511 for details.
Not using fetchpatch, because I didn't found a raw link for opensuse's repository
2023-11-06 15:35:20 +00:00
Robert Schütz
24223d5716
Merge pull request #263177 from dotlambda/celeste-0.8.0
celeste: 0.7.0 -> 0.8.0
2023-11-01 08:53:30 -07:00
Shawn8901
2db0f7c87a rclone: set meta.mainProgram 2023-10-28 22:28:06 +02:00
Robert Schütz
7ade1a4b3a celeste: 0.7.0 -> 0.8.0
Diff: https://github.com/hwittenborn/celeste/compare/v0.7.0...v0.8.0

Changelog: https://github.com/hwittenborn/celeste/blob/v0.8.0/CHANGELOG.md
2023-10-25 09:10:44 -07:00
R. Ryantm
966f527ffa wdt: unstable-2022-12-19 -> unstable-2023-07-11 2023-10-23 16:20:26 +00:00
Mario Rodas
cad016ddfc rclone: 1.64.1 -> 1.64.2
Diff: https://github.com/rclone/rclone/compare/v1.64.1...v1.64.2

Changelog: https://github.com/rclone/rclone/blob/v1.64.2/docs/content/changelog.md
2023-10-22 04:20:00 +00:00
Paul Grandperrin
a26cc51f23
rclone: add filesystem helpers (#258487)
This adds two symlinks to rclone: rclonefs and mount.rclone

fixes #258478
2023-10-21 20:45:18 +02:00
R. Ryantm
cbf86bc770 storj-uplink: 1.89.2 -> 1.90.1 2023-10-19 21:28:00 +00:00
Mario Rodas
b9e9e443a9
rclone: 1.64.0 -> 1.64.1 (#261739)
Diff: https://github.com/rclone/rclone/compare/v1.64.0...v1.64.1

Changelog: https://github.com/rclone/rclone/blob/v1.64.1/docs/content/changelog.md
2023-10-18 04:19:30 +02:00
Robert Schütz
6abdbda956 celeste: 0.5.8 -> 0.7.0
Diff: https://github.com/hwittenborn/celeste/compare/v0.5.8...v0.7.0

Changelog: https://github.com/hwittenborn/celeste/blob/v0.7.0/CHANGELOG.md
2023-10-08 11:16:06 -07:00
Henri Menke
1b94c25f63
unison: reduce closure size when enableX11 = false
Before: /nix/store/ifqr2nhgrci0ixga4k7pk9l6mqdfsk5b-unison-2.53.2        354.3M
After:  /nix/store/4cgr7fvqry0yrr8d76a5n0ykbm3wqx14-unison-2.53.2         40.9M
2023-10-03 17:52:04 +02:00
Felipe Silva
29a5327412
storj-uplink: 1.87.3 -> 1.89.2 2023-09-30 08:53:02 -03:00
Robert Schütz
4738cb0cb9 celeste: install desktop file and icons 2023-09-16 15:14:29 -07:00
Robert Schütz
9abe8e8ea2 celeste: 0.5.2 -> 0.5.8
Diff: https://github.com/hwittenborn/celeste/compare/v0.5.2...v0.5.8

Changelog: https://github.com/hwittenborn/celeste/blob/v0.5.8/CHANGELOG.md
2023-09-16 14:04:31 -07:00
Mario Rodas
8d1dc6137c rclone: 1.63.1 -> 1.64.0
Diff: https://github.com/rclone/rclone/compare/v1.63.1...v1.64.0

Changelog: https://github.com/rclone/rclone/blob/v1.64.0/docs/content/changelog.md
2023-09-12 04:20:00 +00:00
Mario Rodas
a3f9f41fb8 storj-uplink: add ldflags 2023-09-09 23:00:30 +00:00
R. Ryantm
2a9c9bb5fe storj-uplink: 1.86.2 -> 1.87.3 2023-09-09 23:00:28 +00:00
Mario Rodas
c7f9ceb425 storj-uplink: 1.85.1 -> 1.86.2
Diff: https://github.com/storj/storj/compare/v1.85.1...v1.86.2
2023-08-24 04:20:00 +00:00
Albert Chae
a7aed5b8ab
lcsync: init at 0.2.1
Co-authored-by: Jason Odoom <jasonodoom@gmail.com>
Co-authored-by: Anish Lakhwara <anish+git@lakhwara.com>
Co-authored-by: Dominic Mills <dominic.millz27@gmail.com>
Co-authored-by: Albert Chae <albertchae@users.noreply.github.com>
Co-authored-by: Jack Leightcap <jack@leightcap.com>
Signed-off-by: Jack Leightcap <jack@leightcap.com>
2023-08-17 19:20:03 -04:00
Austin Horstman
c238f999e3
rsync: add meta.mainProgram 2023-08-10 16:17:32 -05:00
Felipe Silva
d7ee877f3e storj-uplink: init at 1.85.1 2023-01-07 16:39:05 -03:00
Bjørn Forsman
9ea70cf76f backintime-common: add missing dependency 'packaging'
Fixes this fatal startup error:

  $ nix-build -A backintime-common && ./result/bin/backintime
  [...]
  ModuleNotFoundError: No module named 'packaging'

Fixes https://github.com/NixOS/nixpkgs/issues/241966.
2023-07-31 16:24:32 +02:00
Mario Rodas
d31e7c5282
rclone: 1.63.0 -> 1.63.1 (#244073)
Diff: https://github.com/rclone/rclone/compare/v1.63.0...v1.63.1

Changelog: https://github.com/rclone/rclone/blob/v1.63.1/docs/content/changelog.md
2023-07-18 10:44:39 +02:00
R. Ryantm
b04d2fc96b desync: 0.9.4 -> 0.9.5 2023-07-11 10:42:44 +00:00
Mario Rodas
a0c6cb3272
Merge pull request #242040 from dotlambda/librclone-fix
librclone: fix build
2023-07-08 16:43:34 -05:00
Bjørn Forsman
687ed41b53 backintime: add missing dependency 'packaging'
Fixes this error:

  $ ./result/bin/backintime-qt
  /nix/store/fpr65b2gwpa4q9w3k6z8kjcd9yprmg6s-backintime-qt-1.3.3
  Traceback (most recent call last):
    File "/nix/store/fpr65b2gwpa4q9w3k6z8kjcd9yprmg6s-backintime-qt-1.3.3/share/backintime/qt/app.py", line 35, in <module>
      import qttools
    File "/nix/store/fpr65b2gwpa4q9w3k6z8kjcd9yprmg6s-backintime-qt-1.3.3/share/backintime/qt/qttools.py", line 32, in <module>
      from packaging.version import Version
  ModuleNotFoundError: No module named 'packaging'

Fixes https://github.com/NixOS/nixpkgs/issues/241966.
2023-07-08 07:47:44 +02:00
Robert Schütz
3d30a2c8a1 rclone: add librclone to passthru.tests 2023-07-07 04:02:29 -07:00
Mario Rodas
5ad513ca93
Merge pull request #241863 from marsam/fix-rclone-aarch64-darwin
rclone: fix build on aarch64-darwin
2023-07-06 16:14:59 -05:00
Fabian Affolter
c9df316a82 desync: add changelog to meta
- minor changes and modifications
2023-07-06 11:53:27 +03:00
Mario Rodas
f7e0e07f4a rclone: fix build on aarch64-darwin
Fixes https://github.com/NixOS/nixpkgs/issues/241706
2023-07-06 04:20:00 +00:00
R. Ryantm
775a79f96e desync: 0.9.3 -> 0.9.4 2023-07-05 18:30:34 +00:00
Sandro
560dae862f
rclone: 1.62.2 -> 1.63.0 (#240743)
* rclone: 1.62.2 -> 1.63.0

Diff: https://github.com/rclone/rclone/compare/v1.62.2...v1.63.0

Changelog: https://github.com/rclone/rclone/blob/v1.63.0/docs/content/changelog.md

* Update pkgs/applications/networking/sync/rclone/default.nix

---------

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2023-07-02 03:04:45 +02:00
R. Ryantm
33149b7261 onedrive: 2.4.23 -> 2.4.25 2023-06-23 09:21:51 +00:00
Sandro Jäckel
3ad7d71afe treewide: don't set platforms.unix for buildGoModule 2023-06-13 17:54:26 +03:00
Rafael Fernández López
ded510eddc unison: use finalAttrs pattern 2023-06-10 11:47:01 +02:00
Robert Schütz
dcf9f37aef celeste: 0.4.6 -> 0.5.2
Diff: https://github.com/hwittenborn/celeste/compare/v0.4.6...v0.5.2

Changelog: https://github.com/hwittenborn/celeste/blob/v0.5.2/CHANGELOG.md
2023-04-03 18:25:08 -07:00
R. Ryantm
2a3b9026be unison: 2.53.0 -> 2.53.2 2023-03-24 21:45:46 +00:00
Sandro Jäckel
10314ea925
rclone: 1.61.1 -> 1.62.2 2023-03-16 17:14:31 +01:00
Robert Schütz
ea0070a518 celeste: init at 0.4.6 2023-03-08 15:18:26 -08:00
Tim Häring
10803b968b unison: 2.52.1 -> 2.53.0
besides updating the version/src sha, upstream switched to GTK3, as can
be seen in the release notes [0]. This apparently requires the ocaml
cairo2 bindings an zlib. I also used wrapGAppsHook to supply the schemas
from gsettings-desktop-schemas. Screenshot: https://i.imgur.com/CrPvLgQ.png
I can not test the Icon creation since I am not using a desktop, @viric
please check. Maybe this is also done by wrapGAppsHook..

[0] https://github.com/bcpierce00/unison/releases/tag/v2.53.0
2023-02-20 07:29:20 +01:00
Nick Cao
8ce875b4e2
wdt: unstable-2022-07-08 -> unstable-2022-12-19 2023-02-04 14:19:39 +08:00
Ulrik Strid
376e9ceead treewide: add strictDeps = true to most packages depending on ocaml 2023-02-03 08:59:34 +01:00
Weijia Wang
3954218cf6
Merge pull request #209480 from r-ryantm/auto-update/backintime
backintime: 1.3.2 -> 1.3.3
2023-01-23 16:24:24 +01:00
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Jonas Heinrich
fed715a586
Merge pull request #211939 from bobvanderlinden/pr-lsyncd-2.3.1
lsyncd: 2.2.3 -> 2.3.1
2023-01-22 07:21:44 +01:00
Bob van der Linden
6c7bcbc9f9
lsyncd: 2.2.3 -> 2.3.1 2023-01-21 15:31:11 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Fabian Möller
7c1096ab99 rsync: fix build with musl
The rsync build tries to use IFUNC for SIMD optimizations on x86_64,
which has to be disabled for musl.
2023-01-16 10:51:05 -06:00
Ryan Horiguchi
09696eab5d onedrive: 2.4.22 -> 2.4.23 2023-01-11 14:40:57 +08:00
R. Ryantm
72b82f86d4 backintime: 1.3.2 -> 1.3.3 2023-01-07 13:44:12 +00:00
Sandro
ec75c32673
Merge pull request #207328 from wegank/lsyncd-darwin 2022-12-31 23:07:26 +01:00
Francesco Gazzetta
904f07f595
Merge pull request #206395 from fgaz/openrsync/init
openrsync: init at unstable-2022-05-08
2022-12-29 11:35:45 +00:00
Francesco Gazzetta
c866913327 openrsync: init at unstable-2022-05-08 2022-12-29 10:31:10 +01:00
Sandro Jäckel
b1cd0a0ead
rclone: 1.60.1 -> 1.61.1
Diff: https://github.com/rclone/rclone/compare/v1.60.1...v1.61.1

Changelog: https://github.com/rclone/rclone/blob/v1.61.1/docs/content/changelog.md
2022-12-24 03:12:46 +01:00
Weijia Wang
73a926b415 lsyncd: unbreak on aarch64-darwin 2022-12-22 21:52:15 +01:00
R. Ryantm
1218bada61 onedrive: 2.4.21 -> 2.4.22 2022-12-15 15:11:01 +08:00
Rick van Schijndel
9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
toonn
82fe3d27fb rsync: 3.2.6 -> 3.2.7 2022-11-21 10:32:33 -06:00
Sandro Jäckel
b94d3579ae
rclone: 1.60.0 -> 1.60.1 2022-11-17 23:36:29 +01:00
github-actions[bot]
71e4896d63
Merge master into staging-next 2022-10-22 12:01:25 +00:00
Sandro Jäckel
62a43a161d
rclone: 1.59.2 -> 1.60.0 2022-10-21 23:22:02 +02:00
github-actions[bot]
6e9b36d7a0
Merge master into staging-next 2022-10-20 06:05:55 +00:00
R. Ryantm
1e714bc88b desync: 0.9.2 -> 0.9.3 2022-10-20 08:50:55 +08:00
Vladimír Čunát
00a757ed3f
Merge branch 'master' into staging 2022-10-13 08:27:55 +02:00
Filippo Berto
ec70a388c5 onedrive: 2.4.20 -> 2.4.21 2022-10-12 10:35:42 +08:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
R. Ryantm
32f520bc09 rsync: 3.2.5 -> 3.2.6 2022-09-30 22:27:01 -05:00
github-actions[bot]
9c14978f84
Merge master into staging-next 2022-09-29 12:01:25 +00:00
R. Ryantm
177911fa86 onedrive: 2.4.20 -> 2.4.21 2022-09-29 15:45:30 +08:00
Artturin
0734f54ef2 treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
R. Ryantm
d394d6cad0 rclone: 1.59.1 -> 1.59.2 2022-09-16 02:32:00 +00:00
Ivan Kozik
457e267206 rsync: 3.2.4 -> 3.2.5
This release fixes CVE-2022-29154:
https://download.samba.org/pub/rsync/NEWS#3.2.5

Remove enableCopyDevicesPatch because --copy-devices was included in rsync 3.2.4:
https://download.samba.org/pub/rsync/NEWS#3.2.4:~:text=Added%20the%20%2D%2Dcopy%2Ddevices%20option
2022-08-20 09:12:37 -05:00
github-actions[bot]
ca03e913ca
Merge master into staging-next 2022-08-12 00:02:30 +00:00
R. Ryantm
5c49de4bef rclone: 1.59.0 -> 1.59.1 2022-08-10 22:57:14 +00:00
github-actions[bot]
b02b965b0d
Merge staging-next into staging 2022-08-05 18:02:29 +00:00
Bobby Rong
2af4d03e90
Merge pull request #183921 from NickCao/wdt
wdt: unstable-2022-03-24 -> unstable-2022-07-08, add updateScript
2022-08-05 20:25:51 +08:00
github-actions[bot]
1caa752d4b
Merge staging-next into staging 2022-07-31 12:03:07 +00:00
R. Ryantm
b5a565c951 unison: 2.52.0 -> 2.52.1 2022-07-31 13:17:21 +02:00
Nick Cao
1f6f504407
wdt: unstable-2022-03-24 -> unstable-2022-07-08, add updateScript 2022-07-30 15:51:56 +08:00
Alyssa Ross
bf0aa68088
Revert "rsync: Work around upstream cross-compilation issue"
This reverts commit 49edde0905.

Our packaged rsync version now contains the fix.
2022-07-29 20:00:04 +00:00
Alyssa Ross
6c93364cc2
rsync: enable parallel building
Tested at -j48.
2022-07-29 20:00:01 +00:00
Ryan Horiguchi
3934afb8b1
onedrive: 2.4.19 -> 2.14.20 2022-07-20 22:10:03 +02:00
Sandro Jäckel
8e5af0c0fa
rclone: 1.58.1 -> 1.59.0 2022-07-17 00:34:43 +02:00
Further
c19c7d96c5
rrsync: clean unused part 2022-07-12 18:17:39 +08:00
Further
9d7d8c11eb
rrsync: fixed python3 and add braceexpand module 2022-07-12 03:30:48 +08:00
Further
a91cea12b1
rrsync: change per script to python script 2022-07-12 01:08:40 +08:00
Ryan Horiguchi
a6ed92b044 onedrive: 2.4.17 -> 2.14.19 2022-06-24 11:35:37 +08:00
Sandro Jäckel
9e1c94057c rsync: adopt, greatly simplify package 2022-06-05 09:00:03 -05:00
Thomas Gerbet
3de6800173 rsync: 3.2.3 -> 3.2.4
https://download.samba.org/pub/rsync/NEWS#3.2.4
2022-05-27 07:36:29 -05:00
Lassulus
a5e2c6e6dd
Merge pull request #163941 from r-ryantm/auto-update/backintime-common
backintime-common: 1.2.1 -> 1.3.2
2022-05-10 11:45:16 +02:00
Peter Hoeg
5a51d04e45 onedrive: 2.4.16 -> 2.4.17 2022-05-05 14:33:18 +08:00
Sandro Jäckel
7b09be46ea
rclone: 1.58.0 -> 1.58.1 2022-04-29 15:52:16 +02:00
Ben Siraphob
4c38fcb192
treewide: move cmake into nativeBuildInputs 2022-03-31 12:35:21 -05:00
Nick Cao
7150ca1c28
wdt: init at unstable-2022-03-24 2022-03-29 21:06:21 +08:00
Charles Duffy
7d4c1daddf
desync: 0.9.0 -> 0.9.2
Changes include:

- Support for mounting a .caibx backed by a sparse cache
- A generic "converter" layer to allow encrypted stores
- Test suite compatibility with Go 1.15
2022-03-21 12:49:30 -05:00
Daniel Nagy
1502634e1a
rclone: prefix PATH of fuse
This is needed because `rclone` makes use of `fusermount` when mounting
filesystems.
2022-03-19 23:17:48 +01:00
Sandro Jäckel
c2973ed1cb
rclone: 1.57.0 -> 1.58.0 2022-03-18 17:11:36 +01:00
Sandro
8fc4ab921f
Merge pull request #164055 from r-ryantm/auto-update/unison 2022-03-18 15:41:43 +01:00