Commit Graph

76 Commits

Author SHA1 Message Date
Sergei Trofimovich
a0329b88ae libmicrohttpd: 1.0.2 -> 1.0.5 2026-04-25 10:15:34 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Wolfgang Walther
91a8fee3aa treewide: remove redundant parentheses
Auto-fixed by nixf-diagnose.
2025-10-05 10:52:03 +02:00
Sergei Trofimovich
eb79e38026 libmicrohttpd: enable parallel building 2025-07-23 21:30:10 +01:00
Sergei Trofimovich
68369330d5 libmicrohttpd: 1.0.1 -> 1.0.2 2025-07-23 21:28:45 +01:00
Silvan Mosberger
84d4f874c2 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev 78e9caf153
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:23:58 +01:00
Wolfgang Walther
31706d4a55 treewide: fix sed -ie and friends
GNU sed's man page has this to say about "-i":

  Because -i takes an optional argument, it should not be followed by
  other short options:
  [..]
  sed -iE '...' FILE
    This is equivalent to --in-place=E, creating FILEE as backup of FILE

This means all "-iX" did not have the intended effect X, so we can
instead remove them.
2024-11-17 18:24:54 +01:00
Jade Lovelace
5dfdb09561 tree-wide: remove eelco as maintainer from things he no longer maintains
While preparing this change, I read the git blame on all of the files I
touched. I saw a working lifetime of building this system which we use
every day and love dearly and keep maintained ourselves. I saw commits
from a 14 year range between 2003 to 2017!! I could not be more thankful
for Eelco's work on building large parts of the foundation of nixpkgs
that all of us rely on now.

However, the end date of that range of the files I looked at the blame
on was 2017. I did not see surviving code from any newer date than that.
Looking at the Git logs, Eelco has been working on other things, and
that's totally fine.

However, it means that our maintenance metadata is out of date on a lot
of packages, and *that*'s the reason I am submitting this change. There
are a lot of packages that don't have anyone with their name on them to
be pinged if they need attention, even if they have had recent activity
(although it is never clear if recent activity was just someone fixing
it because ZHF or because the package actually matters to them).
There are a lot of packages with storied history that maybe don't need
to be in the set anymore at all since they have not been touched in
years; or maybe they are simply finished.

Empty maintainer lists should be a sign that we need to figure out who
maintains it or potentially remove it if it has rotted, and allowing the
maintainer list to be empty if it is already not maintained is part of a
healthy repository ecology.

Either way, I would like to have the maintenance metadata not mislead
anyone into sending Eelco emails about packages he doesn't, in practice,
work on anymore. I have not removed his name from everything; there are
some things that he is the upstream for or has worked on more recently,
for instance, like Nix, which I have left alone.
2024-08-21 01:17:45 -07:00
Pol Dellaiera
7b144de215 Merge pull request #304061 from panicgh/libmicrohttpd
libmicrohttpd: init at 1.0.1
2024-07-19 08:33:54 +02:00
Anderson Torres
084dc9a4df treewide: remove vrthra from meta.maintainers [no orphans]
Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642

