Commit graph

12077 commits

Author SHA1 Message Date
Rosen Penev
5c950bd726 haproxy: Remove unnecessary OpenSSL depends
All of these are either not needed or not valid.

Added a patch to remove the OPENSSL_WITH_DEPRECATED dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-30 14:20:55 -07:00
Dirk Brenken
a20433e813
Merge pull request #7282 from dibdot/travelmate
travelmate: update 1.3.0
2018-10-30 20:11:07 +01:00
Hannu Nyman
14600b5b66
Merge pull request #7281 from Wedmer/zoneinfo-2018g
zoneinfo: Updated to the latest release.
2018-10-30 18:35:23 +02:00
Dirk Brenken
b4f7e81377
Merge pull request #7259 from neheb/patch-6
pytz: Update to 2018.6
2018-10-30 15:46:56 +01:00
Dirk Brenken
0a38f48298
Merge pull request #7246 from cretingame/master
erlang: update to version 21.0
2018-10-30 15:45:13 +01:00
Dirk Brenken
4e8da997db travelmate: update 1.3.0
* proactively scan and switch to a higher prioritized uplink,
  despite of an already existing connection,
  this is configurable via 'trm_proactive' option
  (default '1', enabled)
* fix some minor list trim issues
* optimize wlan scanning behavior
* refine debug messages

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-10-30 15:40:07 +01:00
Vladimir Ulrich
eff350a7d1 zoneinfo: Updated to the latest release.
Added missed 'g' in Bangkok for zoneinfo-simple package.
Also removed dedicated version for code, as we shouldn't mix different versions.

Signed-off-by: Vladimir Ulrich <admin@evl.su>
2018-10-30 16:56:20 +03:00
Arnaud Sautaux
3a328e427a erlang: update to version 21.0
Signed-off-by: Arnaud Sautaux <arnaud.sautaux@infoteam.ch>
2018-10-30 08:07:30 +01:00
champtar
52ca8c9922
Merge pull request #6927 from Rixerx/zabbix
zabbix: add server frontend
2018-10-29 20:12:16 -05:00
Etienne Champetier
abf461a95a build,circleci: make BRANCH a variable
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2018-10-29 20:27:23 -04:00
Hannu Nyman
7506d44198
Merge pull request #7264 from neheb/patch-26
python-dateutil: Update to 2.7.5
2018-10-29 22:54:45 +02:00
Krystian Kozak
18ce68a7cc zabbix: add server frontend
Added zabbix-server-frontend package, which allow to use website
interface.

To make frontend working, it is required to add some options to uhttpd
config witch allow php working.

uci add_list uhttpd.main.index_page='index.html, default.html,
index.php'
uci add_list uhttpd.main.interpreter='.php=/usr/bin/php-cgi'
uci set uhttpd.main.index_file='index.html, default.html, index.php'
uci commit

Compile tested: Yes, brcm2708
Run tested: Yes, brcm2708

Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
2018-10-29 21:13:08 +01:00
Noah Meyerhans
6f320da526 bind: Update bind.keys
A multi-year DNSSEC root key update is in progress, as described at
https://www.isc.org/downloads/bind/bind-keys/. This change refreshes the
bind.keys file, ensuring that the new key, in place as of 2018-10-11,
will be recognized and trusted.

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2018-10-29 08:36:37 -07:00
Noah Meyerhans
13a6326cc4 bind: Include delv in the bind-tools package
delv is a tool for sending DNS queries and validating the results, using the
same internal resolver and validator logic as named.

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2018-10-29 08:36:37 -07:00
Noah Meyerhans
f9fbc75557 bind: Update to 9.11.5
This includes the fix for CVE-2018-5738: When recursion is enabled but the
allow-recursion and allow-query-cache ACLs are not specified, they should be
limited to local networks, but they were inadvertently set to match the default
allow-query, thus allowing remote queries.

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2018-10-29 08:36:37 -07:00
Karl Palsson
4078b7a5d5 libs/c-ares: Update to 1.15.0
Full changelog at https://c-ares.haxx.se/changelog.html

