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
Thomas Gerbet
6d0adb4dac
tinyproxy: 1.11.1 -> 1.11.2 ( #313449 )
...
Fixes CVE-2023-49606 and CVE-2023-40533.
https://github.com/tinyproxy/tinyproxy/releases/tag/1.11.2
Reporter advisories:
https://talosintelligence.com/vulnerability_reports/TALOS-2023-1889
https://talosintelligence.com/vulnerability_reports/TALOS-2023-1902
2024-05-22 13:17:58 +00:00
schnusch
7a0fffdfe9
tinyproxy: add meta.mainProgram
...
Fix the following warning when using services.tinyproxy:
trace: warning: getExe: Package "tinyproxy-1.11.1" does not have the
meta.mainProgram attribute. We'll assume that the main program has the same
name for now, but this behavior is deprecated, because it leads to surprising
errors when the assumption does not hold. If the package has a main program,
please set `meta.mainProgram` in its definition to make this warning go away.
Otherwise, if the package does not have a main program, or if you don't control
its definition, use getExe' to specify the name to the program, such as
lib.getExe' foo "bar".
2023-12-13 11:29:24 +01:00
Thomas
ae31454d41
nixosTests.tinyproxy: init
2023-05-11 09:52:43 +02:00
Robert Scott
32f4104b66
tinyproxy: add patch for CVE-2022-40468
2022-09-20 21:49:53 +01:00
Stanisław Pitucha
ea81c2f448
tinyproxy: mark not broken on darwin
2022-09-18 14:38:35 +10:00
R. Ryantm
a483b84600
tinyproxy: 1.11.0 -> 1.11.1
2022-07-31 03:34:40 +00:00
Rick van Schijndel
cd3c25616d
treewide: pkgs/tools: mark broken for darwin
...
All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
2022-05-29 10:56:04 +02:00
Alex Wied
684158897d
tinyproxy: 1.10.0 -> 1.11.0 ( #122757 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-19 09:42:04 +02:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
1000101
c597a7f869
formatting: fix missing leading whitespace
2020-06-07 17:29:08 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM
a2d959c35f
tinyproxy: 1.8.4 -> 1.10.0 ( #46171 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
tinyproxy
2018-09-12 22:42:44 +02:00
Carlos D'Agostino
a568eec08c
tinyproxy: add docbook_xsl and add nonet option to a2x
2018-08-02 23:35:29 +10:00
Carlos D
c431713f99
tinyproxy: init at 1.8.4
2018-08-02 18:36:57 +10:00