Artturin
0a7693d9af
ananicy-cpp: 1.0.2 -> 1.1.0
...
had to use clangStdenv because
/nix/store/1qa12idg59nlxjjdrw4hfyxdkhfd3nrq-clang-wrapper-11.1.0/bin/ar: CMakeFiles/ananicy_cpp_bpf_c.dir/src/bpf_program_utils.c.o: plugin needed to handle lto object
ananicy-cpp> /nix/store/1qa12idg59nlxjjdrw4hfyxdkhfd3nrq-clang-wrapper-11.1.0/bin/ranlib: libananicy_cpp_bpf_c.a(bpf_program_utils.c.o): plugin needed to handle lto object
ananicy-cpp> [100%] Linking CXX executable ananicy-cpp
ananicy-cpp> /nix/store/zsvpmlddl2i5mpzm031a99xfpn410m5b-binutils-2.40/bin/ld: /build/cchtSHrR.ltrans5.ltrans.o: in function `ProcessQueue::stop()':
ananicy-cpp> <artificial>:(.text+0x2274): undefined reference to `destroy_bpf_program'
ananicy-cpp> /nix/store/zsvpmlddl2i5mpzm031a99xfpn410m5b-binutils-2.40/bin/ld: /build/cchtSHrR.ltrans5.ltrans.o: in function `ProcessQueue::init()':
ananicy-cpp> <artificial>:(.text+0x8460): undefined reference to `initialize_bpf_program'
ananicy-cpp> /nix/store/zsvpmlddl2i5mpzm031a99xfpn410m5b-binutils-2.40/bin/ld: <artificial>:(.text+0x846c): undefined reference to `bpf_program_init_events'
ananicy-cpp> /nix/store/zsvpmlddl2i5mpzm031a99xfpn410m5b-binutils-2.40/bin/ld: <artificial>:(.text+0x8486): undefined reference to `destroy_bpf_program'
ananicy-cpp> /nix/store/zsvpmlddl2i5mpzm031a99xfpn410m5b-binutils-2.40/bin/ld: /build/cchtSHrR.ltrans5.ltrans.o: in function `std:🧵 :_State_impl<std:🧵 :_Invoker<std::tuple<ProcessQueue::start()::{lambda(std::stop_token const&)#1}, std::stop_token> > >::_M_run() [clone .lto_priv.0]':
ananicy-cpp> <artificial>:(.text+0x861d): undefined reference to `destroy_bpf_program'
ananicy-cpp> collect2: error: ld returned 1 exit status
ananicy-cpp> make[2]: *** [CMakeFiles/ananicy-cpp.dir/build.make:325: ananicy-cpp] Error 1
ananicy-cpp> make[1]: *** [CMakeFiles/Makefile2💯 CMakeFiles/ananicy-cpp.dir/all] Error 2
ananicy-cpp> make: *** [Makefile:136: all] Error 2
2023-07-14 02:49:23 +03:00
R. Ryantm
a60989cbc9
armTrustedFirmwareTools: 2.8 -> 2.9.0
2023-07-06 05:23:28 +00:00
R. Ryantm
14f42104c2
lilypond-unstable: 2.25.5 -> 2.25.6
2023-07-05 10:45:24 +00:00
Nick Cao
2f01f80c92
Merge pull request #241048 from Yarny0/foomatic-db
...
foomatic-db: unstable 2023-03-30 -> 2023-06-30
2023-07-03 13:52:08 +08:00
Nick Cao
ff017b9952
opensbi: 1.2 -> 1.3
...
Diff: https://github.com/riscv-software-src/opensbi/compare/v1.2...v1.3
2023-07-02 08:46:01 +08:00
Yarny0
610f826d4a
foomatic-db: unstable 2023-03-30 -> 2023-06-30
...
Adds approx. 60 ppd files for printers from
Gestetner, NRG and Ricoh.
2023-07-01 21:55:36 +02:00
R. Ryantm
b800b9c509
urbit: 2.9 -> 2.10
2023-06-30 12:35:49 +00:00
Sandro
bc8aa1cdb0
Merge pull request #216063 from Stunkymonkey/source-and-tags-phases
2023-06-29 16:23:35 +02:00
Doron Behar
2822d3ef07
Merge pull request #202089 from GenericNerdyUsername/lssecret
...
lssecret: init at `722013dc`
2023-06-28 12:17:09 +00:00
github-actions[bot]
f04cfae48a
Merge master into staging-next
2023-06-26 12:01:27 +00:00
Janik
7568fbf2d4
Merge pull request #223575 from MGlolenstine/seafile-client
2023-06-26 12:50:20 +02:00
MGlolenstine
ecb8485514
seafile-shared: 8.0.3 -> 9.0.2
2023-06-26 12:08:02 +02:00
github-actions[bot]
054d9759ed
Merge master into staging-next
2023-06-26 00:02:44 +00:00
Harsh Shandilya
65dc76518a
scrcpy: 2.0 -> 2.1
2023-06-25 23:40:42 +05:30
github-actions[bot]
36bd3b4559
Merge master into staging-next
2023-06-25 06:01:15 +00:00
Nick Cao
1485d7bae8
Merge pull request #239578 from Scrumplex/vencord-disable-updater
...
vencord: Disable Updater
2023-06-25 12:18:22 +08:00
github-actions[bot]
b633dddac4
Merge master into staging-next
2023-06-24 18:01:04 +00:00
Sefa Eyeoglu
1410783ff5
vencord: set standalone build mode
...
This tells Vencord that it is not installed using its Git installation
method. Currently this doesn't do anything, as the only consumer of this
value is the updater code, that has been effectively disabled using a
patch.
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-24 14:28:03 +02:00
Sefa Eyeoglu
de1624865f
vencord: fix version number patch
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-24 14:27:44 +02:00
Sefa Eyeoglu
16ca6c79eb
vencord: disable updater
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-24 14:27:27 +02:00
Rafael Fernández López
d6cf4d15f2
fastly: 10.2.0 -> 10.2.2
2023-06-24 13:10:22 +02:00
github-actions[bot]
15a20aee5e
Merge staging-next into staging
2023-06-22 18:01:45 +00:00
Artturi
b6a25058b2
Merge pull request #237580 from james-atkins/utsushi-sane11
2023-06-22 20:51:11 +03:00
James Atkins
b8f05fdfb3
utsushi: fix build with SANE 1.1 and above
...
Patch utsushi's version checks so it builds with SANE versions 1.1 and
above. It's currently broken on NixOS 23.05.
2023-06-22 10:38:47 -05:00
github-actions[bot]
d74400e7e7
Merge staging-next into staging
2023-06-20 06:02:16 +00:00
Weijia Wang
991c60a231
Merge pull request #238455 from Scrumplex/update-vencord-1.2.8
...
vencord: 1.2.5 -> 1.2.8
2023-06-20 03:43:23 +03:00
github-actions[bot]
a452e85f10
Merge staging-next into staging
2023-06-19 06:01:47 +00:00
Yureka
3e51c9a04c
scrcpy: use adb from android-tools
...
android-tools is built from source and available on aarch64-linux, while platform tools isn't
2023-06-18 20:37:50 +02:00
Sefa Eyeoglu
a9c9b6280d
vencord: 1.2.5 -> 1.2.8
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-18 19:39:56 +02:00
github-actions[bot]
f76683b6c6
Merge staging-next into staging
2023-06-16 12:01:42 +00:00
github-actions[bot]
ddfda1497e
Merge staging-next into staging
2023-06-16 00:02:58 +00:00
Rafael Fernández López
227ae54296
fastly: 10.1.0 -> 10.2.0
2023-06-15 23:17:20 +02:00
Linus Heckemann
7a53daed2a
documentation-highlighter: less weird source filter
...
The expansion into absolute paths caused the filter to reject all the
files in some unusual circumstances (we think it's due to use of a
chroot store). This works reliably no matter where nixpkgs is located.
2023-06-15 12:06:54 -07:00
Weijia Wang
0360f1c569
Merge pull request #236626 from onny/cups-update
...
cups: 2.4.3 -> 2.4.5
2023-06-14 15:31:17 +03:00
Jonas Heinrich
1ff6509383
cups: 2.4.3 -> 2.4.5
...
Diff: https://github.com/OpenPrinting/cups/compare/None...v2.4.4
2023-06-14 10:06:58 +02:00
Sergei Trofimovich
b3ab40b9ff
Merge pull request #236598 from trofi/gcc-13-mcfgthreads
...
pkgsCross.mingwW64.windows.mcfgthreads: add gcc13 compatible version
2023-06-11 18:04:16 +01:00
R. Ryantm
7136944f15
urbit: 2.8 -> 2.9
2023-06-09 15:14:34 +00:00
Sergei Trofimovich
c6132dcf23
pkgsCross.mingwW64.windows.mcfgthreads: add gcc13 compatible version
...
Upstream `gcc-13` merged `mcfgthreads` support with a caveat: it's
headers interface is not compatible with the patch `nixpkgs` was
carrying in `gcc-12` and before.
To keep both new (`gcc13`) and old (`_pre_gcc13`) version I held back
previous `windows.mcfgthreads` attribute as
`windows.mcfgthreads_pre_gcc_13`. It is used for `gcc` before 13.
The change fixes the build of `pkgsCross.mingwW64.stdenv` itself and
example program:
$ nix build --impure --expr 'with import ./. {}; pkgsCross.mingwW64.re2c.override { stdenv = pkgsCross.mingwW64.gcc11Stdenv; }'
2023-06-08 07:43:56 +01:00
Michele Guerini Rocco
79901fd901
Merge pull request #236058 from rnhmjoj/pr-scc
...
sc-controller: 0.4.8.9 -> 0.4.8.11
2023-06-07 02:04:33 +02:00
rnhmjoj
424d1f9b6c
sc-controller: 0.4.8.9 -> 0.4.8.11
2023-06-05 10:59:03 +02:00
github-actions[bot]
22e7031b28
Merge master into staging-next
2023-06-04 18:00:59 +00:00
Weijia Wang
e94d5a01f9
Merge pull request #235837 from r-ryantm/auto-update/lilypond-unstable
...
lilypond-unstable: 2.25.4 -> 2.25.5
2023-06-04 18:59:08 +02:00
github-actions[bot]
d84131e3d6
Merge master into staging-next
2023-06-04 12:01:07 +00:00
R. Ryantm
63e829fe27
lilypond-unstable: 2.25.4 -> 2.25.5
2023-06-03 21:33:31 +00:00
R. Ryantm
497e42c14b
urbit: 2.6 -> 2.8
2023-06-03 12:57:17 +00:00
Weijia Wang
6bd9402c5f
cups: fix build on darwin
2023-06-03 01:35:10 +02:00
Martin Weinelt
2ca22f6b82
cups: 2.4.2 -> 2.4.3
...
Resolves a heap buffer overflow in the log formatter, when the log level
is set to DEBUG.
https://github.com/OpenPrinting/cups/releases/tag/v2.4.3
Fixes: CVE-2023-32234
2023-06-02 02:05:43 +02:00
Martin Weinelt
84fb288f46
cups: fix nixos test references
...
The tests were split up in two, but the references were not updated.
2023-06-02 02:05:13 +02:00
Bernardo Meurer
9232113fa0
Merge pull request #234509 from lluchs/canon-cups-ufr2-5.70
2023-05-31 09:53:25 -04:00
Lukas Werling
96bd243f4e
canon-cups-ufr2: Add myself as maintainer
2023-05-30 20:51:38 +02:00