1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs
aszlig b0f9e47271
ip2unix: 1.2.0 -> 2.0.0
New upstream features:

  - New ignore rule option, which prevents conversion to Unix socket.
  - A way to increase the verbosity via the -v command line argument.
  - Reams of log messages in addition to the FATAL errors we had so far.
  - Use Syslog format for logging if stderr is a socket.
  - Set FD_CLOEXEC on systemd socket file descriptors as soon as they're
    associated.

Upstream fixes:

  - Use right endian conversion functions in port matching.
  - Pass is_unix to child socket on accept to prevent accidentally
    replacing an already converted Unix socket by a new Unix socket. The
    latter would be a socket that's not accepted, which would eventually
    lead to an error.
  - Correctly handle setsockopts used with other levels than SOL_SOCKET.

Upstream changes:

  - Improve wording and add more descriptions in README and manpage.
  - The implementation for fetching systemd sockets now no longer uses
    libsystemd, thus the build-time dependency is no longer required.
  - New serialiser for passing rules to the preloaded library in a more
    compact form instead of using YAML, so it's less likely that we'll
    hit the maximum stack size.
  - Systemd sockets are now associated during rule initialisation and
    thus behave more predictable in complex setups.

On our side, the dependency on systemd is only needed for running the
tests, as it uses the systemd-socket-activate helper. Socket association
is now done by ip2unix directly and doesn't rely on libsystemd anymore.

Built and tested on i686-linux and x86_64-linux.

Signed-off-by: aszlig <aszlig@nix.build>
2018-12-26 19:36:49 +01:00
..
applications Merge pull request #52761 from vdemeester/update-minishift 2018-12-26 17:42:31 +01:00
build-support treewide: Fix broken Gmane URLs 2018-12-25 22:34:55 -05:00
common-updater
data
desktops terminology: 1.3.0 -> 1.3.2 2018-12-26 11:22:07 +01:00
development gtest: fix includedir in cmake config files 2018-12-26 19:00:49 +01:00
games Merge pull request #52640 from freepotion/boohu-0.11.1-to-0.12 2018-12-24 23:44:33 +01:00
misc Merge pull request #50596 from svanderburg/mobile-updates 2018-12-24 15:52:33 +01:00
os-specific linuxPackages.ena: 1.5.2 -> 2.0.2 2018-12-26 11:03:10 +00:00
servers Merge pull request #52923 from r-ryantm/auto-update/bind 2018-12-26 18:12:57 +01:00
shells grml-zsh-config: 0.15.1 -> 0.15.2 2018-12-26 11:23:03 +01:00
stdenv
test
tools ip2unix: 1.2.0 -> 2.0.0 2018-12-26 19:36:49 +01:00
top-level haskellPackages: update default package set to ghc-8.6.3 (LTS 13.x) 2018-12-26 13:46:12 +01:00