Of interest:
* fixes warnings with modern gcc
* reports not found for onion addresses per RFC7686

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-10-29 14:37:08 +00:00
Kevin Darbyshire-Bryant
bf457e9629
Merge pull request #7209 from ldir-EDB0/libssh
libssh: bump to 0.7.6 CVE-2018-10933 fix
2018-10-29 09:15:52 +00:00
Kevin Darbyshire-Bryant
72096874d0 libssh: bump to 0.7.6 CVE-2018-10933 fix
Bump from 0.7.5 to 0.7.6.  Upstream changelog:

Fixed CVE-2018-10933
Added support for OpenSSL 1.1
Added SHA256 support for ssh_get_publickey_hash()
Fixed config parsing
Fixed random memory corruption when importing pubkeys

Backported upstream patches since 0.7.6 to fix interactive
authentication issues amongst other things:

9d5cf209 libcrypto: Fix memory leak in evp_final()
10397321 gssapi: Set correct state after sending GSSAPI_RESPONSE (select mechanism OID)
7ad80ba1 server: Fix compile error
acb0e4f4 examples: Explicitly track auth state in samplesshd-kbdint
3fe7510b messages: Check that the requested service is 'ssh-connection'
734e3ce6 server: Set correct state after sending INFO_REQUEST (Kbd Interactive)
e4c6d591 packet: Add missing break in ssh_packet_incoming_filter()
f81ca616 misc: Add strndup implementation if not provides by the OS

Refresh patches.
Remove local backport for OpenSSL 1.1 support as is now in release
Remove PKG_INSTALL & CMAKE vars that are defaulted anyway
Add PKG_CPE_ID:=cpe:/a:libssh:libssh for CVE tracking
Remove BROKEN tag as is no longer broken

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-10-29 09:08:11 +00:00
Nikos Mavrogiannopoulos
0b0a774916
Merge pull request #6492 from neheb/pam
libpam: Update to 1.3.0
2018-10-29 07:27:32 +01:00
Etienne Champetier
e5574ea957 build,circleci: add python to docker build image
This is needed to build ca-certificates

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2018-10-29 02:07:26 -04:00
Yousong Zhou
98d206086b openvswitch: bump to version 2.10.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-10-29 03:36:01 +00:00
Rosen Penev
eed77a988b libpam: Update to 1.3.0
Removed upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-28 20:27:33 -07:00
Etienne Champetier
4aeeeb65d4 build,circleci: enable CircleCI workflows
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2018-10-28 23:26:25 -04:00
Etienne Champetier
c48f3f6fbd build,circleci: change exclude pattern
Even when configured to only build PR, CircleCI always build the default branch
`only: /pull.*/` seems like a good idea, but it fails when:
- you are testing on the same repo, because github doesn't create a pull branch
- when your repo is configured, because it see the push on your repo,
prevent building this commit because it doesn't match the regexp, then when you
do the PR CircleCI doesn't work
In the end what we really want is `ignore: master`

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2018-10-28 22:01:58 -04:00
Etienne Champetier
cd315ec4e2 build,circleci: fixup pkgs list generation
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2018-10-28 20:18:01 -04:00
Rosen Penev
432aa67e27 bind: Remove OpenSSL deprecated APIs dependency
It seems to not be needed anymore. Tested on mvebu and ar71xx.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-28 15:28:52 -07:00
Philip Prindeville
c925417d0f
Merge pull request #7270 from pprindeville/issue/7235
isc-dhcp: drop .conf suffix on dhcrelay config file
2018-10-28 14:57:25 -06:00
Philip Prindeville
b0e73634f7 isc-dhcp: drop .conf suffix on dhcrelay config file
Resolves issue #7235

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-10-28 14:38:56 -06:00
Hannu Nyman
c4a06b92bb
Merge pull request #7266 from neheb/patch-28
hdparm: Update to 9.58
2018-10-28 22:11:00 +02:00
Bruno Randolf
42fdfe14a0 websocketpp: Add package (WebSocket++)
WebSocket++ is a header only C++ library that implements RFC6455 The
WebSocket Protocol.

