-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 951d3cc4b904
head repository: NixOS/nixpkgs-channels
compare: 7468501411c4
Commits on Jun 4, 2018
-
This fixes CVE-2018-10184 a potential remote denial of service in the http/2 module. The version bump also includes various other changes that are described in the changelog [1]: 2018/05/18 : 1.8.9 - BUG/MINOR: pattern: Add a missing HA_SPIN_INIT() in pat_ref_newid() - BUG/MAJOR: channel: Fix crash when trying to read from a closed socket - BUG/MINOR: log: t_idle (%Ti) is not set for some requests - BUG/MEDIUM: lua: Fix segmentation fault if a Lua task exits - MINOR: h2: detect presence of CONNECT and/or content-length - BUG/MEDIUM: h2: implement missing support for chunked encoded uploads - BUG/MINOR: lua/threads: Make lua's tasks sticky to the current thread - BUG/MINOR: config: disable http-reuse on TCP proxies - BUG/MINOR: checks: Fix check->health computation for flapping servers - BUG/MEDIUM: threads: Fix the sync point for more than 32 threads - BUG/MINOR: lua: Put tasks to sleep when waiting for data - DOC/MINOR: clean up LUA documentation re: servers & array/table. - BUG/MINOR: map: correctly track reference to the last ref_elt being dumped - BUG/MEDIUM: task: Don't free a task that is about to be run. - BUG/MINOR: lua: schedule socket task upon lua connect() - BUG/MINOR: lua: ensure large proxy IDs can be represented - BUG/MEDIUM: http: don't always abort transfers on CF_SHUTR - BUG/MEDIUM: pollers: Use a global list for fd shared between threads. - BUG/MEDIUM: ssl: properly protect SSL cert generation - BUG/MINOR: spoe: Mistake in error message about SPOE configuration 2018/04/19 : 1.8.8 - BUG/MEDIUM: threads: Fix the max/min calculation because of name clashes - BUG/MEDIUM: connection: Make sure we have a mux before calling detach(). - BUG/MINOR: http: Return an error in proxy mode when url2sa fails - BUG/MEDIUM: kqueue: When adding new events, provide an output to get errors. - BUG/MINOR: cli: Guard against NULL messages when using CLI_ST_PRINT_FREE - MINOR: cli: Ensure the CLI always outputs an error when it should - DOC: lua: update the links to the config and Lua API - BUG/CRITICAL: h2: fix incorrect frame length check 2018/04/07 : 1.8.7 - BUG/MAJOR: cache: always initialize newly created objects - MINOR: servers: Support alphanumeric characters for the server templates names 2018/04/05 : 1.8.6 - BUG/MINOR: lua: the function returns anything - BUG/MINOR: lua funtion hlua_socket_settimeout don't check negative values - BUILD/MINOR: fix build when USE_THREAD is not defined - MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown" - MINOR: cli: make "show fd" report the mux and mux_ctx pointers when available - BUILD/MINOR: cli: fix a build warning introduced by last commit - BUG/MINOR: hpack: fix harmless use of uninitialized value in hpack_dht_insert - CLEANUP: h2: rename misleading h2c_stream_close() to h2s_close() - MINOR: h2: provide and use h2s_detach() and h2s_free() - BUG/MAJOR: h2: remove orphaned streams from the send list before closing - MINOR: h2: always call h2s_detach() in h2_detach() - MINOR: h2: fuse h2s_detach() and h2s_free() into h2s_destroy() - BUG/MEDIUM: h2/threads: never release the task outside of the task handler - BUG/MEDIUM: h2: don't consider pending data on detach if connection is in error - BUILD/MINOR: threads: always export thread_sync_io_handler() - BUG/MEDIUM: h2: always add a stream to the send or fctl list when blocked - BUG/MINOR: checks: check the conn_stream's readiness and not the connection - BUG/MINOR: email-alert: Set the mailer port during alert initialization - BUG/MINOR: cache: fix "show cache" output - BUG/MINOR: fd: Don't clear the update_mask in fd_insert. - BUG/MAJOR: cache: fix random crashes caused by incorrect delete() on non-first blocks - BUG/MINOR: spoe: Initialize variables used during conf parsing before any check - BUG/MINOR: spoe: Don't release the context buffer in .check_timeouts callbaclk 2018/03/23 : 1.8.5 - BUG/MINOR: threads: fix missing thread lock labels for 1.8 - BUG/MEDIUM: ssl: Don't always treat SSL_ERROR_SYSCALL as unrecovarable. - BUG/MEDIUM: ssl: Shutdown the connection for reading on SSL_ERROR_SYSCALL - BUG/MINOR: init: Add missing brackets in the code parsing -sf/-st - BUG/MINOR: ssl/threads: Make management of the TLS ticket keys files thread-safe - BUG/MEDIUM: http: Switch the HTTP response in tunnel mode as earlier as possible - BUG/MEDIUM: ssl/sample: ssl_bc_* fetch keywords are broken. - DOC: lua: new prototype for function "register_action()" - DOC: cfgparse: Warn on option (tcp|http)log in backend - BUG/MINOR: debug/pools: properly handle out-of-memory when building with DEBUG_UAF - MINOR: debug/pools: make DEBUG_UAF also detect underflows - BUG/MINOR: h2: Set the target of dbuf_wait to h2c - MINOR: stats: display the number of threads in the statistics. - BUG/MEDIUM: h2: always consume any trailing data after end of output buffers - BUG/MEDIUM: buffer: Fix the wrapping case in bo_putblk - BUG/MEDIUM: buffer: Fix the wrapping case in bi_putblk - Revert "BUG/MINOR: send-proxy-v2: string size must include ('\0')" - MINOR: systemd: Add section for SystemD sandboxing to unit file - MINOR: systemd: Add SystemD's Protect*= options to the unit file - MINOR: systemd: Add SystemD's SystemCallFilter option to the unit file - MINOR/BUILD: fix Lua build on Mac OS X - BUILD/MINOR: fix Lua build on Mac OS X (again) - BUG/MINOR: session: Fix tcp-request session failure if handshake. - CLEANUP: .gitignore: Ignore binaries from the contrib directory - BUG/MINOR: unix: Don't mess up when removing the socket from the xfer_sock_list. - BUG/MEDIUM: h2: also arm the h2 timeout when sending - BUG/MINOR: cli: Fix a crash when passing a negative or too large value to "show fd" - CLEANUP: ssl: Remove a duplicated #include - CLEANUP: cli: Remove a leftover debug message - BUG/MINOR: cli: Fix a typo in the 'set rate-limit' usage - BUG/MEDIUM: fix a 100% cpu usage with cpu-map and nbthread/nbproc - BUG/MINOR: force-persist and ignore-persist only apply to backends - BUG/MEDIUM: spoe: Remove idle applets from idle list when HAProxy is stopping - BUG/MEDIUM: threads/unix: Fix a deadlock when a listener is temporarily disabled - BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management - BUG/MINOR: dns: don't downgrade DNS accepted payload size automatically - BUG/MINOR: seemless reload: Fix crash when an interface is specified. - BUG/MINOR: cli: Fix a crash when sending a command with too many arguments - BUILD: ssl: Fix build with OpenSSL without NPN capability - BUG/MINOR: spoa-example: unexpected behavior for more than 127 args - BUG/MINOR: lua: return bad error messages - BUG/MEDIUM: tcp-check: single connect rule can't detect DOWN servers - BUG/MINOR: tcp-check: use the server's service port as a fallback - BUG/MEDIUM: threads/queue: wake up other threads upon dequeue - MINOR: log: stop emitting alerts when it's not possible to write on the socket - BUILD/BUG: enable -fno-strict-overflow by default - DOC: log: more than 2 log servers are allowed - DOC: don't suggest using http-server-close - BUG/MEDIUM: h2: properly account for DATA padding in flow control - BUG/MINOR: h2: ensure we can never send an RST_STREAM in response to an RST_STREAM - BUG/MINOR: listener: Don't decrease actconn twice when a new session is rejected [1] https://www.haproxy.org/download/1.8/src/CHANGELOG
Configuration menu - View commit details
-
Copy full SHA for 6d03390 - Browse repository at this point
Copy the full SHA 6d03390View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea8b37c - Browse repository at this point
Copy the full SHA ea8b37cView commit details
Commits on Jun 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9114b47 - Browse repository at this point
Copy the full SHA 9114b47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 853fb45 - Browse repository at this point
Copy the full SHA 853fb45View commit details -
Configuration menu - View commit details
-
Copy full SHA for c066d9d - Browse repository at this point
Copy the full SHA c066d9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a6ca6 - Browse repository at this point
Copy the full SHA 29a6ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e0100b - Browse repository at this point
Copy the full SHA 8e0100bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7795ce - Browse repository at this point
Copy the full SHA e7795ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb5d4c1 - Browse repository at this point
Copy the full SHA cb5d4c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69ac6be - Browse repository at this point
Copy the full SHA 69ac6beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 535a8b0 - Browse repository at this point
Copy the full SHA 535a8b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 733d885 - Browse repository at this point
Copy the full SHA 733d885View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94445ed - Browse repository at this point
Copy the full SHA 94445edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98e8e95 - Browse repository at this point
Copy the full SHA 98e8e95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10d70a2 - Browse repository at this point
Copy the full SHA 10d70a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4fa4c4 - Browse repository at this point
Copy the full SHA a4fa4c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e851f9 - Browse repository at this point
Copy the full SHA 2e851f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07d4082 - Browse repository at this point
Copy the full SHA 07d4082View commit details
Commits on Jun 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for feb8015 - Browse repository at this point
Copy the full SHA feb8015View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce40a23 - Browse repository at this point
Copy the full SHA ce40a23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 961f1fc - Browse repository at this point
Copy the full SHA 961f1fcView commit details
Commits on Jun 8, 2018
-
volth committed
Jun 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 22a74ad - Browse repository at this point
Copy the full SHA 22a74adView commit details -
Configuration menu - View commit details
-
Copy full SHA for e179003 - Browse repository at this point
Copy the full SHA e179003View commit details -
Merge pull request #41679 from volth/libvirt-4.4.0
libvirt: 4.1.0 -> 4.4.0
Configuration menu - View commit details
-
Copy full SHA for 5e89ea7 - Browse repository at this point
Copy the full SHA 5e89ea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c9c4c0 - Browse repository at this point
Copy the full SHA 4c9c4c0View commit details -
haskellPackages.hnix: dont jailbreak
The jailbreak itself produces a broken cabal file, and with the current haskellPackages hnix builds just fine.
Configuration menu - View commit details
-
Copy full SHA for 91fe664 - Browse repository at this point
Copy the full SHA 91fe664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0decee4 - Browse repository at this point
Copy the full SHA 0decee4View commit details -
perlPackages.DBDSQLite: 1.55_07 -> 1.58 (please ignore it)
volth authoredJun 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 208a3ff - Browse repository at this point
Copy the full SHA 208a3ffView commit details -
Merge pull request #41725 from volth/patch-146
perlPackages.DBDSQLite: 1.55_07 -> 1.58
Configuration menu - View commit details
-
Copy full SHA for 4ba6514 - Browse repository at this point
Copy the full SHA 4ba6514View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xpra/versions. These checks were done: - built on NixOS - /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/xpra passed the binary check. - Warning: no invocation of /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/xpra_Xdummy had a zero exit code or showed the expected version - /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/xpra_udev_product_version passed the binary check. - Warning: no invocation of /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/.xpra_browser-wrapped had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/xpra_browser had a zero exit code or showed the expected version - /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/.xpra_launcher-wrapped passed the binary check. - /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/xpra_launcher passed the binary check. - Warning: no invocation of /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/.xpra_signal_listener-wrapped had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/xpra_signal_listener had a zero exit code or showed the expected version - /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/..xpra-wrapped-wrapped passed the binary check. - /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/.xpra-wrapped passed the binary check. - 6 of 11 passed binary check by having a zero exit code. - 0 of 11 passed binary check by having the new version present in output. - found 2.3.1 with grep in /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1 - directory tree listing: https://gist.github.com/7606ce6a89a1f8d80289d7e80071283f - du listing: https://gist.github.com/02108b6781cb898bec5d8a6033508e03
Configuration menu - View commit details
-
Copy full SHA for a408378 - Browse repository at this point
Copy the full SHA a408378View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/urh/versions. These checks were done: - built on NixOS - /nix/store/mn4bz8dm9vgkskyw0r4xnhfgwvz1vx1i-urh-2.1.0/bin/.urh-wrapped passed the binary check. - /nix/store/mn4bz8dm9vgkskyw0r4xnhfgwvz1vx1i-urh-2.1.0/bin/urh passed the binary check. - /nix/store/mn4bz8dm9vgkskyw0r4xnhfgwvz1vx1i-urh-2.1.0/bin/.urh_cli-wrapped passed the binary check. - /nix/store/mn4bz8dm9vgkskyw0r4xnhfgwvz1vx1i-urh-2.1.0/bin/urh_cli passed the binary check. - 4 of 4 passed binary check by having a zero exit code. - 2 of 4 passed binary check by having the new version present in output. - found 2.1.0 with grep in /nix/store/mn4bz8dm9vgkskyw0r4xnhfgwvz1vx1i-urh-2.1.0 - directory tree listing: https://gist.github.com/a3d9fe3fa0702e0f4b952663ee34adbb - du listing: https://gist.github.com/d28e0203aeb3c009339b4497256f911a
Configuration menu - View commit details
-
Copy full SHA for 3c04985 - Browse repository at this point
Copy the full SHA 3c04985View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20f6c5c - Browse repository at this point
Copy the full SHA 20f6c5cView commit details -
nixos/sslh: add transparent proxying support (#41412)
[x] Support transparent proxying. This means services behind sslh (Apache, sshd and so on) will see the external IP and ports as if the external world connected directly to them. [x] Run sslh daemon as unprivileged user instead of root (it is not only for security, transparent proxying requires it) [x] Removed pidFile support (it is not compatible with running sslh daemon as unprivileged user) [x] listenAddress default changed from "config.networking.hostName" (which resolves to meaningless "127.0.0.1" as with current /etc/hosts production) to "0.0.0.0" (all addresses)
Configuration menu - View commit details
-
Copy full SHA for 2874e56 - Browse repository at this point
Copy the full SHA 2874e56View commit details -
qsampler: 0.5.0 -> 0.5.1 (#41526)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qsampler/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/wjb056clfsdy4z4f31nnr5jsm97lkrd3-qsampler-0.5.1/bin/qsampler had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.5.1 with grep in /nix/store/wjb056clfsdy4z4f31nnr5jsm97lkrd3-qsampler-0.5.1 - directory tree listing: https://gist.github.com/bb864f141bbd7bd8f3d6ced7d86fbac5 - du listing: https://gist.github.com/bdce0e9f2ef4b38440f76509b4012a26
Configuration menu - View commit details
-
Copy full SHA for 6979ed8 - Browse repository at this point
Copy the full SHA 6979ed8View commit details -
mopidy-iris: 3.18.0 -> 3.20.0 (#41534)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/Mopidy-Iris/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 3.20.0 with grep in /nix/store/0v9g0y8ik2ywqz9yn4znad73la2g0545-Mopidy-Iris-3.20.0 - directory tree listing: https://gist.github.com/5b11f78cc0e1e8f1665c9951f6b1b9d0 - du listing: https://gist.github.com/7bd8ef1ac69ff6560db53865c6a9e322
Configuration menu - View commit details
-
Copy full SHA for f67f46c - Browse repository at this point
Copy the full SHA f67f46cView commit details -
altcoins.parity-ui: 0.2.1 -> 0.2.5 (#41533)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/parity-ui/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/2aph1kzcjppfld8ynp0ks7r4w6ghh1ir-parity-ui-0.2.5/bin/parity-ui had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.2.5 with grep in /nix/store/2aph1kzcjppfld8ynp0ks7r4w6ghh1ir-parity-ui-0.2.5 - directory tree listing: https://gist.github.com/c69e2d05d926decf9c0435e7ed94fab9 - du listing: https://gist.github.com/8a81380e0a3c16f2804599e811b3c336
Configuration menu - View commit details
-
Copy full SHA for 2c3575d - Browse repository at this point
Copy the full SHA 2c3575dView commit details -
powerstat: 0.02.16 -> 0.02.17 (#41531)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/powerstat/versions. These checks were done: - built on NixOS - /nix/store/1q7hifi7jvv22y20h3rgp268k1p52cph-powerstat-0.02.17/bin/powerstat passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.02.17 with grep in /nix/store/1q7hifi7jvv22y20h3rgp268k1p52cph-powerstat-0.02.17 - directory tree listing: https://gist.github.com/899a2e562dda36e64002479fff344183 - du listing: https://gist.github.com/5ede1bb4a0659e6dbfdb8882dc2efa39
Configuration menu - View commit details
-
Copy full SHA for 7085bc9 - Browse repository at this point
Copy the full SHA 7085bc9View commit details -
pstoedit: 3.71 -> 3.73 (#41528)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pstoedit/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/m0nhahi727p7jwnxysk68svbyxv17k8m-pstoedit-3.73/bin/pstoedit had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 3.73 with grep in /nix/store/m0nhahi727p7jwnxysk68svbyxv17k8m-pstoedit-3.73 - directory tree listing: https://gist.github.com/4da3ca3d5e74c32b039a23ccafc88d68 - du listing: https://gist.github.com/66649e7e80a80f79059715f8158aff56
Configuration menu - View commit details
-
Copy full SHA for b22c1b7 - Browse repository at this point
Copy the full SHA b22c1b7View commit details -
nixos/munge: run munge as user munge instead of root. (#41509)
* Added a note in release notes (incompatibilities) * Adapt slurm test * Change user to munge in service.munge
Configuration menu - View commit details
-
Copy full SHA for 96af022 - Browse repository at this point
Copy the full SHA 96af022View commit details -
mate.mate-themes: 3.22.16 -> 3.22.17 (#41541)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mate-themes/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 3.22.17 with grep in /nix/store/vnrs1vjrq1jjqff5872k2vyqnf5bj5iw-mate-themes-3.22.17 - directory tree listing: https://gist.github.com/7496d09132d21dac1574730a34586a9d - du listing: https://gist.github.com/fae90128247da010e9abf4c845ceb824
Configuration menu - View commit details
-
Copy full SHA for 0c101bf - Browse repository at this point
Copy the full SHA 0c101bfView commit details -
mate.mate-applets: 1.20.1 -> 1.20.2 (#41546)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mate-applets/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/ll379k2bj134fdja5l40wl49d1zzyj5v-mate-applets-1.20.2/bin/mate-cpufreq-selector had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/ll379k2bj134fdja5l40wl49d1zzyj5v-mate-applets-1.20.2/bin/.mate-cpufreq-selector-wrapped had a zero exit code or showed the expected version - 0 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 1.20.2 with grep in /nix/store/ll379k2bj134fdja5l40wl49d1zzyj5v-mate-applets-1.20.2 - directory tree listing: https://gist.github.com/8917b9a2989aa781cfe8f2a3b86c8821 - du listing: https://gist.github.com/867b59527b5cda0652968142a6f9ef54
Configuration menu - View commit details
-
Copy full SHA for a5950ab - Browse repository at this point
Copy the full SHA a5950abView commit details -
libpqxx: 6.2.3 -> 6.2.4 (#41547)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libpqxx/versions. These checks were done: - built on NixOS - /nix/store/d309iqn144gbq4g5dd2w2jnbqdi4ywrz-libpqxx-6.2.4/bin/pqxx-config passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 6.2.4 with grep in /nix/store/d309iqn144gbq4g5dd2w2jnbqdi4ywrz-libpqxx-6.2.4 - directory tree listing: https://gist.github.com/9ba0b82a0fae29ca1da4ffd51bf8c2e2 - du listing: https://gist.github.com/eb156369be72c9249ae90e6536eb3537
Configuration menu - View commit details
-
Copy full SHA for 51ea9fe - Browse repository at this point
Copy the full SHA 51ea9feView commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ne/versions. These checks were done: - built on NixOS - /nix/store/3fg6chzj3d06c3vgdg6nm31s8wh0rcy7-ne-3.1.1/bin/ne passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 3.1.1 with grep in /nix/store/3fg6chzj3d06c3vgdg6nm31s8wh0rcy7-ne-3.1.1 - directory tree listing: https://gist.github.com/42510d37e15dd038fe5cb41d40afdd1b - du listing: https://gist.github.com/bc434bb32e50be446738c27c6e76a14e
Configuration menu - View commit details
-
Copy full SHA for ff4aeb7 - Browse repository at this point
Copy the full SHA ff4aeb7View commit details -
focuswriter: 1.6.12 -> 1.6.13 (#41567)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/focuswriter/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/rj9lzdc106vkfwgw7f055ki4avyjzxg2-focuswriter-1.6.13/bin/focuswriter had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 1.6.13 with grep in /nix/store/rj9lzdc106vkfwgw7f055ki4avyjzxg2-focuswriter-1.6.13 - directory tree listing: https://gist.github.com/db4b900533de6fbcd9a1a49a687360bb - du listing: https://gist.github.com/4a9ea745f0fc337735be9262721a0a12
Configuration menu - View commit details
-
Copy full SHA for 7193d86 - Browse repository at this point
Copy the full SHA 7193d86View commit details -
Merge pull request #41625 from etu/php-codesniffer-updates
phpPackages.phpc(s|bf): 3.2.3 -> 3.3.0
Configuration menu - View commit details
-
Copy full SHA for fc643ef - Browse repository at this point
Copy the full SHA fc643efView commit details -
Merge pull request #41591 from vbgl/opaline
ocamlPackages: use opaline instead of opam-installer
Configuration menu - View commit details
-
Copy full SHA for af5b858 - Browse repository at this point
Copy the full SHA af5b858View commit details -
Configuration menu - View commit details
-
Copy full SHA for 500f1a9 - Browse repository at this point
Copy the full SHA 500f1a9View commit details
Commits on Jun 9, 2018
-
nixos/memcached: added simple set/get test
The test ensures that the services comes up and accepts/provides values.
Configuration menu - View commit details
-
Copy full SHA for 1305752 - Browse repository at this point
Copy the full SHA 1305752View commit details -
Configuration menu - View commit details
-
Copy full SHA for deb6c6e - Browse repository at this point
Copy the full SHA deb6c6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bcbd22 - Browse repository at this point
Copy the full SHA 6bcbd22View commit details
There are no files selected for viewing