1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 23:58:38 +02:00
Commit Graph

12064 Commits

Author SHA1 Message Date
Peter Denison
2bc8108620 gkrellmd: Adopt from oldpackages repo, Update to 2.3.10
Adopt the package from the oldpackages repo at https://git.archive.openwrt.org/$
Update to version 2.3.10 (released Nov 2016)
Update source URL
Depend only on GLib2, not glib1.2

Signed-off-by: Peter Denison <openwrt@marshadder.org>
2018-10-29 20:20:37 +00: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
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
Hannu Nyman
dff5ed1f82
Merge pull request #6823 from neheb/patch-17
yara: Update to 3.8.1
2018-10-28 14:31:44 +02:00
Hannu Nyman
2c65634748
Merge pull request #6973 from neheb/p11
libp11: Update to 0.4.9
2018-10-28 14:30:21 +02:00
Hannu Nyman
45d98e45d5
Merge pull request #7047 from neheb/patch-28
python-psycopg2: Update to 2.7.5
2018-10-28 14:29:11 +02:00
Hannu Nyman
f23ff2f206
Merge pull request #7150 from neheb/patch-43
ccid: Update to 1.4.30
2018-10-28 14:28:33 +02:00
Hannu Nyman
78352d4b05
Merge pull request #7176 from neheb/jool
jool: Backport two fixes for newer kernels.
2018-10-28 14:27:13 +02:00
Hannu Nyman
0d6385bf8e
Merge pull request #7181 from neheb/patch-45
cmdpad: Fix compile
2018-10-28 14:25:18 +02:00
Hannu Nyman
2aa42940d2
Merge pull request #7179 from neheb/oath
oath-toolkit: Add patch from Fedora to fix compilation
2018-10-28 14:24:37 +02:00
Hannu Nyman
1a1b0a8454
Merge pull request #7177 from neheb/patch-44
spoofer: Update to 1.4.0
2018-10-28 14:23:30 +02:00
Hannu Nyman
a6710e82b1
Merge pull request #7215 from jsiverskog/mdnsresponder_878_70_2
mdnsresponder: bump to 878.70.2 and refresh patches
2018-10-28 14:10:20 +02:00
Hannu Nyman
edd02d564a
Merge pull request #7216 from neheb/patch-9
libopus: Update to 1.3.0
2018-10-28 14:08:40 +02:00
Hannu Nyman
92c37e7c7d
Merge pull request #7254 from neheb/patch-26
python-requests: Update to 2.20.0
2018-10-27 14:41:37 +03:00
Marko Ratkaj
f571806fd6
Merge pull request #7255 from sartura/things_gateway_0.6.0
node-mozilla-iot-gateway: bump to version 0.6.0
2018-10-27 11:19:08 +02:00
Hannu Nyman
29eac13d8f collectd: update to 5.8.1
Update collectd to version 5.8.1

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-10-26 21:46:24 +03:00