Commit Graph

49 Commits

Author SHA1 Message Date
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
Patrick Steinhardt
4ac65f5399 fetchmail: add meta.mainProgram 2024-06-04 17:37:38 +02:00
R. Ryantm
528fde34d4 fetchmail: 6.4.37 -> 6.4.38 2024-02-01 04:12:28 +00:00
R. Ryantm
fbaaa34c7a fetchmail: 6.4.36 -> 6.4.37 2023-03-05 21:02:01 +00:00
R. Ryantm
fff150e3c1 fetchmail: 6.4.35 -> 6.4.36 2023-02-04 02:55:00 +00:00
R. Ryantm
25ecfe1069 fetchmail: 6.4.34 -> 6.4.35 2023-01-14 06:17:56 +00:00
Wout Mertens
4098773fd7
Merge pull request #195861 from wmertens/fetchmail
fetchmail: add v7 and fix fetchmailconf
2022-10-18 00:49:34 +02:00
Wout Mertens
d57555845e fetchmail: add v7 and fix fetchmalconf 2022-10-18 00:28:37 +02:00
R. Ryantm
01e7ccf2c0 fetchmail: 6.4.33 -> 6.4.34 2022-10-17 10:24:06 +00:00
R. Ryantm
780c40b619 fetchmail: 6.4.32 -> 6.4.33 2022-08-28 10:11:51 +00:00
R. Ryantm
4e817e1d1a fetchmail: 6.4.30 -> 6.4.32 2022-08-13 17:16:22 +00:00
R. Ryantm
5441560049 fetchmail: 6.4.27 -> 6.4.30 2022-05-25 15:01:57 -07:00
R. Ryantm
70c67dcde2 fetchmail: 6.4.25 -> 6.4.27 2022-02-12 21:12:43 -08:00
R. Ryantm
920f4ee091 fetchmail: 6.4.24 -> 6.4.25 2021-12-31 07:56:35 +00:00
R. Ryantm
aff7a60e93 fetchmail: 6.4.22 -> 6.4.24 2021-12-11 05:26:33 +00:00
Peter Simons
476635afe1 Drop myself from meta.maintainers for most packages.
I'd like to reduce the number of Github notifications and
review requests I receive.
2021-10-14 11:01:27 +02:00
Thomas Gerbet
34c98d248e fetchmail: 6.4.21 -> 6.4.22
Fixes CVE-2021-39272.
2021-10-09 17:32:23 +02:00
Sandro Jäckel
cb2d6f5b4a
fetchmail: cleanup 2021-08-10 10:48:12 +02:00
R. RyanTM
1d8b058fa0 fetchmail: 6.4.20 -> 6.4.21 2021-08-10 04:00:28 +00:00
Martin Weinelt
975a9d2e4b
fetchmail: 6.4.16 -> 6.4.20
Fixes: CVE-2021-36386
2021-07-28 23:59:02 +02:00
R. RyanTM
7c035b9fb5 fetchmail: 6.4.15 -> 6.4.16 2021-02-10 04:33:00 +00:00
R. RyanTM
bc87d55b5a fetchmail: 6.4.14 -> 6.4.15 2021-01-22 00:07:13 +00:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
R. RyanTM
de2188fc1c fetchmail: 6.4.13 -> 6.4.14 2020-11-27 19:12:23 +00:00
R. RyanTM
468d013043 fetchmail: 6.4.12 -> 6.4.13 2020-11-01 15:13:17 -08:00
R. RyanTM
9be69c5cc4 fetchmail: 6.4.8 -> 6.4.12 2020-09-23 01:20:28 +00:00
R. RyanTM
e81b819752 fetchmail: 6.4.6 -> 6.4.8 2020-07-03 10:22:05 +00:00
R. RyanTM
9ca7281093 fetchmail: 6.4.5 -> 6.4.6 2020-06-09 16:23:35 +00:00
R. RyanTM
5b4607a92d fetchmail: 6.4.4 -> 6.4.5 2020-05-21 11:34:18 +00:00
R. RyanTM
c58ad04ff0 fetchmail: 6.4.3 -> 6.4.4 2020-05-05 00:53:47 +00:00
R. RyanTM
2058a22a4c fetchmail: 6.4.2 -> 6.4.3 2020-04-09 15:09:08 +00:00
Peter Simons
85befe90b0 fetchmail: update from version 6.3.26 to 6.4.2
The new version supports OpenSSL 1.x. Should be back-ported to
release-20.03.

See https://sourceforge.net/projects/fetchmail/files/branch_6.4/
for the changelog.
2020-03-04 17:07:45 +01:00
c0bw3b
9367367dfd Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs
as reported by Repology
2019-11-16 01:41:23 +01:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Vladimír Čunát
00df25ee57
Merge branch 'master' into staging-next
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Pascal Wittmann
2348623b95
fetchmail: add license
see issue #43716
2018-08-05 16:39:08 +02:00
John Ericson
db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02: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
2a73de6e6c treewide: Make explicit that 'dev' output of openssl is used 2016-05-19 10:02:23 +02:00
Peter Simons
8e462995ba Bring my stdenv.lib.maintainers user name in line with my github nick. 2016-05-16 22:49:55 +02:00
Vladimír Čunát
8e9ead8656 berlios.de probably shut down, replace it
The shutdown was announced years ago, only now it stopped working.
2014-05-18 13:30:27 +02:00
Peter Simons
7148f50ef3 fetchmail: update to version 6.3.26 2014-01-13 17:05:45 +01:00
Eelco Dolstra
5553546c21 Remove a bunch of unreferenced files
Plus a small number of obsolete packages (like old versions of qemu).
2012-11-29 13:43:37 +01:00
Peter Simons
356928aad9 fetchmail: updated to version 6.3.20
svn path=/nixpkgs/trunk/; revision=27822
2011-07-18 14:06:35 +00:00
Tobias Hammerschmidt
1ca69f74e5 svn path=/nixpkgs/trunk/; revision=10828 2008-02-22 10:12:01 +00:00
Tobias Hammerschmidt
b567be7836 Added SSL support to fetchmail, maybe its better to add an argument withSSL?
svn path=/nixpkgs/trunk/; revision=10827
2008-02-22 10:09:54 +00:00
Yury G. Kudryashov
81aac8d84d meta.homepage added to several packages
svn path=/nixpkgs/trunk/; revision=10417
2008-01-30 19:49:42 +00:00
Marc Weber
9b6d60f961 svn path=/nixpkgs/trunk/; revision=9250 2007-09-04 13:26:33 +00:00