Signed-off-by: Bruno Randolf <br1@einfach.org>
2018-10-28 19:57:08 +00:00
Thomas Heil
2f8eb41827
Merge pull request #7213 from gladiac1337/feature-haproxy-v1.8.14-updates
haproxy: Update all patches for HAProxy v1.8.14
2018-10-28 20:12:45 +01:00
Rosen Penev
d14ab76ba2
hdparm: Update to 9.58
Add myself as maintainer as agreed previously.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-28 10:37:55 -07:00
Rosen Penev
e9a1dadd32
python-dateutil: Update to 2.7.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-28 10:29:06 -07:00
Rosen Penev
64e8db1872
pytz: Update to 2018.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-28 10:03:16 -07:00
Hannu Nyman
5302ac5cfc
Merge pull request #7063 from neheb/patch-38
libsearpc: Update to 3.1.0
2018-10-28 18:40:41 +02:00
Hannu Nyman
6b23655262
Merge pull request #5903 from aparcar/prometheus
prometheus: add package
2018-10-28 18:00:14 +02:00
Hannu Nyman
25e9ced018 Revert "libaio: Update to 0.3.111"
This reverts commit bf9f919551.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-10-28 16:46:26 +02:00
Karl Palsson
6ade0d1933 lib/c-ares: remove duplicate cpe-id
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2018-10-28 14:21:40 +00:00
Hannu Nyman
d65bff264a
Merge pull request #7184 from neheb/soup
libsoup: Update to 2.65.1
2018-10-28 15:16:08 +02:00
Hannu Nyman
e16055d7be
Merge pull request #7143 from neheb/patch-27
unrar: Update to 5.6.7
2018-10-28 14:54:01 +02:00
Hannu Nyman
c37f21f668
Merge pull request #6367 from neheb/libaio
libaio: Update to 0.3.111
2018-10-28 14:51:41 +02:00
Hannu Nyman
900280e9b5
Merge pull request #6892 from neheb/patch-31
python-egenix-mx-base: Update to 3.2.9
2018-10-28 14:49:35 +02:00
Hannu Nyman
55c2b406d2
Merge pull request #6626 from neheb/libevdev
libevdev: Update to 1.5.9
2018-10-28 14:47:59 +02:00
Hannu Nyman
27a43ec205
Merge pull request #6880 from neheb/pyobdc
pyodbc: Update to 4.0.24
2018-10-28 14:45:18 +02:00
Hannu Nyman
a0a21f7112
Merge pull request #7055 from neheb/patch-6
pcre2: Update to 10.32
2018-10-28 14:44:11 +02:00
Hannu Nyman
1cf84b0b78
Merge pull request #7208 from neheb/obex
openobex: Update to 1.7.2
2018-10-28 14:40:36 +02:00
Hannu Nyman
0ac9ccb718
Merge pull request #7157 from neheb/hid
hiredis: Update to 0.14.0
2018-10-28 14:35:05 +02:00
Hannu Nyman
7662fb4cef
Merge pull request #6817 from neheb/patch-30
c-ares: Add CPE ID to track CVEs
2018-10-28 14:33:47 +02:00
Hannu Nyman
9b955767fc
Merge pull request #6879 from neheb/libartnet
libartnet: Fix compile with GCC7
2018-10-28 14:33:20 +02:00
Hannu Nyman
f6b523045c
Merge pull request #6826 from neheb/patch-22
cyrus-sasl: Update to 2.1.27-rc8
2018-10-28 14:32:08 +02:00