R. RyanTM
1b3b781ea0
keepalived: 2.2.1 -> 2.2.2
2021-03-11 18:00:46 +00:00
R. RyanTM
444c2b9f5f
keepalived: 2.1.5 -> 2.2.1
2021-01-19 21:11:23 +00:00
Ben Siraphob
76f93cc731
pkgs/tools: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08: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
R. RyanTM
e6e6578623
keepalived: 2.1.3 -> 2.1.5
2020-11-02 16:13:59 +00:00
R. RyanTM
0f099965bb
keepalived: 2.0.20 -> 2.1.3
2020-09-06 22:05:07 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
3316b8fe5d
keepalived: 2.0.19 -> 2.0.20
2020-01-27 03:01:16 +00:00
Jörg Thalheim
aadfcc0900
nixos/keepalived: add test
2019-12-22 08:52:56 +00:00
Jörg Thalheim
725f85e271
net-snmp: rename from net_snmp
2019-12-21 22:56:08 +00:00
Jörg Thalheim
2ce0f06a7c
keepalived: 1.4.5 -> 2.0.19
2019-12-21 22:56:03 +00:00
Robert Scott
03d6145cb0
keepalived: add patch for CVE-2018-19115
2019-10-29 22:56:51 +00:00
Robert Scott
5e8eaa6769
keepalived: 1.4.2 -> 1.4.5
2019-10-29 22:56:34 +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
Matthew Bauer
290a5d916e
treewide: update homepages to https where available
...
Based on "problems" from repology:
https://repology.org/repository/nix_unstable/problems
Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
...
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Jörg Thalheim
0eef302475
keepalived: 1.4.1 -> 1.4.2
2018-02-27 17:57:13 +00:00
Marius Bergmann
448fdc221c
keepalived: 1.3.6 -> 1.4.1
2018-02-06 08:37:00 +01:00
Marius Bergmann
1e9606adb7
keepalived: 1.3.5 -> 1.3.6
2017-08-15 14:50:31 +02:00
Marius Bergmann
427d33bfaa
keepalived: 1.3.4 -> 1.3.5
2017-03-24 00:28:43 +01:00
Marius Bergmann
7bcb58ad71
keepalived: 1.3.2 -> 1.3.4
2017-02-19 19:50:21 +01:00
Marius Bergmann
4ebfc19335
keepalived: 1.2.19 -> 1.3.2
2017-02-15 13:05:16 +01:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Tuomas Tynkkynen
603dcd6263
treewide: Make explicit that 'dev' output of libnl is used
2016-05-19 10:00:43 +02:00
William A. Kennington III
85639b94c4
keepalived: 1.2.18 -> 1.2.19
2015-09-18 14:52:51 -07:00
William A. Kennington III
83895f4901
keepalived: 1.2.17 -> 1.2.18
2015-06-30 13:11:18 -07:00
William A. Kennington III
90d041b4b5
keepalived: Fix ip release
2015-06-27 23:19:05 -07:00
William A. Kennington III
3ea1c5bc0c
keepalived: Add libnl support
2015-06-27 19:59:52 -07:00
William A. Kennington III
511fc648b5
keepalived: Add derivation
2015-06-27 14:33:29 -07:00