Commit Graph

185 Commits

Author SHA1 Message Date
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
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
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
Motiejus Jakštys
1bd350449a gitea: fix passthru.data-compressed
Fixes two bugs:
- pass a forgotten `{}` to `compressDrv`.
- remove incorrect usage of `lndir` in `compressDrv`. I added a brief
  comment on why, see [this comment][1] for more details.

Tested with:

```
$ nix build .#legacyPackages.x86_64-linux.gitea.passthru.data-compressed
$ ls -lh result/public/assets/licenses.txt*
lrwxrwxrwx 1 root root  90 Jan  1  1970 result/public/assets/licenses.txt -> /nix/store/p21irsr57hckd3x3ym18aa0cr9zmm3an-gitea-1.22.1-data/./public/assets/licenses.txt
-r--r--r-- 1 root root 30K Jan  1  1970 result/public/assets/licenses.txt.br
-r--r--r-- 1 root root 82K Jan  1  1970 result/public/assets/licenses.txt.gz
```

[1]: https://github.com/NixOS/nixpkgs/pull/332752#discussion_r1721043286
2024-08-18 22:47:03 +03:00
R. Ryantm
43064d95b8 github-runner: 2.319.0 -> 2.319.1 2024-08-18 03:16:38 +00:00
pinage404
59cd5ef4ec git-gamble: init at 2.9.0 2024-08-12 20:51:17 +02:00
Jonas Chevalier
9a645edbb7
github-runner: move to by-name (#333309)
Allow the merge bot to work
2024-08-12 11:09:36 +02:00
pinage404
b70debe385 git-igitt: package is built from source 2024-08-11 16:11:37 +02:00
pinage404
d75527dd5e git-igitt: add update script 2024-08-11 16:11:37 +02:00
Pol Dellaiera
4b2abd87ac
Merge pull request #331366 from techknowlogick/bump-gitbutler
gitbutler: 0.12.7 -> 0.12.16
2024-08-11 01:10:25 +02:00
Vinny Meller
8e6de6fac2
git-spice: 0.3.1 -> 0.4.0 2024-08-09 21:21:34 -04:00
R. Ryantm
2b86917e7a gitu: 0.23.1 -> 0.24.0 2024-08-09 21:32:23 +00:00
Sandro
4f888cda7b
Merge pull request #333056 from 9999years/update-git-gr 2024-08-08 11:02:16 +02:00
Marcus Ramberg
a138aeb0e2
Merge pull request #332765 from phanirithvij/initial-contrib 2024-08-08 08:08:57 +02:00
Rebecca Turner
7e02d6002e
git-gr: 1.4.1 -> 1.4.2
Partial fix for https://github.com/NixOS/nixpkgs/issues/332957
2024-08-07 11:23:40 -07:00
phanirithvij
bbf1124513 gitcs: init at 1.2.0
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2024-08-07 20:35:08 +05:30
Peder Bergebakken Sundt
f6b526e16a
Merge pull request #331189 from vinnymeller/update-git-spice
git-spice: 0.3.0 -> 0.3.1
2024-08-07 01:42:38 +02:00
R. Ryantm
6aff78e8d1 gickup: 0.10.30 -> 0.10.31 2024-08-05 13:39:24 +00:00
Jairo Llopis
2ac5ea7729
git-autoshare: init at 1.0.0b6
@moduon MT-1075
2024-08-05 07:50:58 +01:00
Nick Cao
7b9bc8e2df
Merge pull request #331992 from r-ryantm/auto-update/gitlab-ci-local
gitlab-ci-local: 4.52.1 -> 4.52.2
2024-08-04 09:38:54 -04:00
Motiejus Jakštys
d97365e05e gitea.passthru.data-compressed: switch to compressDrvWeb 2024-08-04 10:10:16 +03:00
R. Ryantm
460b0d97e1 gitlab-ci-local: 4.52.1 -> 4.52.2 2024-08-03 13:50:53 +00:00
techknowlogick
801f5a3edd gitbutler: add techknowlogick as maintainer 2024-07-31 16:16:34 -04:00
techknowlogick
17cc8322a1 gitbutler: 0.12.7 -> 0.12.16 2024-07-31 16:06:01 -04:00
zimbatm
009f33ce92 gitlab-runner: move to by-name 2024-07-31 09:10:33 +02:00
zimbatm
66194de349 gifsicle: move to by-name 2024-07-31 09:10:32 +02:00
zimbatm
65a6b8edc6 git-codeowners: move to by-name 2024-07-31 09:10:31 +02:00
zimbatm
06e0eef0f7 gist: move to by-name 2024-07-31 09:10:29 +02:00
Vinny Meller
0bcd07eaf4
git-spice: 0.3.0 -> 0.3.1 2024-07-30 22:25:47 -04:00
R. Ryantm
bed7864b47 gitu: 0.23.0 -> 0.23.1 2024-07-28 20:05:34 +00:00
pinage404
ee93a3955d git-igitt: init at 0.1.18 2024-07-28 15:34:28 +02:00
Sandro
de59dc097a
Merge pull request #329556 from vinnymeller/init-git-spice 2024-07-27 00:37:21 +02:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
Vinny Meller
2678fe2aaf
git-spice: init at 0.3.0 2024-07-25 21:07:09 -04:00
Peder Bergebakken Sundt
ed4091d363
Merge pull request #328369 from flandweber/update-gittuf
gittuf: 0.5.1 -> 0.5.2
2024-07-22 03:57:07 +02:00
Finn Landweber
e83050bba7
gittuf: 0.5.1 -> 0.5.2 2024-07-19 09:20:38 +02:00
R. Ryantm
2dc47672f6 gitu: 0.22.1 -> 0.23.0 2024-07-19 02:22:39 +00:00
Sandro
8e4972d63f
Merge pull request #327705 from techknowlogick/fix-gitea-darwin
gitea: disable pamSupport on darwin
2024-07-18 09:40:35 +02:00
Aleksana
90cdc7bd6f
Merge pull request #327646 from Aleksanaa/git-backup
git-backup-go: init at 1.6.0; git-backup: remove
2024-07-18 13:23:56 +08:00
Peder Bergebakken Sundt
e6d2543a46
Merge pull request #326168 from andersrh/upgrade-github-desktop
github-desktop: 3.3.12 -> 3.4.2
2024-07-18 01:45:02 +02:00
techknowlogick
2802d73bee gitea: disable pamSupport on darwin 2024-07-17 15:04:22 -04:00
aleksana
13993c73c0 git-backup-go: init at 1.6.0 2024-07-17 00:07:53 +08:00
Marcus Ramberg
c986c615fa
Merge pull request #326274 from flandweber/gittuf-update 2024-07-15 17:16:55 +03:00
Finn Landweber
4c535b9c43
gittuf: 0.4.0 -> 0.5.1 2024-07-11 12:03:11 +02:00