Commit Graph

5596 Commits

Author SHA1 Message Date
github-actions[bot]
5682b90ffa
Merge staging-next into staging 2023-01-16 00:02:48 +00:00
Jörg Thalheim
b16bfa3941
Merge pull request #207110 from patryk4815/pwndbg-patch
pwndbg: 2022.08.30 -> 2022.12.19
2023-01-16 00:13:30 +01:00
Jörg Thalheim
b720d8a06f
Update pkgs/development/tools/misc/pwndbg/default.nix 2023-01-15 23:09:14 +00:00
Maximilian Bosch
cb22191d21
Merge pull request #210957 from Ma27/rm-ma27-from-packages-i-dont-use-anymore
treewide: remove myself (ma27) as maintainer from a bunch of pkgs I don't use anymore
2023-01-15 19:29:49 +01:00
Maximilian Bosch
52e277d501
treewide: remove myself (ma27) as maintainer from a bunch of pkgs I don't use anymore 2023-01-15 18:52:27 +01:00
github-actions[bot]
142d3af1cb
Merge staging-next into staging 2023-01-15 00:03:07 +00:00
Nick Cao
6df6a45b04
Merge pull request #210622 from qowoz/ecc
editorconfig-checker: 2.6.0 -> 2.7.0
2023-01-15 07:39:12 +08:00
figsoda
752f2732d8
Merge pull request #210266 from figsoda/riff
riff: init at 1.0.3
2023-01-14 18:32:26 -05:00
figsoda
50ebb3bad8 riff: init at 1.0.3 2023-01-14 12:45:05 -05:00
zowoq
3b02c3754f editorconfig-checker: 2.6.0 -> 2.7.0
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.7.0
2023-01-14 13:46:54 +10:00
Artturi
5e2d7ff357
Merge pull request #210118 from trofi/libtool-without-perl
libtool: drop unused auto* dependencies
2023-01-14 05:40:10 +02:00
Artturi
48716af1ad
Merge pull request #210132 from trofi/binutils-without-texinfo
binutils: avoid texinfo dependency during bootstrap
2023-01-14 05:33:13 +02:00
Sergei Trofimovich
6becbd3970 libtool: drop unused auto* dependencies
Autoreconf was initially added in e44dd84664 ("libtool2: macOS 11
support") for configure patches. The patches were removed since 2.4.7
release. Let's drop these dependencies to make boostrap tree leaner.

The diff of bootstrap tree before and after the change:

    $ nix-store --query --graph $(nix-instantiate -A stdenv) |
        fgrep ' -> ' | awk '{print $3}' | sort -u |
        sed 's/"[0-9a-z]\{32\}-/"/g' | sort > before

    $ nix-store --query --graph $(nix-instantiate -A stdenv) |
        fgrep ' -> ' | awk '{print $3}' | sort -u |
        sed 's/"[0-9a-z]\{32\}-/"/g' | sort > after

    $ diff -U0 before after

    --- before
    +++ after
    @@ -64,2 +63,0 @@
    -"help2man-1.49.2.drv"
    -"help2man-1.49.2.drv"
    @@ -77 +74,0 @@
    -"libxcrypt-4.4.33.drv"
    @@ -88,4 +84,0 @@
    -"perl-5.36.0.drv"
    -"perl-5.36.0.drv"
    -"perl5.36.0-gettext-1.07.drv"
    -"perl5.36.0-gettext-1.07.drv"

This removes 2 of 3 builds of `perl` and `help2man` dependencies.

Co-authored-by: Adam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com>
2023-01-13 22:19:20 +00:00
Sergei Trofimovich
1d5a8a5e43 binutils: avoid texinfo dependency during bootstrap
Normally binutils provides pregenerated manuals along with release
tarball. Manuals regeneration is needed every time we change
`configure.ac`. But usually there are no material changes in it.

This change instead inhibits manuals regeenration by keeping
man and info files up to date.

The diff of bootstrap tree before and after the change:

    $ nix-store --query --graph $(nix-instantiate -A stdenv) |
        fgrep ' -> ' | awk '{print $3}' | sort -u |
        sed 's/"[0-9a-z]\{32\}-/"/g' | sort > before

    $ nix-store --query --graph $(nix-instantiate -A stdenv) |
        fgrep ' -> ' | awk '{print $3}' | sort -u |
        sed 's/"[0-9a-z]\{32\}-/"/g' | sort > after

    $ diff -U0 before after
    --- before
    +++ after
    @@ -100 +99,0 @@
    -"texinfo-6.8.drv"

Co-authored-by: Adam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com>
2023-01-13 22:17:27 +00:00
github-actions[bot]
baf8502f7e
Merge staging-next into staging 2023-01-13 06:01:43 +00:00
github-actions[bot]
ceb05ad4bf
Merge master into staging-next 2023-01-13 06:01:09 +00:00
R. Ryantm
3a5d557d03 lttng-tools: 2.13.8 -> 2.13.9 2023-01-13 06:55:59 +01:00
Mario Rodas
a83c6fb718
Merge pull request #210348 from DarkOnion0/devspace
devspace: 6.2.3 -> 6.2.4
2023-01-12 20:00:28 -05:00
github-actions[bot]
9e72ff5c31
Merge staging-next into staging 2023-01-13 00:02:48 +00:00
Martin Weinelt
5342b695b1 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-12 23:07:01 +01:00
DarkOnion0
f254d15228
devspace: 6.2.3 -> 6.2.4 2023-01-12 13:32:25 +01:00
Ellie Hermaszewska
92f9580a4c premake5: mark broken on darwin aarch64 2023-01-12 13:07:14 +01:00
Ellie Hermaszewska
f6c2cbab84 premake5: 5.0.0-alpha12 -> 5.0.0-beta2
Also set ssl certificates
2023-01-12 13:07:14 +01:00
github-actions[bot]
b3d2428df4
Merge staging-next into staging 2023-01-11 20:59:01 +00:00
github-actions[bot]
a113c6f06f
Merge master into staging-next 2023-01-11 20:58:29 +00:00
github-actions[bot]
3c782a80fe
Merge staging-next into staging 2023-01-11 12:01:59 +00:00
Vladimír Čunát
28737db758
Merge #210058: dejagnu: disable tests on aarch64-darwin
...into staging-next
2023-01-11 09:25:25 +01:00
github-actions[bot]
db669efe0d
Merge staging-next into staging 2023-01-11 06:02:05 +00:00
Martin Weinelt
c1e6c6af69 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-11 03:51:33 +01:00
figsoda
8f3de3efd4 topiary: unstable-2022-12-02 -> unstable-2023-01-10
Diff: ae861a3009...c36d4a2253
2023-01-10 16:28:19 -05:00
Vladimír Čunát
70dfd49f71
dejagnu: no tests on aarch64-darwin
https://hydra.nixos.org/log/4ilhqfxwbsdj49ywq9qna93aj1nilc06-dejagnu-1.6.3.drv
2023-01-10 16:50:00 +01:00
Sandro
e4462c6b55
Merge pull request #210001 from r-ryantm/auto-update/act 2023-01-10 16:32:27 +01:00
Sandro
a633e8b465
Merge pull request #203373 from dpzmick/master 2023-01-10 11:48:16 +01:00
Fabian Affolter
89df17272d
act: update rev 2023-01-10 08:55:36 +01:00
R. Ryantm
4c11b8c0d5 act: 0.2.34 -> 0.2.35 2023-01-10 07:38:05 +00:00
Sergei Trofimovich
bea82e861b
Merge pull request #208050 from aaronjheng/lsof
lsof: 4.96.4 -> 4.96.5
2023-01-08 21:03:28 +00:00
Martin Weinelt
4d65509504 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-08 16:34:30 +01:00
R. Ryantm
2bedf9ffc5 blackfire: 2.13.1 -> 2.13.2 2023-01-08 03:14:26 +00:00
Martin Weinelt
afd962b51c Merge remote-tracking branch 'origin/master' into staging-next 2023-01-05 17:16:26 +01:00
DarkOnion0
0118c319c4
devspace: 6.2.2 -> 6.2.3 2023-01-05 08:52:02 +01:00
github-actions[bot]
47507cf77a
Merge staging-next into staging 2023-01-04 06:01:44 +00:00
Anderson Torres
76eb4a3332
Merge pull request #208882 from marsam/update-universal-ctags
universal-ctags: 5.9.20221106.0 -> 6.0.0
2023-01-04 01:08:31 -03:00
github-actions[bot]
e859576396
Merge staging-next into staging 2023-01-04 00:03:20 +00:00
Artturi
54360cca52
Merge pull request #206410 from aaronjheng/loccount 2023-01-03 21:34:21 +02:00
github-actions[bot]
e076f677a1
Merge staging-next into staging 2023-01-03 18:01:45 +00:00
Mario Rodas
64bf8c6961
Merge pull request #207354 from r-ryantm/auto-update/ptags
ptags: 0.3.2 -> 0.3.4
2023-01-03 09:25:45 -05:00
Mario Rodas
7eb1973a7a universal-ctags: enable on all platforms 2023-01-03 04:20:00 +00:00
Mario Rodas
504f08a573 universal-ctags: 5.9.20221106.0 -> 6.0.0
https://github.com/universal-ctags/ctags/releases/tag/v6.0.0
2023-01-03 04:20:00 +00:00
Aaron Jheng
f914350e81
loccount: 1.2 -> 2.14 2023-01-03 01:59:53 +00:00
github-actions[bot]
051d49badb
Merge staging-next into staging 2023-01-02 06:02:21 +00:00