Commit Graph

228 Commits

Author SHA1 Message Date
h7x4
06f6b50f17
gimoji: 1.1.0 -> 1.1.1 (#345765) 2024-10-01 23:19:13 +02:00
a-kenji
254a29ad41 gimoji: move to pkgs/by-name 2024-10-01 21:59:28 +02:00
R. Ryantm
5031352d0a gitlab-ci-ls: 0.21.2 -> 0.21.3 2024-10-01 10:03:04 +00:00
seth
43256320c5
gitbutler: use cargo-tauri.hook 2024-09-30 20:13:15 -04:00
R. Ryantm
e6d4785ec0 githooks: 3.0.3 -> 3.0.4 2024-09-30 03:08:11 +00:00
Artturin
3876b1b05b
Fix cross-compilation eval failures (#344499) 2024-09-27 21:27:30 +03:00
Artturin
976e5387d2 treewide: Fix error: makeWrapper/makeShellWrapper must be in nativeBuildInputs
On cross
2024-09-27 18:48:26 +03:00
nixpkgs-merge-bot[bot]
9c2023e238
gittuf: 0.5.2 -> 0.6.0 (#344365) 2024-09-26 18:07:31 +00:00
Nick Cao
137a180888
gitea-actions-runner: 0.2.10 -> 0.2.11 (#344285) 2024-09-25 08:21:35 -04:00
Peder Bergebakken Sundt
57be36912f
git-upstream: 1.1.0 -> 1.2.0 (#343844) 2024-09-25 10:27:07 +02:00
R. Ryantm
fbfd0d006c gittuf: 0.5.2 -> 0.6.0 2024-09-25 06:46:00 +00: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
techknowlogick
49691a6fb4 gitea-actions-runner: 0.2.10 -> 0.2.11 2024-09-24 15:48:47 -04:00
techknowlogick
d4c0e9acf8 gitea-actions-runner: nixfmt 2024-09-24 15:17:48 -04:00
techknowlogick
67f0c63700 gitea-actions-runner: move to pkgs/by-name 2024-09-24 15:17:25 -04:00
Rebecca Turner
fcb8b6b444
git-upstream: 1.1.0 -> 1.2.0
Adds support for a `~/.config/git-upstream/config.toml` configuration
file.

See: https://github.com/9999years/git-upstream/releases/tag/v1.2.0
2024-09-23 11:11:06 -07:00
R. Ryantm
7d7b6622fd gitlab-ci-ls: 0.21.1 -> 0.21.2 2024-09-23 01:18:04 +00:00
R. Ryantm
4356222612 githooks: 3.0.2 -> 3.0.3 2024-09-20 17:30:03 +00:00
Vinny Meller
89186c31cb
git-spice: 0.5.2 -> 0.6.0 2024-09-17 11:41:23 -04: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
Peder Bergebakken Sundt
bc68d227b1
git-spice: 0.4.0 -> 0.5.2 (#341276) 2024-09-14 04:08:39 +02:00
Aleksana
36fa450532
git-igitt: fix on darwin (#340220) 2024-09-13 13:01:27 +08:00
Vinny Meller
da2e58d348
git-spice: 0.4.0 -> 0.5.2 2024-09-11 20:30:15 -04:00
Maximilian Bosch
3a28d43c40
Merge: gitea: 1.22.1 -> 1.22.2 (#339891) 2024-09-10 17:58:49 +02:00
techknowlogick
4dc1282071
gitea: 1.22.1 -> 1.22.2
Diff: https://github.com/go-gitea/gitea/compare/v1.22.1...1.22.2
2024-09-10 01:17:44 +02:00
Maximilian Bosch
828b7b4672
gitlab-ci-ls: init at 0.21.1 (#340083) 2024-09-08 18:00:11 +02:00
Doron Behar
43c41b03b5
splash: init at 3.10.3 (#336295) 2024-09-07 22:17:25 +00:00
OTABI Tomoya
f2818b1a31
gitlab-timelogs: 0.3.0 -> 0.4.0 (#339395) 2024-09-07 11:38:34 +09:00
pinage404
1e768b6903 git-igitt: fix on Mac 2024-09-07 01:38:05 +02:00
Maximilian Bosch
de655cb5d5
gitlab-ci-ls: init at 0.21.1
Language Server that works together with yamlls[1] to provide
autocompletion for GitLab CI configurations.

[1] https://github.com/redhat-developer/yaml-language-server
2024-09-06 17:04:40 +02:00
Alex Martens
80f8973af8 github-runner: remove newam from maintainers 2024-09-05 21:36:53 -07:00
Matthew Toohey
9a64caf549 gickup: 0.10.34 -> 0.10.36 2024-09-04 13:47:49 -04:00
Nick Cao
979f1d2a9b
gitu: 0.24.0 -> 0.25.0 (#339426) 2024-09-04 08:16:03 -04:00
R. Ryantm
8c2d7df19b gitu: 0.24.0 -> 0.25.0 2024-09-04 05:02:59 +00:00
R. Ryantm
2a303421ed gitlab-timelogs: 0.3.0 -> 0.4.0 2024-09-04 02:51:14 +00:00
Pascal Bach
9656e3f800 gitlab-runner: remove bachp as maintainer 2024-09-03 22:02:04 +02:00
Aleksana
5a20c5e55b
gitlab-ci-local: add version test (#306146) 2024-09-03 19:44:42 +08:00
R. Ryantm
d7693c1140 gickup: 0.10.31 -> 0.10.34 2024-09-01 20:22:06 +00:00
Doron Behar
3f1e3e5ccd giza: init at 1.4.1 2024-09-01 00:23:16 +03:00
R. Ryantm
417697da63 gitlab-ci-local: 4.52.2 -> 4.53.0 2024-08-31 18:28:28 +00:00
Martin Weinelt
6624badbb6
gitlab-timelogs: init at 0.3.0 (#337461) 2024-08-30 16:54:41 +02:00
Nick Cao
11272bbfd8
git-gr: 1.4.2 -> 1.4.3 (#337968) 2024-08-29 19:00:15 -04:00
Peder Bergebakken Sundt
c477a48699
treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub (#336777) 2024-08-28 22:17:38 -04:00
Rebecca Turner
987dd7f9a2
git-gr: 1.4.2 -> 1.4.3 2024-08-28 09:26:53 -07:00
Sandro Jäckel
ca355f14c8
treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub 2024-08-27 20:47:13 +02:00
Philipp Schuster
dbc32e1118 gitlab-timelogs: init at 0.3.0
Inits the `gitlab-timelogs` CLI utility written in Rust.
2024-08-27 15:38:48 +02:00
Yury Shvedov
bd1a15057c gitwatch: init at v0.2
Useful script to automatically commit and push changes in watched
folders.

What to use it for?

* My case: **cad programs** which does not have their own version
  control or cloud. e.g. Kompas3D.

Next, copy-paste from README of project:

* **config files**: some programs auto-write their config files, without
  waiting for you to click an 'Apply' button; or even if there is such
  a button, most programs offer you no way of going  back to an earlier
  version of your settings. If you commit your config file(s) to a git repo,
  you can track changes and go back to older versions. This script makes it
  convenient, to have all changes recorded automatically.

* **document files**: if you use an editor that does not have built-in git
  support (or maybe if you don't like the git support it has), you can use
  gitwatch to automatically commit your files when you save them, or combine
  it with the editor's auto-save feature to fully automatically and regularly
  track your changes

Change-Id: I509dea55def25ccfbb36bf8a2bae685b51a757fb
2024-08-27 07:35:47 +00:00
Maximilian Bosch
b39569222b
gitea: drop PAM support
Strongly inspired by the forgejo counterpart[1], for the following
reasons:

* The feature is broken with the current module and crashes on
  authentication with the following stacktrace (with a PAM service
  `gitea` added):

      server # Stack trace of thread 1008:
      server # #0  0x00007f3116917dfb __nptl_setxid (libc.so.6 + 0x8ddfb)
      server # #1  0x00007f3116980ae6 setuid (libc.so.6 + 0xf6ae6)
      server # #2  0x00007f30cc80f420 _unix_run_helper_binary (pam_unix.so + 0x5420)
      server # #3  0x00007f30cc8108c9 _unix_verify_password (pam_unix.so + 0x68c9)
      server # #4  0x00007f30cc80e1b5 pam_sm_authenticate (pam_unix.so + 0x41b5)
      server # #5  0x00007f3116a84e5b _pam_dispatch (libpam.so.0 + 0x3e5b)
      server # #6  0x00007f3116a846a3 pam_authenticate (libpam.so.0 + 0x36a3)
      server # #7  0x00000000029b1e7a n/a (.gitea-wrapped + 0x25b1e7a)
      server # #8  0x000000000047c7e4 n/a (.gitea-wrapped + 0x7c7e4)
      server # ELF object binary architecture: AMD x86-64
      server #
      server # [   42.420827] gitea[897]: pam_unix(gitea:auth): unix_chkpwd abnormal exit: 159
      server # [   42.423142] gitea[897]: pam_unix(gitea:auth): authentication failure; logname= uid=998 euid=998 tty= ruser= rhost=  user=snenskek

  It only worked after turning off multiple sandbox settings and adding
  `shadow` as supplementary group to `gitea.service`.

  I'm not willing to maintain additional multiple sandbox settings for
  different features, especially given that it was probably not used for
  quite a long time:

  * There was no PR or bugreport about sandboxing issues related to
    PAM.

  * Ever since the module exists, it used the user `gitea`, i.e. it had
    never read-access to `/etc/shadow`.

* Upstream has it disabled by default[2].

If somebody really needs it, it can still be brought back by an overlay
updating `tags` accordingly and modifying the systemd service config.

[1] 07641a91c9
[2] https://docs.gitea.com/usage/authentication#pam-pluggable-authentication-module
2024-08-24 13:40:58 +02:00
Sandro
a4cbde2212
Merge pull request #310093 from moduon/git-autoshare
git-autoshare: init at 1.0.0b6
2024-08-24 00:35:47 +02:00
Peder Bergebakken Sundt
3a83109945
treewide: change ${pname} to string literal, pt2 (#336195)
* aescrypt: change `${pname}` to string literal

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

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

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

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

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

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

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

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

* colord-gtk4: change `${pname}` to string literal

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

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

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

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

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

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

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

* ding-libs: change `${pname}` to string literal

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* libsForQt5.qt5ct: change `${pname}` to string literal

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

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

* map-cmd: change `${pname}` to string literal

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

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

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

* ms-sys: change `${pname}` to string literal

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

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

* osinfo-db-tools: change `${pname}` to string literal

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

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

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

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

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

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

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

* rpm-ostree: change `${pname}` to string literal

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

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

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

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

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

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

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

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

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

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

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

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

* uutils-coreutils: change `${pname}` to string literal

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

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

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

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

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

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

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

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

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

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

* yggstack: change `${pname}` to string literal
2024-08-20 17:23:37 -07:00