Commit Graph

68 Commits

Author SHA1 Message Date
Austin Horstman
41d4f04d61
nufmt: 0-unstable-2024-10-15 -> 0-unstable-2024-10-20 2024-10-22 09:33:44 -05:00
Pol Dellaiera
5c14ab6ee3
nufmt: modernize; add update script; unstable-2023-09-25 -> 0-unstable-2024-10-15 (#348627) 2024-10-15 19:17:42 +02:00
Austin Horstman
36ca2a6cfb
nufmt: add maintainer khaneliman 2024-10-15 09:58:09 -05:00
Austin Horstman
b9aac85c3a
nufmt: unstable-2023-09-25 -> 0-unstable-2024-10-15 2024-10-15 09:58:08 -05:00
Austin Horstman
cb5cfd9a6f
nufmt: add update script 2024-10-15 09:04:34 -05:00
Fabian Affolter
59689a6aeb nuclei-templates: 10.0.1 -> 10.0.2
Diff: https://github.com/projectdiscovery/nuclei-templates/compare/refs/tags/v10.0.1...v10.0.2

Changelog: https://github.com/projectdiscovery/nuclei-templates/releases/tag/v10.0.2
2024-10-14 23:19:29 +02:00
Austin Horstman
b0be0a580d
nufmt: add meta.mainProgram 2024-10-14 12:35:14 -05:00
Austin Horstman
9f9bd495d4
nufmt: move to by-name 2024-10-14 12:35:14 -05:00
Martin Joerg
22f9a59116 nunicode: init at 1.11 2024-10-14 12:51:54 +00:00
Atemu
fc76c54b9f
numbat: 1.12.0 -> 1.13.0 (#341128) 2024-10-10 10:09:27 +02:00
xeals
9dbdff0f93
numbat: 1.12.0 -> 1.13.0 2024-10-10 18:18:37 +11:00
h7x4
04d6c0740e
nuclear: 0.6.31 -> 0.6.39 (#344539) 2024-10-04 22:12:01 +02:00
Fabian Affolter
028df51784 nuclei-templates: 10.0.0 -> 10.0.1
Diff: https://github.com/projectdiscovery/nuclei-templates/compare/refs/tags/v10.0.0...v10.0.1

Changelog: https://github.com/projectdiscovery/nuclei-templates/releases/tag/v10.0.1
2024-10-01 22:25:37 +02:00
GearKite
d174c0fda8 nuclear: 0.6.31 -> 0.6.39 2024-09-26 00:57:44 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
R. Ryantm
ea783a9a19 nuclei-templates: 9.9.4 -> 10.0.0 2024-09-14 02:26:06 +00:00
Fabian Affolter
4aaa783d40 nuclei-templates: 9.9.3 -> 9.9.4
Diff: https://github.com/projectdiscovery/nuclei-templates/compare/refs/tags/v9.9.3...v9.9.4

Changelog: https://github.com/projectdiscovery/nuclei-templates/releases/tag/v9.9.4
2024-09-03 07:25:04 +02:00
Philip Taron
558fc2db77
nuv: remove breakpointHook from nativeBuildInputs 2024-08-30 15:03:42 -07:00
Peder Bergebakken Sundt
fcdecc256a
treewide: change ${pname} to string literal (#336172)
* adwaita-icon-theme: change `${pname}` to string literal

* alp: change `${pname}` to string literal

* alsa-oss: change `${pname}` to string literal

* alsa-plugins: change `${pname}` to string literal

* alsa-ucm-conf: change `${pname}` to string literal

* alsa-utils: change `${pname}` to string literal

* anyrun: change `${pname}` to string literal

* assemblyscript: change `${pname}` to string literal

* audiobookshelf: change `${pname}` to string literal

* baobab: change `${pname}` to string literal

* braa: change `${pname}` to string literal

* brill: change `${pname}` to string literal

* centrifugo: change `${pname}` to string literal

* cheese: change `${pname}` to string literal

* cljfmt: change `${pname}` to string literal

* coppwr: change `${pname}` to string literal

* cosmic-edit: change `${pname}` to string literal

* cosmic-files: change `${pname}` to string literal

* cosmic-store: change `${pname}` to string literal

* cosmic-term: change `${pname}` to string literal

* crate2nix: change `${pname}` to string literal

* cups-kyocera-3500-4500: change `${pname}` to string literal

* dbqn: change `${pname}` to string literal

* dconf-editor: change `${pname}` to string literal

* devhelp: change `${pname}` to string literal

* dmarc-report-converter: change `${pname}` to string literal

* engage: change `${pname}` to string literal

* eog: change `${pname}` to string literal

* evolution-data-server-gtk4: change `${pname}` to string literal

* find-billy: change `${pname}` to string literal

* firefly-iii: change `${pname}` to string literal

* fuchsia-cursor: change `${pname}` to string literal

* geary: change `${pname}` to string literal

* ghex: change `${pname}` to string literal

* gitg: change `${pname}` to string literal

* glasskube: change `${pname}` to string literal

* gnome.gnome-autoar: change `${pname}` to string literal

* gnome.gnome-calculator: change `${pname}` to string literal

* gnome.gnome-calendar: change `${pname}` to string literal

* gnome.gnome-common: change `${pname}` to string literal

* gnome.gnome-dictionary: change `${pname}` to string literal

* gnome.gnome-disk-utility: change `${pname}` to string literal

* gnome.gnome-font-viewer: change `${pname}` to string literal

* gnome.gnome-keyring: change `${pname}` to string literal

* gnome.gnome-screenshot: change `${pname}` to string literal

* gnome.gnome-system-monitor: change `${pname}` to string literal

* gnome.seahorse: change `${pname}` to string literal

* gnome.simple-scan: change `${pname}` to string literal

* gnome.sushi: change `${pname}` to string literal

* gnome.totem: change `${pname}` to string literal

* gnome.yelp: change `${pname}` to string literal

* gnome.yelp-xsl: change `${pname}` to string literal

* gnucap-full: change `${pname}` to string literal

* goredo: change `${pname}` to string literal

* guile-semver: change `${pname}` to string literal

* halo: change `${pname}` to string literal

* intiface-central: change `${pname}` to string literal

* intune-portal: change `${pname}` to string literal

* iscc: change `${pname}` to string literal

* jetbrains-toolbox: change `${pname}` to string literal

* jnr-posix: change `${pname}` to string literal

* keymapp: change `${pname}` to string literal

* libation: change `${pname}` to string literal

* libeduvpn-common: change `${pname}` to string literal

* libmamba: change `${pname}` to string literal

* littlefs-fuse: change `${pname}` to string literal

* logseq: change `${pname}` to string literal

* lxgw-wenkai-tc: change `${pname}` to string literal

* microsoft-identity-broker: change `${pname}` to string literal

* minetest-mapserver: change `${pname}` to string literal

* msalsdk-dbusclient: change `${pname}` to string literal

* neverest: change `${pname}` to string literal

* nf-test: change `${pname}` to string literal

* numbat: change `${pname}` to string literal

* pdf2odt: change `${pname}` to string literal

* plemoljp: change `${pname}` to string literal

* plemoljp-hs: change `${pname}` to string literal

* plemoljp-nf: change `${pname}` to string literal

* pocket-updater-utility: change `${pname}` to string literal

* proto: change `${pname}` to string literal

* pw3270: change `${pname}` to string literal

* ratchet: change `${pname}` to string literal

* read-it-later: change `${pname}` to string literal

* redmine: change `${pname}` to string literal

* regina: change `${pname}` to string literal

* regripper: change `${pname}` to string literal

* revolt-desktop: change `${pname}` to string literal

* rs: change `${pname}` to string literal

* signaturepdf: change `${pname}` to string literal

* sonarlint-ls: change `${pname}` to string literal

* srgn: change `${pname}` to string literal

* stackit-cli: change `${pname}` to string literal

* substudy: change `${pname}` to string literal

* swayosd: change `${pname}` to string literal

* synthesia: change `${pname}` to string literal

* tarlz: change `${pname}` to string literal

* termcap: change `${pname}` to string literal

* tinycompress: change `${pname}` to string literal

* tracexec: change `${pname}` to string literal

* treefmt2: change `${pname}` to string literal

* udev-gothic: change `${pname}` to string literal

* udev-gothic-nf: change `${pname}` to string literal

* vvvvvv: change `${pname}` to string literal

* yggdrasil: change `${pname}` to string literal

* zsync: change `${pname}` to string literal
2024-08-20 15:56:55 -07:00
R. Ryantm
4ffca9622e nuclei-templates: 9.9.2 -> 9.9.3 2024-08-17 07:40:29 +00:00
NotAShelf
69eecebabf
nuclear: 0.6.30 -> 0.6.31 2024-07-28 16:30:14 +03:00
NotAShelf
31ab3c2564
nuclear; nixfmt; modernize derivation 2024-07-28 15:52:22 +03:00
NotAShelf
0b29d62976
nuclear: move to by-name 2024-07-28 15:50:06 +03:00
Fabian Affolter
8441e24942
Merge pull request #326742 from r-ryantm/auto-update/nuclei-templates
nuclei-templates: 9.9.1 -> 9.9.2
2024-07-26 21:08:51 +02:00
R. Ryantm
cb567491b2 nuclei-templates: 9.9.1 -> 9.9.2 2024-07-26 15:30:09 +00:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
Aleksana
e8f2aabb01
Merge pull request #324767 from Sigmanificient/remove-unused-stdenv-arguments
treewide: remove unused occurence of stdenv (and other) arguments
2024-07-14 19:42:52 +08:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
Fabian Affolter
691c17abc8 nuclei-templates: 9.9.0 -> 9.9.1
Diff: https://github.com/projectdiscovery/nuclei-templates/compare/refs/tags/v9.9.0...v9.9.1

Changelog: https://github.com/projectdiscovery/nuclei-templates/releases/tag/v9.9.1
2024-07-13 22:46:57 +02:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
R. Ryantm
a958599307 nuclei-templates: 9.8.9 -> 9.9.0 2024-06-25 16:29:00 +00:00
h7x4
d34459eae5
Merge pull request #316731 from d4rkstar/master
nuv: init at 3.0.1-beta.2405292059
2024-06-20 12:27:10 +02:00
Sandro
68614f8d34
Merge pull request #318359 from DontEatOreo/pkgs-numi 2024-06-20 12:02:05 +02:00
d4rkstar
38649d6536 nuv: init at 3.0.1-beta.2405292059
{
    "blacklisted": [],
    "broken": [],
    "built": [
        "nuv"
    ],
    "extra-nixpkgs-config": null,
    "failed": [],
    "non-existent": [],
    "pr": 316731,
    "system": "x86_64-linux",
    "tests": []
}
2024-06-18 21:05:53 +02:00
R. Ryantm
44fd22b990 nuclei-templates: 9.8.8 -> 9.8.9 2024-06-14 18:27:41 +00: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
R. Ryantm
b841ec0123 nulloy: 0.9.8.7 -> 0.9.9 2024-06-09 02:57:04 +00:00
DontEatOreo
922322cf5e
numi: init at 3.32.721
Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
2024-06-08 23:27:21 +03:00
R. Ryantm
67d8932c36 nuclei-templates: 9.8.7 -> 9.8.8 2024-06-07 14:54:00 +00:00
Guillaume Fournier
cb77fe8561 Numbat: 1.11 -> 1.12 2024-05-31 09:33:31 +02:00
R. Ryantm
14fdf50a3c nuclei-templates: 9.8.6 -> 9.8.7 2024-05-23 17:44:52 +00:00
R. Ryantm
59fda8fcae nuclei-templates: 9.8.5 -> 9.8.6 2024-05-10 13:48:00 +00:00
R. Ryantm
1cddc002f4 nuclei-templates: 9.8.1 -> 9.8.5 2024-04-22 13:25:04 +00:00
Fabian Affolter
d810505e25 nuclei-templates: format with nixfmt 2024-04-12 08:53:20 +02:00
Fabian Affolter
292380fc34 nuclei-templates: 9.8.0 -> 9.8.1
Diff: https://github.com/projectdiscovery/nuclei-templates/compare/refs/tags/v9.8.0...v9.8.1

Changelog: https://github.com/projectdiscovery/nuclei-templates/releases/tag/v9.8.1
2024-04-11 23:50:50 +02:00
Fabian Affolter
331e45496e nuclei-templates: init at 9.8.0
Templates for the nuclei engine to find security vulnerabilities

https://github.com/projectdiscovery/nuclei-templates
2024-03-31 13:29:20 +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
R. Ryantm
2fb6962c5b numbat: 1.10.1 -> 1.11.0 2024-03-10 01:22:50 +00:00