Inactive since at least 2017.
2024-07-07 12:18:57 -03:00
Nicolas Benes
1c942babfa libmicrohttpd: init at 1.0.1
https://git.gnunet.org/libmicrohttpd.git/tree/NEWS?h=v1.0.1
2024-04-14 17:44:52 +02:00
Nicolas Benes
640586d9d8 libmicrohttpd: remove unused old versions 2024-04-13 11:40:34 +02:00
Nicolas Benes
05ee64b27b libmicrohttpd: 0.9.74 -> 0.9.77
https://git.gnunet.org/libmicrohttpd.git/tree/ChangeLog?h=v0.9.77
2024-01-05 13:13:14 +01:00
Michael Hoang
a0529d1237 libmicrohttpd_0_9_74: init at 0.9.74 2023-11-14 12:45:11 +11:00
Martin Weinelt
e31ac7227e libmicrohttpd: Apply patch for CVE-2023-27371
https://lists.gnu.org/archive/html/libmicrohttpd/2023-02/msg00000.html
2023-03-26 14:54:27 +02:00
Yorick van Pelt
32f1678683 libmicrohttpd_0_9_70: drop 2022-10-10 08:13:25 +02:00
Yorick van Pelt
4902637cc2 libmicrohttpd_0_9_70: mark as insecure 2022-10-10 08:13:25 +02:00
Yorick van Pelt
fe2d699e41 libmicrohttpd_0_9_69: init at 0.9.69 2022-10-10 08:13:24 +02:00
Pavol Rusnak
a6ce00c50c treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
AndersonTorres
bc838c8686 libmicrohttpd: init at 0.9.72
Being conservative, I included a new version instead of overwriting.
2021-01-10 12:43:48 -03:00
Raghav Sood
55da29694c libmicrohttpd: support for multiple versions 2020-11-28 16:32:24 +00:00
R. RyanTM
a89e225550 libmicrohttpd: 0.9.70 -> 0.9.71 2020-07-31 08:37:44 +02:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
8e5d6824a9 libmicrohttpd: 0.9.69 -> 0.9.70 2020-02-16 08:59:00 +01:00
R. RyanTM
78dc3cfe43 libmicrohttpd: 0.9.68 -> 0.9.69 2019-12-30 16:20:07 +01:00
R. RyanTM
786c92e169 libmicrohttpd: 0.9.67 -> 0.9.68 2019-11-03 10:32:22 +01:00
R. RyanTM
94bbec2aa5 libmicrohttpd: 0.9.66 -> 0.9.67
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmicrohttpd/versions
2019-10-27 16:29:01 +01:00
R. RyanTM
98ac6058ed libmicrohttpd: 0.9.64 -> 0.9.66 (#65976)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmicrohttpd/versions
2019-08-31 23:20:46 -04: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
R. RyanTM
e62299f818 libmicrohttpd: 0.9.63 -> 0.9.64
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmicrohttpd/versions
2019-06-18 11:17:10 +02:00
R. RyanTM
6a43fe0173 libmicrohttpd: 0.9.62 -> 0.9.63
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmicrohttpd/versions
2019-04-16 19:08:51 +02:00
R. RyanTM
887e01c6d7 libmicrohttpd: 0.9.61 -> 0.9.62
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmicrohttpd/versions
2019-01-03 13:41:56 -05:00
Will Dietz
273ec1886a libmicrohttpd: 0.9.60 -> 0.9.61
err, changelog:
https://gnunet.org/git/libmicrohttpd.git/commit/?h=v0.9.61&id=a78bc73beb1c34421659258801569128b256f797
2018-12-07 21:29:55 -06:00
c0bw3b
0498ccd076 Treewide: use HTTPS on GNU domains
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
R. RyanTM
a94dfe9204 libmicrohttpd: 0.9.59 -> 0.9.60
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmicrohttpd/versions
2018-11-09 12:38:24 -08:00
Matthew Bauer
ed2a9cf65f treewide: remove libintl hacks 2018-03-22 16:50:11 -05:00
Ryan Mulligan
728e119bd3 libmicrohttpd: 0.9.58 -> 0.9.59
Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.9.59 with grep in /nix/store/vrgb5pfvbcn7f3c6gn4smc5w0xjmb6ss-libmicrohttpd-0.9.59
- found 0.9.59 in filename of file in /nix/store/vrgb5pfvbcn7f3c6gn4smc5w0xjmb6ss-libmicrohttpd-0.9.59

cc "@eelco @vrthra @fpletz"
2018-02-26 20:49:14 -08:00
Lancelot SIX
97372a7bd3 libmicrohttpd: 0.9.57 -> 0.9.58
This is a bugfix release.
See https://lists.gnu.org/archive/html/info-gnu/2017-12/msg00005.html
for release information.
2017-12-07 22:58:57 +01:00
Lancelot SIX
858ed1fc30 libmicrohttpd: 0.9.55 -> 0.9.57
See http://lists.gnu.org/archive/html/info-gnu/2017-11/msg00011.html
for release information
2017-11-29 11:30:51 +01:00
Orivej Desh
fda26c8476 Merge branch 'master' into staging
* master: (271 commits)
  pysmbc: clarify license
  pysmbc: fix license
  bazel: 0.5.4 -> 0.6.0 (#29990)
  googler: init at 3.3
  go: declare support for aarch64
  firefox-beta-bin: 56.0b5 -> 57.0b4
  spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
  gogs: 0.11.19 -> 0.11.29
  grafana: 4.5.1 -> 4.5.2
  mopidy-iris: 3.4.1 -> 3.4.9
  nextcloud: 12.0.2 -> 12.0.3
  haskell-json-autotype: jailbreak to fix build within LTS 9.x
  kore: fix up
  kore: init at 2.0.0
  glusterfs service: fix issues with useRpcbind
  tig: 2.2.2 -> 2.3.0
  haskell-hspec-core: enable test suite again
  hackage-packages.nix: automatic Haskell package set update
  librsvg: fix thumbnailer path
  awscli: 1.11.108 -> 1.11.162
  ...
2017-10-02 00:22:12 +00:00
volth
547dba10c0 libmicrohttpd: fix darwin build 2017-09-27 13:37:22 +00:00
John Ericson
531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Franz Pletz
5e2df7039d libmicrohttpd: 0.9.53 -> 0.9.55 2017-06-22 01:34:18 +02:00
Armijn Hemel
24d900d757 libmicrohttpd: 0.9.52 -> 0.9.53 2017-04-30 20:22:10 +02:00
Franz Pletz
608c167f95 libmicrohttpd: 0.9.50 -> 0.9.52 2017-01-22 13:00:59 +01:00
Eelco Dolstra
8c27103d32 libmicrohttpd: Move out info docs
Putting the micro back in libmicrohttpd.
2016-09-05 13:45:59 +02:00
Eelco Dolstra
8172cd734c docdev -> devdoc
It's "developer documentation", not "documentation developer" after
all.
2016-09-01 11:07:23 +02:00
Tuomas Tynkkynen
a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00