Commit Graph

16909 Commits

Author SHA1 Message Date
Cole Mickens
f84394025e megatools: v2017-10-26 -> v1.10.2 (#44597) 2018-08-07 23:10:38 +02:00
Jan Tojnar
c0bd2946da
networkmanagerapplet: 1.8.14 → 1.8.16
Closes: https://github.com/NixOS/nixpkgs/issues/44253
2018-08-07 20:01:13 +02:00
Michael Weiss
b9c047be3e scdoc: 1.3.4 -> 1.4.1 2018-08-07 19:43:48 +02:00
Patrick Hilhorst
90e1bccdaf silver-searcher: 2.1.0 -> 2.2.0 (#44613) 2018-08-07 16:06:49 +02:00
Jan Tojnar
8bd8c09f98
x11_ssh_askpass: clean up & add man page 2018-08-07 12:08:10 +02:00
Michael Weiss
1c14829a67 fwknop: 2.6.9 -> 2.6.10 2018-08-07 11:19:52 +02:00
Kévin Rauscher
a85d324503 duply: 1.9.2 -> 2.1 (#44596) 2018-08-07 11:08:49 +02:00
Robert Schütz
746aae0e55
Merge pull request #44571 from kalbasit/nixpkgs-update-mycli
mycli: 1.6.0 -> 1.17.0
2018-08-07 10:49:37 +02:00
Wael M. Nasreddine
e9cb147a37
mycli: 1.6.0 -> 1.17.0 2018-08-07 00:29:25 -07:00
adisbladis
6bf0d9f7ed
Merge pull request #44584 from Mic92/nix-review
nix-review: 0.3.0 -> 0.4.0
2018-08-07 14:22:53 +08:00
Silvan Mosberger
593fdd6933
Merge pull request #44585 from symphorien/osquery-platform
osquery: do not rebuild at each nixpkgs commit
2018-08-07 05:52:34 +02:00
Symphorien Gibol
a85fedab2e osquery: do not rebuild at each nixpkgs commit 2018-08-07 02:43:40 +02:00
Jörg Thalheim
5397f056ab nix-review: 0.3.0 -> 0.4.0
- add option to build pull request branch instead of merge.
2018-08-07 01:14:12 +01:00
xeji
bd758ed746
Merge pull request #44533 from Chiiruno/dev/bcachefs
linux_testing_bcachefs: 4.15.2018.04.14 -> 4.15.2018.08.03
2018-08-07 00:37:07 +02:00
WilliButz
354a477f0f nvtop: init at 0.2.2 2018-08-06 22:44:29 +02:00
Matthew Bauer
0590b3106b
Merge pull request #44520 from oxij/pkg/appimagekit
appimagekit: init at 20180727
2018-08-06 11:14:59 -04:00
Okina Matara
2d82b2625f bcachefs-tools: 2018-04-10 -> 2018-07-21 2018-08-06 08:58:12 -05:00
Yegor Timoshenko
0d7170cb85
Merge pull request #44459 from kirelagin/b2sum
b2sum: init at 20160619
2018-08-06 15:03:53 +03:00
Yegor Timoshenko
dbdbdaf1c6
b2sum: use fetchzip, clean up 2018-08-06 14:47:29 +03:00
Robert Schütz
c3b1a8178b duply: explicitly use python2 2018-08-06 09:36:55 +02:00
Robert Schütz
3b490c653c ddar: explicitly use python2 2018-08-06 09:28:20 +02:00
Silvan Mosberger
56ac23a19c
Merge pull request #44398 from dotlambda/blueman-python3
bluez: use python3
2018-08-05 23:50:39 +02:00
Silvan Mosberger
08c82ad24c
Merge pull request #44519 from oxij/pkg/biber-cleanup
biber: cleanup
2018-08-05 22:21:29 +02:00
Richard Marko
97ca78687a logrotate: make mailutils overridable (#44504) 2018-08-05 22:19:35 +02:00
Jan Malakhovski
1e3c993286 appimagekit: init at 20180727 2018-08-05 19:49:52 +00:00
Jan Malakhovski
66742ff495 biber: cleanup 2018-08-05 19:45:51 +00:00
Tim Steinbach
76a713bd29
sharutils: Patch CVE-2018-1000097 2018-08-05 14:42:15 -04:00
Vincent Bernat
bf1473f5e0 haproxy: use getaddrinfo() on Linux (#44489)
As per project's README:

> Recent systems can resolve IPv6 host names using getaddrinfo(). This
> primitive is not present in all libcs and does not work in all of
> them either. Support in glibc was broken before 2.3. Some embedded
> libs may not properly work either, thus, support is disabled by
> default, meaning that some host names which only resolve as IPv6
> addresses will not resolve and configs might emit an error during
> parsing. If you know that your OS libc has reliable support for
> getaddrinfo(), you can add USE_GETADDRINFO=1 on the make command
> line to enable it. This is the recommended option for most Linux
> distro packagers since it's working fine on all recent mainstream
> distros. It is automatically enabled on Solaris 8 and above, as it's
> known to work.

Without this option, it is not possible for HAProxy to solve IPv6-only
names. This option is enabled in Debian builds without any notable
adverse effect.
2018-08-05 18:17:27 +02:00
Silvan Mosberger
0aa19ba47a
Merge pull request #44450 from bignaux/squashfuse
squashfuse : unstable-2018-02-20 -> 0.1.103
2018-08-05 17:07:27 +02:00
Vincent Bernat
cc1d82196c haproxy: 1.8.9 -> 1.8.13 (#44487)
The patches previously applied have been included upstream. Upstream
changelog (only MAJOR/MEDIUM):

2018/07/30 : 1.8.13
    - BUG/MEDIUM: h2: don't accept new streams if conn_streams are still in excess
    - BUG/MEDIUM: h2: never leave pending data in the output buffer on close
    - BUG/MEDIUM: h2: make sure the last stream closes the connection after a timeout
    - BUG/MEDIUM: threads: Fix the exit condition of the thread barrier
    - BUG/MEDIUM: stream-int: don't immediately enable reading when the buffer was reportedly full
    - BUG/MEDIUM: stats: don't ask for more data as long as we're responding
    - BUG/MEDIUM: threads/sync: use sched_yield when available
    - BUG/MEDIUM: h2: prevent orphaned streams from blocking a connection forever
    - BUG/MEDIUM: threads: properly fix nbthreads == MAX_THREADS
    - BUG/MEDIUM: threads: unbreak "bind" referencing an incorrect thread number
    - MEDIUM: proxy_protocol: Convert IPs to v6 when protocols are mixed

2018/06/27 : 1.8.12
    - BUG/MAJOR: stick_table: Complete incomplete SEGV fix

2018/06/26 : 1.8.11
    - BUG/MAJOR: Stick-tables crash with segfault when the key is not in the stick-table

2018/06/22 : 1.8.10
    - BUG/MEDIUM: spoe: Flags are not encoded in network order
    - BUG/MEDIUM: contrib/mod_defender: Use network order to encode/decode flags
    - BUG/MEDIUM: contrib/modsecurity: Use network order to encode/decode flags
    - BUG/MEDIUM: cache: don't cache when an Authorization header is present
    - BUG/MEDIUM: dns: Delay the attempt to run a DNS resolution on check failure.
    - BUG/MEDIUM: fd: Only check update_mask against all_threads_mask.
    - BUG/MEDIUM: servers: Add srv_addr default placeholder to the state file
    - BUG/MEDIUM: lua/socket: Length required read doesn't work
    - BUG/MEDIUM: stick-tables: Decrement ref_cnt in table_* converters
    - BUG/MEDIUM: spoe: Return an error when the wrong ACK is received in sync mode
    - BUG/MEDIUM: lua/socket: wrong scheduling for sockets
    - BUG/MAJOR: lua: Dead lock with sockets
    - BUG/MEDIUM: lua/socket: Notification error
    - BUG/MEDIUM: lua/socket: Sheduling error on write: may dead-lock
    - BUG/MEDIUM: lua/socket: Buffer error, may segfault
    - MAJOR: spoe: upgrade the SPOP version to 2.0 and remove the support for 1.0
    - BUG/MEDIUM: threads: handle signal queue only in thread 0
    - BUG/MAJOR: map: fix a segfault when using http-request set-map
    - BUG/MAJOR: ssl: Random crash with cipherlist capture
    - BUG/MAJOR: ssl: OpenSSL context is stored in non-reserved memory slot
    - BUG/MEDIUM: fd: Don't modify the update_mask in fd_dodelete().
    - BUG/MEDIUM: threads: Use the sync point to check active jobs and exit
2018-08-05 16:48:22 +02:00
jpathy
8a9733361e ccid: 1.4.27 -> 1.4.29 (#44503)
Also update the non-existent homepage and download link.
2018-08-05 16:32:15 +02:00
Vladyslav M
9f9e5d4371 oxipng: 1.0.1 -> 2.1.0 (#44488) 2018-08-05 16:20:38 +02:00
Robert Schütz
ad377b4cba
svtplay-dl: use python3Packages 2018-08-05 10:39:44 +02:00
Robert Schütz
2215834789
simp_le: use python3Packages (#44476) 2018-08-05 01:17:38 +02:00
Jan Tojnar
544f1d471a
Merge pull request #44471 from worldofpeace/elementary-requesites
Various elementary necessaries
2018-08-05 00:49:47 +02:00
worldofpeace
5d95f474d8 scour: init at 0.37 2018-08-04 18:19:25 -04:00
Jesper
0254ae4e80 netdata: 1.9.0 -> 1.10.0 (#44472)
The web_access.patch would no longer apply.
It disabled a check that required the static files
for the web UI to be owned by the user the daemon runs as
(not root, so it doesn't work well with nix).

Besides updating netdata, this commit removes that patch,
changes the netdata service config to set the "web files owner/group"
option to "root" and adds a test that checks that the web UI is being served.

This allows the web files to be owned by root without patching.
2018-08-05 00:05:48 +02:00
xeji
8d184e14e4
Merge pull request #44469 from nyarly/simp_le_090
simp_le: 0.8.0 -> 0.9.0
2018-08-04 23:35:41 +02:00
Judson
fb26b73f11
simp_le: Restricting to platforms.linux 2018-08-04 14:21:19 -07:00
Vladyslav M
2ce2f721b8 ripgrep: 0.8.1 -> 0.9.0 (#44473) 2018-08-04 22:59:33 +02:00
Judson
7ab9e9b15b
(simp_le): (0.8.0 -> 0.9.0) 2018-08-04 12:56:55 -07:00
xeji
8fe5b457a4
Merge pull request #44455 from marsam/feature/update-rtorrent
libtorrent: 20161212 -> 0.13.7, rtorrent: 20161023 -> 0.9.7
2018-08-04 21:19:17 +02:00
Will Dietz
e103ad48ea f2fs-tools: 1.10.0 -> 1.11.0 (#43715) 2018-08-04 20:55:23 +02:00
Kirill Elagin
121c264c7b b2sum: Update to master 2018-08-04 18:54:22 +03:00
Bignaux Ronan
3f0decd822 squashfuse : unstable-2018-02-20 -> 0.1.103 2018-08-04 17:11:41 +02:00
Kirill Elagin
74732ec298
b2sum: init at 20160619 2018-08-04 17:59:20 +03:00
Mario Rodas
2d7e6b79dc rtorrent: 20161023 -> 0.9.7 2018-08-04 08:35:54 -05:00
Mario Rodas
b723af3174 libtorrent: 20161212 -> 0.13.7 2018-08-04 08:35:54 -05:00
Frederik Rietdijk
82f80f4cfa
Merge pull request #44420 from dotlambda/awslogs-python3
awslogs: use python3Packages
2018-08-04 11:42:12 +02:00
Jan Tojnar
cb4263a7a8
Merge pull request #44037 from flokli/fix-nm-applet-vpn
networkmanager: fix VPN activation through nm-applet
2018-08-04 02:17:27 +02:00