aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge pull request #6307 from diizzyy/sound-fdk-aacTed Hess2018-06-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | sound/fdk-aac: Clean up Makefile, add overflow patch
| * | | | | | | sound/fdk-aac: Clean up Makefile, add overflow patchDaniel Engberg2018-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up Makefile by utilizing toolchain logic Make package pkg-config friendly Add patch to prevent crashes due to overflow Source: https://github.com/mstorsjo/fdk-aac/commit/a50eecf65b5ce5d4f03768c5c2cb4b492d2badad Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | gptfdisk: add a new packageAlif M. Ahmad2018-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gptfdisk is a gpt-aware disk partitioning tool. It can be used to convert mbr partitioned disk to gpt and vice versa. It supports reading GPT, MBR, and BSD disklabels. Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* | | | | | | | Merge pull request #6317 from zhaojh329/libuwscHannu Nyman2018-06-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libuwsc: Update to 2.0.4
| * | | | | | | | libuwsc: Update to 2.0.4Jianhui Zhao2018-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | | | | Merge pull request #6308 from zhaojh329/rttyHannu Nyman2018-06-18
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | rtty: Update to 5.1.0
| * | | | | | | | rtty: Update to 5.1.0Jianhui Zhao2018-06-18
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | | | Merge pull request #6289 from Ansuel/nginxpackHannu Nyman2018-06-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nginx: add luci-support package
| * | | | | | | | nginx: add luci-support packageAnsuel Smith2018-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds an additional file for ngix that contains all the files need to make luci works on the nginx webserver. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | | Merge pull request #5681 from neheb/sispmctlHannu Nyman2018-06-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | sispmctl: Change URL to HTTPS
| * | | | | | | | | sispmctl: Change URL to HTTPSRosen Penev2018-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTPS goes through firewalls easier. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #6303 from MikePetullo/dovecotHannu Nyman2018-06-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | dovecot: explicitly disable use of sodium
| * | | | | | | | | | dovecot: explicitly disable use of sodiumW. Michael Petullo2018-06-16
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | Merge pull request #6302 from Ansuel/uwsgi-suHannu Nyman2018-06-17
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | uwsgi-cgi: improve uwsgi configuration
| * | | | | | | | | uwsgi-cgi: improve uwsgi configurationAnsuel Smith2018-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix wrong configuration to the luci uwsgi conf Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | | | Merge pull request #6299 from jsmcconn/fix-avahi-runtime-dirTed Hess2018-06-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | avahi: patch systemd runtime_dir change in 0.7
| * | | | | | | | | | avahi: patch systemd runtime_dir change in 0.7Jeremiah McConnell2018-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In avahi 0.7 the runtime_dir was updated to be /run instead of /var/run for better systemd compatibility. Patch out that change to fix avahi-daemon. Signed-off-by: Jeremiah McConnell <miah@miah.com>
* | | | | | | | | | | Merge pull request #6300 from jsmcconn/fix-lvm2-rundirDaniel Golle2018-06-16
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | lvm2: use explicit run/lock dir defaults
| * | | | | | | | | | | lvm2: use explicit run/lock dir defaultsJeremiah McConnell2018-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configure scripts for lvm2 guess defaults for run/lock based on if /run exists on the build host. Use explicit values for the defaults for consistency across build hosts. Signed-off-by: Jeremiah McConnell <miah@miah.com>
* | | | | | | | | | | | Merge pull request #6290 from Ansuel/uwsgi-suHannu Nyman2018-06-16
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | uwsgi: add luci-support package
| * | | | | | | | | | | uwsgi: add luci-support packageAnsuel Smith2018-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds additional specific files to support luci on the nginx Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | | | | | Merge pull request #6292 from cotequeiroz/nut_openssl-1.1Hannu Nyman2018-06-16
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | nut: Add PKG_FIXUP:=autoreconf
| * | | | | | | | | | | nut: Add PKG_FIXUP:=autoreconfEneas U de Queiroz2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to force this since a *.m4 file is patched. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | | | | | tinc: version bump 1.0.34Saverio Proto2018-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Saverio Proto <zioproto@gmail.com>
* | | | | | | | | | | | Merge pull request #6244 from neheb/patch-8Daniel Golle2018-06-15
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | opensc: Update to 0.18.0
| * | | | | | | | | | | | opensc: Update to 0.18.0Rosen Penev2018-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #6298 from neheb/patch-18Daniel Golle2018-06-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | glpk: Update to 4.65
| * | | | | | | | | | | | | glpk: Update to 4.65Rosen Penev2018-06-14
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add HTTPS too. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #6297 from neheb/patch-15Daniel Golle2018-06-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | cryptsetup: Update to 2.0.3
| * | | | | | | | | | | | cryptsetup: Update to 2.0.3Rosen Penev2018-06-14
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #6254 from neheb/patch-15Daniel Golle2018-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | gawk: Update to 4.2.1
| * | | | | | | | | | | | gawk: Update to 4.2.1Rosen Penev2018-06-09
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #6294 from zhaojh329/rttyHannu Nyman2018-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | rtty: Update to 5.0.2
| * | | | | | | | | | | | rtty: Update to 5.0.2Jianhui Zhao2018-06-14
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | | | | | | | Merge pull request #6295 from zhaojh329/libuwscHannu Nyman2018-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | libuwsc: update to 2.0.3
| * | | | | | | | | | | | libuwsc: update to 2.0.3Jianhui Zhao2018-06-14
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | | | | | | | Merge pull request #6296 from cotequeiroz/rp-pppoe-glibcHans Dedecker2018-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | rp-pppoe: redo glibc patch
| * | | | | | | | | | | rp-pppoe: redo glibc patchEneas U de Queiroz2018-06-14
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous fix broke compilation with kernel < 4.8 Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | | | | bind: update PKG_LICENSE to reflect upstream changeNoah Meyerhans2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | | | | | | | bind: Update to version 9.11.3 and optionally support eddsa for dnssecNoah Meyerhans2018-06-13
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EdDSA support is optional and currently defaults to being disabled. The following security issues are addressed with this update: * An error in TSIG handling could permit unauthorized zone transfers or zone updates. These flaws are disclosed in CVE-2017-3142 and CVE-2017-3143. * The BIND installer on Windows used an unquoted service path, which can enable privilege escalation. This flaw is disclosed in CVE-2017-3141. * With certain RPZ configurations, a response with TTL 0 could cause named to go into an infinite query loop. This flaw is disclosed in CVE-2017-3140. * Addresses could be referenced after being freed during resolver processing, causing an assertion failure. The chances of this happening were remote, but the introduction of a delay in resolution increased them. This bug is disclosed in CVE-2017-3145. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | | | | | | Merge pull request #5825 from neheb/alpineHannu Nyman2018-06-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | alpine: Update to 2.21.999 and update URLS
| * | | | | | | | | | alpine: Update to 2.21.999 and update URLSRosen Penev2018-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alpine seems to have a new home. Only a git repository now. No release tarballs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #6204 from cretingame/masterHannu Nyman2018-06-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | erlang: update to version 19.3, add packages
| * | | | | | | | | | | erlang: update to version 19.3, add packagesArnaud Sautaux2018-06-13
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New packages: * erlang-tools: This Erlang/OTP package provides support for misc tools. * erlang-reltool: This Erlang/OTP package provides support for release management. * erlang-erl-interface: This Erlang/OTP package provides support for erlang interoperability with other languages. * erlang-os_mon: This Erlang/OTP package provides the following services: - cpu_sup CPU load and utilization supervision - disksup Disk supervision - memsup Memory supervision * erlang-xmerl: This Erlang/OTP package provides functions for exporting XML data to an external format Signed-off-by: Arnaud Sautaux <arnaud.sautaux@infoteam.ch>
* | | | | | | | | | | Merge pull request #6284 from EricLuehrsen/unbound_zonesHannu Nyman2018-06-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | unbound: 1.7.2 and improve local zone evaluation in UCI
| * | | | | | | | | | | unbound: improve local zone evaluation in UCIEric Luehrsen2018-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When UCI local zone is private and static, Unbound covered private addresses with defaults. Optional delegated global IP6 prefix protection lacked a static zone, but it was prevented from appearing in global DNS responses. Domain names router-as-TLD, "lan." and "local." were static, but they lacked default SOA or NS such as Unbound had assinged to private addresses. Clean up these local zones UCI evaluation and block global DNS inclusion. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
| * | | | | | | | | | | unbound: update to 1.7.2Eric Luehrsen2018-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A few bug fixes but importantly fix a deadlock on AXFR configuration when notify occurs (auth-zone:) Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | | | | | | Merge pull request #6266 from neheb/patch-18Hannu Nyman2018-06-13
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | libstrophe: Update to 0.9.2
| * | | | | | | | | | | | libstrophe: Update to 0.9.2Rosen Penev2018-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched from direct git to codeload. Should make it more reliable. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #6264 from neheb/patch-16Hannu Nyman2018-06-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | libnetfilter-acct: Update to 1.0.3