Commit Graph

27 Commits

Author SHA1 Message Date
Fabian Affolter
78da26c1e5 octoscan: 0.1.0 -> 0.1.1
Diff: https://github.com/synacktiv/octoscan/compare/refs/tags/v0.1.0...v0.1.1

Changelog: https://github.com/synacktiv/octoscan/releases/tag/v0.1.1
2024-09-26 10:57:53 +02: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
Fabian Affolter
0436ec6baf octoscan: add changelog to meta 2024-09-16 22:20:49 +02:00
Fabian Affolter
c998f87904 octoscan: 0-unstable-2024-08-25 -> 0.1.0
Diff: https://github.com/synacktiv/octoscan/compare/refs/tags/v0-unstable-2024-08-25...v0.1.0
2024-09-16 22:19:14 +02: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
Fabian Affolter
311dbf93c8 octoscan: init at 0-unstable-2024-08-25
Static vulnerability scanner for GitHub action workflows

https://github.com/synacktiv/octoscan
2024-09-14 16:01:38 +02:00
Sigmanificient
543cd40ecc treewide: remove trailing space in description
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
Peder Bergebakken Sundt
da468028bc
Merge pull request #326577 from arikgrahl/move-to-by-name-hierarchy
grafterm, konf, octosql, promql: move to by-name hierarchy
2024-07-26 00:21:24 +02:00
Casey Link
7e9e215bbc ocis-bin: support more architectures and add update script
* Adds an update script that can be used by the passthru updateScript [0]
    * this script tracks the Production (aka stable) channel for oCIS https://owncloud.dev/ocis/release_roadmap/#release-types as decided by the package maintainers
* Adds the full range of architectures released by owncloud
    * darwin: amd64, aarch64
    * linux: i686, x86_64, arm, aarch64

[0]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#automatic-package-updates
2024-07-13 14:39:29 +02:00
Arik Grahl
c8b473aa97 grafterm, konf, octosql, promql: move to by-name hierarchy 2024-07-12 16:54:33 +02:00
Daniel Thwaites
0fe724dc08
ocis-bin: 5.0.1 -> 5.0.5 2024-06-11 12:25:26 +01:00
R. Ryantm
237418318a ocenaudio: 3.13.5 -> 3.13.8 2024-05-01 23:35:15 +00:00
Weijia Wang
58b5b2748f treewide: fix version in changelog 2024-04-21 19:33:05 +02:00
Payas Relekar
1aadbb83c9 ocis-bin: 5.0.0 -> 5.0.1 2024-04-11 21:19:36 +05:30
Payas Relekar
427bf67bed nixos/ocis: init at 5.0.0
Co-authored-by: Casey Link <unnamedrambler@gmail.com>
2024-04-03 00:53:24 +05:30
Payas Relekar
9f3798cd7b ocis-bin: init at 5.0.0 2024-04-03 00:53:11 +05:30
R. Ryantm
9cf31fa3d3 ocenaudio: 3.13.4 -> 3.13.5 2024-03-21 00:34:16 +00:00
Janik H.
7812124026
octorpki: drop
upstream archived the repo
2024-03-19 08:47:42 +01: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
John Garcia
07a3e1b735 ocenaudio: fix url 2024-02-09 14:09:22 +00:00
R. Ryantm
d5b17d152b ocenaudio: 3.13.3 -> 3.13.4 2024-02-09 05:21:39 +00:00
John Garcia
948af8a6c8 ocenaudio: fix desktop file 2024-01-18 09:11:30 +00:00
Jonas Heinrich
cbebe20369 ocenaudio: 3.13.2 -> 3.13.3 2023-12-29 15:28:58 +01:00
Anthony Roussel
c72a44718c
nixosTests.ocsinventory-agent: init 2023-11-02 14:20:46 +01:00
Anthony Roussel
5954b62209
ocsinventory-agent: init at 2.10.1
https://github.com/OCSInventory-NG/UnixAgent

Co-authored-by: Matthias Thym <git@thym.at>
2023-10-30 17:57:52 +01:00
Weijia Wang
78d5ef88da octorpki: vendorSha256 -> vendorHash 2023-10-19 02:41:38 +02:00
Johann Wagner
b511a0f1bc
octorpki: init at 1.5.10 (#261385) 2023-10-18 00:53:08 +02:00