Commit graph

112425 commits

Author SHA1 Message Date
Nathan Owens 49ee255122 ettercap: revbump against libnet 2019-10-31 08:30:43 +01:00
Nathan Owens ee1beb7acb yersinia: revbump against libnet 2019-10-31 08:30:43 +01:00
Nathan Owens 66cec10dfa nemesis: revbump against libnet 2019-10-31 08:30:43 +01:00
Nathan Owens 76a89206b4 tcpreplay: revbump against libnet 2019-10-31 08:30:43 +01:00
Nathan Owens 83e9504ffe libssh: update to 0.9.1 2019-10-31 08:29:47 +01:00
Nathan Owens 6a164f0715 libxmlb-devel: update to 0.1.13 2019-10-31 08:29:24 +01:00
Nathan Owens c9aa90ddcc librsync: update to 2.2.1 2019-10-31 08:29:05 +01:00
Nathan Owens dcb8c429b9 netdata: update to 1.18.1 2019-10-30 21:27:23 -07:00
Nathan Owens eb96d6c50a git-lfs: update to 2.9.0 2019-10-30 21:27:04 -07:00
Duncaen e464d2517e xf86-video-qxl: fix undefined symbols while loading module 2019-10-30 23:51:20 +01:00
John 5c2684fb88 ppsspp: update to 1.9.4. 2019-10-30 22:59:42 +01:00
John 454991ca37 nheko: disable usage of Werror 2019-10-30 22:25:14 +01:00
John b5d9ecbfdc spdlog: update to 1.4.2. 2019-10-30 22:25:14 +01:00
John 9c69d342a9 shotcut: update to 19.10.20. 2019-10-30 22:25:14 +01:00
Andrew Benson 9b5d080fdb New package: xf86-video-qxl-0.1.5 2019-10-30 21:39:51 +01:00
John 44e2552b32 mopidy: add missing dep on python-futures 2019-10-30 21:29:38 +01:00
John 8305ac99a7 mopidy: update to 2.3.1. 2019-10-30 21:18:25 +01:00
mobinmob 2ce1fbe276 gzdoom: update to 4.2.3. 2019-10-30 21:18:25 +01:00
k4leg 9f527c7497 plasma-workspace: dependencies fixed 2019-10-30 21:12:31 +01:00
Anthony Iliopoulos 103597430d ndctl: update to 67. 2019-10-30 16:05:23 +01:00
Anthony Iliopoulos c0e8304415 lttng-ust: update to 2.11.0. 2019-10-30 16:04:59 +01:00
Anthony Iliopoulos 6d62a78725 lttng-tools: update to 2.11.0. 2019-10-30 16:04:38 +01:00
Anthony Iliopoulos 6779c6f76d lttng-modules-dkms: update to 2.11.0. 2019-10-30 16:04:25 +01:00
Nathan Owens 5608f6e467 croc: update to 6.2.0 2019-10-30 16:04:07 +01:00
Nathan Owens 852d2a2e30 turbovnc: update to 2.2.3
Includes fix for CVE-2019-15683
2019-10-30 16:03:51 +01:00
Nathan Owens fc58a9be2e cgrep: update to 6.6.30 2019-10-30 16:03:14 +01:00
Nathan Owens da52462311 yarn: update to 1.19.1 2019-10-30 16:02:30 +01:00
Nathan Owens fbb45f364d cgdb: update to 0.7.1
Removed patch, is now part of this release
2019-10-30 16:01:48 +01:00
Nathan Owens 0fe0d93891 facter: update to 3.14.5 2019-10-30 16:01:20 +01:00
Nathan Owens 6d32fdc2b0 cups-filter: update to 1.25.11 2019-10-30 16:00:50 +01:00
Nathan Owens f6a92b9525 duplicity: update to 0.8.05
Added missing runtime dependency
2019-10-30 16:00:23 +01:00
Nathan Owens 2fb9a51864 fstrm: update to 0.6.0 2019-10-30 15:59:47 +01:00
Nathan Owens 3bc631aa2a gcr: update to 3.34.0 2019-10-30 15:59:28 +01:00
Nathan Owens d0d7ef2570 geoclue2: update to 2.5.5 2019-10-30 15:58:53 +01:00
obunden 90f0b0dc24 retroarch: update to 1.8.0 2019-10-30 15:58:33 +01:00
travankor 713d884a1a chrony: fix wrong option in the default config.
The option rtcfile in the default config conflicts with runit's stage 3.
Chronyd in RTC mode takes control of /dev/rtc to measure RTC drift.
Stage 3 calls hwclock -w, which messes up chrony's drift calculation.
Furthermore the current chronyd runit service needs the -s option
to effectively use the RTC feature.

See for more info:
https://chrony.tuxfamily.org/faq.html#_i_want_to_use_code_chronyd_code_s_rtc_support_must_i_disable_code_hwclock_code

Switch rtcfile to the rtcsync option, to be consistent with stage 3.
Example config file 1 sets the right options that work out of the box.
So use that example file instead of editing the annotated one.
Example config file 3 will instead be installed to /usr/share/examples.
2019-10-30 15:56:26 +01:00
travankor 9d223002b2 qimgv: update to 0.8.6. 2019-10-30 15:55:18 +01:00
Andrew Benson 9fda260ccd spotify-tui: update to 0.8.0. 2019-10-30 15:53:42 +01:00
Doan Tran Cong Danh 886036d094 chroot-git: correct iconv usage on musl 2019-10-30 15:53:07 +01:00
Doan Tran Cong Danh 82a5337c07 git: correct utf-16 and utf-32 conversion on musl
musl's iconv treats utf-{16,32} encoding as utf-{16,32}be,
without BOM, correctly according to POSIX.

However, most tools out there think differently.

Change the build flag for the musl system to fix it.

Together with my patch here:
840c40cea1

git's test: t0028 should be fine now.
2019-10-30 15:53:07 +01:00
travankor 0f76ac7a3b man-db: update to 2.9.0. 2019-10-30 15:52:42 +01:00
travankor 497bb950a6 wpgtk: update to 6.0.11. 2019-10-30 15:51:18 +01:00
Auri a7ba19e2df dtools: update to 2.088.1 2019-10-30 15:49:56 +01:00
Helmut Pozimski 8cdba7bb4c linux5.3: update dotconfig for arm64 2019-10-30 15:48:43 +01:00
mustaqim 2f7ce05b84 latte-dock: update to 0.9.4 2019-10-30 15:45:18 +01:00
Peter Bui 88c46530f0 iwd: update to 1.0. 2019-10-30 15:44:54 +01:00
Peter Bui 737e9752ae ell: update to 0.26. 2019-10-30 15:44:54 +01:00
Frank Steinborn 0d6cd3d813 skopeo: update to 0.1.40. 2019-10-30 15:43:53 +01:00
Caio Alonso 4de8866e40 Updates wee-slack dependency to python3 2019-10-30 15:43:34 +01:00
Helmut Pozimski 4120cb7849 font-symbola: revbump to trigger build
fixes #15955
2019-10-30 15:41:50 +01:00