Paul Spooren [Fri, 8 Feb 2019 22:20:03 +0000 (23:20 +0100)]
rpcd-mod-poe: add package
simple package to manipulate gpio pins via the web interface. This was
tested on a UBNT EdgePing R6 turining on and off the 4 PoE ports
(496-500).
Signed-off-by: Paul Spooren <mail@aparcar.org>
Jeffery To [Mon, 4 Feb 2019 07:50:26 +0000 (15:50 +0800)]
sshtunnel: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.
This also fixes some validation, makes variable declarations local,
removes unnecessary curly brackets.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Deng Qingfang [Wed, 23 Jan 2019 16:21:10 +0000 (00:21 +0800)]
bind: update to 9.12.3-P1 and other
Refresh patches
Remove --enable-static and --enable-dynamic because they're enabled by default
Enable parallel compilation
Fix compile without IPv6
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
Dave Taht [Sat, 19 Jan 2019 16:51:40 +0000 (16:51 +0000)]
bcp38: Allow class-e through bcp38
It is increasingly likely 240/4 and 0/8 netblocks will be allocated as
unicast globally rout-able and reachable address space
240/4 is already enabled throughout linux and openwrt.
Permit these address blocks under bcp38 address validation, ie. remove
those ranges from the block list:
list match '0.0.0.0/8' # RFC 1700
list match '240.0.0.0/4' # RFC 5745
Signed-off-by: Dave Taht <dave.taht@gmail.com>
[bump package - minor tweaks to commit message - remove commented lines]
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Ted Hess [Sun, 3 Feb 2019 14:13:23 +0000 (09:13 -0500)]
Merge pull request #8120 from jefferyto/socat-init
socat: Update init script
Ted Hess [Sun, 3 Feb 2019 14:11:03 +0000 (09:11 -0500)]
Merge pull request #8113 from neheb/ava
libavahi-compat-libdnssd: Fix compilation
Jeffery To [Sun, 3 Feb 2019 11:59:43 +0000 (19:59 +0800)]
socat: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.
This also adds a service_triggers() function and removes some
unnecessary curly brackets.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Sat, 2 Feb 2019 21:37:09 +0000 (13:37 -0800)]
libavahi-compat-libdnssd: Fix compilation
The inline if statement does not work correctly. Moved it to a more proper place.
Also changed the install to install the symlinks as well.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Sat, 2 Feb 2019 18:06:48 +0000 (20:06 +0200)]
Merge pull request #8100 from yangfl/lighttpd
lighttpd: Fix mod_auth
Dirk Brenken [Sat, 2 Feb 2019 17:02:15 +0000 (18:02 +0100)]
Merge pull request #8107 from dibdot/adblock
adblock: update 3.6.5
Hannu Nyman [Sat, 2 Feb 2019 09:07:04 +0000 (11:07 +0200)]
Merge pull request #8071 from jefferyto/addrwatch-init
addrwatch: Update init script
Hannu Nyman [Sat, 2 Feb 2019 09:04:37 +0000 (11:04 +0200)]
Merge pull request #8104 from jefferyto/htpdate-init
htpdate: Update init script
Dirk Brenken [Sat, 2 Feb 2019 07:38:56 +0000 (08:38 +0100)]
adblock: update 3.6.5
- fix reporting for bogus hostnames with underscores
- no longer accidently overwrite existing 'serversfile' entries in dhcp
config which reference to the adblock jail list
- remove needless 'no_mail' flag
- refined log message regarding tcpdump requirement for reporting
Signed-off-by: Dirk Brenken <dev@brenken.org>
Daniel F. Dickinson [Mon, 21 Jan 2019 11:31:56 +0000 (06:31 -0500)]
git: Fix gitweb missing dependencies
gitweb is missing a dependencies on perlbase-filetest and
perlbase-storable. It fails to start without these packages.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Hannu Nyman [Fri, 1 Feb 2019 16:48:06 +0000 (18:48 +0200)]
Merge pull request #4474 from ecsv/ratechecker
net/ratechecker: Add new package
Hannu Nyman [Fri, 1 Feb 2019 14:38:23 +0000 (16:38 +0200)]
Merge pull request #8090 from rosysong/nft-qos
nft-qos: fix useless log in syslog
Jeffery To [Fri, 1 Feb 2019 09:21:17 +0000 (17:21 +0800)]
htpdate: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.
This also corrects a variable name typo ("proxy" instead of
"proxy_host").
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
David Yang [Fri, 1 Feb 2019 07:13:54 +0000 (15:13 +0800)]
lighttpd: Add missing 'server.modules' in some config files
e.g. 20-auth.conf
Signed-off-by: David Yang <mmyangfl@gmail.com>
David Yang [Fri, 1 Feb 2019 07:12:20 +0000 (15:12 +0800)]
lighttpd: Remove recursive dependency in #7737
Signed-off-by: David Yang <mmyangfl@gmail.com>
David Yang [Fri, 1 Feb 2019 07:11:26 +0000 (15:11 +0800)]
lighttpd: Disable auto loading mod_authn_file
which never works on OpenWrt
Signed-off-by: David Yang <mmyangfl@gmail.com>
Rosy Song [Thu, 31 Jan 2019 12:34:17 +0000 (20:34 +0800)]
nft-qos: fix useless log in syslog
Since the functions in procd.sh invoke "initscript" variable which is
not defined when imported procd.sh from hotplug scripts. And this
results in error when calling basename utility.
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]: BusyBox v1.28.4 () multi-call binary.
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]:
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]: Usage: basename FILE [SUFFIX]
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]:
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]: Strip directory path and .SUFFIX from FILE
Sun Jan 20 12:34:50 2019 user.notice nft-qos-monitor: ACTION=update, MACADDR=xxxxxx, IPADDR=192.168.11.109, HOSTNAME=Honor_Play
Sun Jan 20 12:34:50 2019 daemon.info dnsmasq[15340]: 250 192.168.11.109/60566 reply www.google.com is 216.58.215.68
Sun Jan 20 12:34:50 2019 daemon.info dnsmasq[15340]: 251 192.168.11.109/43456 reply mtalk.google.com is <CNAME>
Sun Jan 20 12:34:50 2019 daemon.info dnsmasq[15340]: 251 192.168.11.109/43456 reply mobile-gtalk.l.google.com is 173.194.222.188
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]: BusyBox v1.28.4 () multi-call binary.
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]:
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]: Usage: basename FILE [SUFFIX]
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]:
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]: Strip directory path and .SUFFIX from FILE
Sun Jan 20 12:34:51 2019 daemon.debug dnsmasq-script[15340]: BusyBox v1.28.4 () multi-call binary.
Sun Jan 20 12:34:51 2019 daemon.debug dnsmasq-script[15340]:
Sun Jan 20 12:34:51 2019 daemon.debug dnsmasq-script[15340]: Usage: basename FILE [SUFFIX]
Sun Jan 20 12:34:51 2019 daemon.debug dnsmasq-script[15340]:
Sun Jan 20 12:34:51 2019 daemon.debug dnsmasq-script[15340]: Strip directory path and .SUFFIX from FILE
Sun Jan 20 12:34:51 2019 user.notice nft-qos-dynamic: ACTION=update, MACADDR=xxxxxx, IPADDR=192.168.11.109, HOSTNAME=Honor_Play
Signed-off-by: Rosy Song <rosysong@rosinson.com>
Hannu Nyman [Thu, 31 Jan 2019 17:58:18 +0000 (19:58 +0200)]
Merge pull request #8091 from gladiac1337/feature-haproxy-v1.8.17-updates
haproxy: Update all patches for HAProxy v1.8.17
Daniel Golle [Thu, 31 Jan 2019 13:25:30 +0000 (14:25 +0100)]
gnunet: fix PKG_MIRROR_HASH
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Christian Lachner [Thu, 31 Jan 2019 12:59:35 +0000 (13:59 +0100)]
haproxy: Update all patches for HAProxy v1.8.17
- Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.17.html)
- Raise PKG_RELEASE to 2
- Prefix patches with 3-digit numbers instead of 4-digit numbers
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Daniel Golle [Thu, 31 Jan 2019 03:19:06 +0000 (04:19 +0100)]
libextractor: fix PKG_HASH
Instead of libextractor-1.8.tar.gz, the SHA-256 sum of
libextractor-1.8.tar.gz.sig was entered by accident.
Fix that.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Hannu Nyman [Wed, 30 Jan 2019 21:11:59 +0000 (23:11 +0200)]
Merge pull request #8070 from jefferyto/stunnel-init
stunnel: Update init script
Hannu Nyman [Wed, 30 Jan 2019 21:08:40 +0000 (23:08 +0200)]
Merge pull request #8076 from BKPepe/youtube-dl
youtube-dl: update to version 2019.01.30.1
Hannu Nyman [Wed, 30 Jan 2019 20:36:26 +0000 (22:36 +0200)]
Merge pull request #8075 from diizzyy/patch-5
libs/libmicrohttpd: Fix for install sections
Josef Schlehofer [Wed, 30 Jan 2019 12:30:47 +0000 (13:30 +0100)]
youtube-dl: update to version 2019.01.30.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Daniel Engberg [Wed, 30 Jan 2019 09:13:34 +0000 (10:13 +0100)]
libs/libmicrohttpd: Fix for install sections
Install libs for -ssl variant
Be a bit more specific about what we're installing...
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Hannu Nyman [Tue, 29 Jan 2019 21:09:29 +0000 (23:09 +0200)]
Merge pull request #8072 from BKPepe/syslog-ng
syslog-ng: remove psmisc dependency
Josef Schlehofer [Tue, 29 Jan 2019 21:01:54 +0000 (22:01 +0100)]
syslog-ng: remove psmisc dependency
Because it's not in OpenWrt since 2014.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Hannu Nyman [Tue, 29 Jan 2019 20:11:29 +0000 (22:11 +0200)]
Merge pull request #8068 from mwarning/change_dependency
device-observatory: Specify libmicrohttpd dependency
Hannu Nyman [Tue, 29 Jan 2019 20:11:05 +0000 (22:11 +0200)]
Merge pull request #8059 from diizzyy/net-gnunet
gnunet: Specify libmicrohttpd-ssl dependency
Hannu Nyman [Tue, 29 Jan 2019 20:10:40 +0000 (22:10 +0200)]
Merge pull request #8058 from diizzyy/patch-4
motion: Specify libmicrohttpd-ssl dependency
Hannu Nyman [Tue, 29 Jan 2019 20:10:25 +0000 (22:10 +0200)]
Merge pull request #8047 from diizzyy/libs-libmicrohttpd
libmicrohttpd: Update to 0.9.62 and rework Makefile
Daniel Engberg [Mon, 28 Jan 2019 21:00:31 +0000 (22:00 +0100)]
gnunet: Specify libmicrohttpd-ssl dependency
Specify libmicrohttpd-ssl dependency
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Hannu Nyman [Tue, 29 Jan 2019 19:11:21 +0000 (21:11 +0200)]
Merge pull request #8069 from sartura/libyang_v0.16-r3_bugfix
libyang: add patch for lyb bugfix
Hannu Nyman [Tue, 29 Jan 2019 16:16:47 +0000 (18:16 +0200)]
Merge pull request #7976 from BKPepe/syslog-ng
syslog-ng: update to version 3.19.1
Jeffery To [Tue, 29 Jan 2019 14:50:36 +0000 (22:50 +0800)]
addrwatch: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.
This also lets procd trigger the validation function directly, and
removes some unnecessary curly brackets.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 29 Jan 2019 13:21:20 +0000 (21:21 +0800)]
stunnel: Update init script
The reworked init script:
* Loads and validates options using uci_validate_section() (through
uci_load_validate())
* Allows service options be specified in the globals section
* Hard-codes less global options (debug, syslog), as their default
values already work
* Adds support for almost all options (up to the current package
version, 5.49)
* Moves the pid file into a subdirectory (/var/run/stunnel) so that it
can be created successfully when setuid is used
Certain options are omitted:
* chroot - requires more setup than the init script can manage
* fips, libwrap - disabled at compile-time
* iconActive, iconError, iconIdle, taskbar - gui/win32 only
* verify - obsolete, verifyChain and/or verifyPeer should be used
instead
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Moritz Warning [Tue, 29 Jan 2019 11:45:46 +0000 (12:45 +0100)]
device-observatory: Specify libmicrohttpd dependency
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Mislav Novakovic [Mon, 28 Jan 2019 13:05:43 +0000 (14:05 +0100)]
libyang: add patch for lyb bugfix
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
Daniel Golle [Tue, 29 Jan 2019 06:38:31 +0000 (07:38 +0100)]
gnunet: update to source to
20190128
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Tue, 29 Jan 2019 05:58:06 +0000 (06:58 +0100)]
opentracker: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Tue, 29 Jan 2019 05:57:25 +0000 (06:57 +0100)]
cryptsetup: update to version 2.0.6
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 23 Jan 2019 20:20:01 +0000 (21:20 +0100)]
debootstrap: update to version 1.0.110~bpo9+1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 23 Jan 2019 14:34:38 +0000 (15:34 +0100)]
libextractor: update to version 1.8
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 23 Jan 2019 14:27:51 +0000 (15:27 +0100)]
gnurl: update to version 7.63.0
Move back to use release tarball.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Ted Hess [Tue, 29 Jan 2019 02:19:28 +0000 (21:19 -0500)]
Merge pull request #7678 from neheb/v4l2
v4l2rtspserver: Update to 0.1.1
Ted Hess [Tue, 29 Jan 2019 02:17:59 +0000 (21:17 -0500)]
Merge pull request #8061 from neheb/mad
libmad: Some patch renaming for consistency
Rosen Penev [Mon, 28 Jan 2019 23:18:45 +0000 (15:18 -0800)]
libmad: Some patch renaming for consistency
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Ted Hess [Mon, 28 Jan 2019 22:07:30 +0000 (17:07 -0500)]
Merge pull request #8046 from diizzyy/sound-upmpdcli
sound/upmpdcli: Update to 1.4.0
Dirk Brenken [Sun, 27 Jan 2019 22:38:16 +0000 (23:38 +0100)]
syslog-ng: add logread wrapper
Many (LuCI) packages require logread. Otherwise, for example, System Log tab in LuCI is empty
Signed-off-by: Dirk Brenken <dev@brenken.org>
Daniel Engberg [Sun, 30 Dec 2018 12:52:10 +0000 (13:52 +0100)]
sound/upmpdcli: Update to 1.4.0
Update upmpdcli to 1.4.0
Backport commit https://opensourceprojects.eu/p/upmpdcli/code/ci/
256394399f57ba6e3057ee2c981127a14e4623f8/tree/
Drop icon patch
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Daniel Engberg [Mon, 28 Jan 2019 20:18:47 +0000 (21:18 +0100)]
motion: Specify libmicrohttpd-ssl dependency
Specify libmicrohttpd-ssl dependency
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Daniel Engberg [Thu, 27 Dec 2018 22:40:03 +0000 (23:40 +0100)]
libmicrohttpd: Update to 0.9.62 and rework Makefile
Update to 0.9.62
Various cosmetic changes to Makefile
Fix variants and default to no ssl variant
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Hannu Nyman [Mon, 28 Jan 2019 18:06:10 +0000 (20:06 +0200)]
Merge pull request #8053 from neheb/patch-2
btrfs-progs: Update to 4.20.1
Hannu Nyman [Mon, 28 Jan 2019 18:05:46 +0000 (20:05 +0200)]
Merge pull request #8052 from BKPepe/youtube-dl
youtube-dl: update to version 2019.01.27
Peter Wagner [Mon, 28 Jan 2019 16:54:37 +0000 (17:54 +0100)]
glib2: update to 2.58.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Ted Hess [Mon, 28 Jan 2019 14:36:53 +0000 (09:36 -0500)]
Merge pull request #7998 from neheb/patch-20
libsodium: Update to 1.0.17
Ted Hess [Mon, 28 Jan 2019 14:23:23 +0000 (09:23 -0500)]
Merge pull request #8044 from diizzyy/libs-jsoncpp
jsoncpp: Add to repo
Ted Hess [Mon, 28 Jan 2019 14:22:06 +0000 (09:22 -0500)]
Merge pull request #8045 from diizzyy/libs-libupnpp
libs/libupnpp: Update to 0.17.0
Ted Hess [Mon, 28 Jan 2019 14:21:05 +0000 (09:21 -0500)]
Merge pull request #8043 from diizzyy/libs-libupnp
libs/libupnp: Update to 1.8.4
Daniel Engberg [Sun, 30 Dec 2018 12:45:42 +0000 (13:45 +0100)]
jsoncpp: Add to repo
Add (lib)jsoncpp to repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Daniel Engberg [Sat, 26 Jan 2019 10:23:35 +0000 (11:23 +0100)]
libs/libupnp: Update to 1.8.4
Update libupnp to 1.8.4
Add PR #104 to fix musl compatibility
https://github.com/mrjimenez/pupnp/pull/104
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Jeffery To [Mon, 28 Jan 2019 07:34:11 +0000 (15:34 +0800)]
golang: Update to latest version
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Mon, 28 Jan 2019 06:18:48 +0000 (08:18 +0200)]
Merge pull request #7737 from yangfl/master
lighttpd: Fix dependencies among auth mods
Hannu Nyman [Mon, 28 Jan 2019 06:18:26 +0000 (08:18 +0200)]
Merge pull request #7995 from neheb/patch-13
hwloc: Update to 2.0.3
Josef Schlehofer [Wed, 16 Jan 2019 11:31:19 +0000 (12:31 +0100)]
syslog-ng: update to version 3.19.1
Makefile
- Changed URL
- Added LICENSE, CPE ID, more dependencies, postint and prerm scripts
- Enabled by default JSON and HTTP (would be good to split them in future
to sub-packages); Disabled java-modules, tcp wrapper
- Re-ordered CONFIGURE_ARGS as they occur when executing
- Resorted section: define Package/syslog-ng/install
syslog-ng.conf
- include scl.conf
- have a more specific one than upstream (they have it really simple)
- document it
Patch:
remove the unnecessary one
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Sun, 27 Jan 2019 23:26:04 +0000 (15:26 -0800)]
btrfs-progs: Update to 4.20.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Josef Schlehofer [Sun, 27 Jan 2019 22:03:23 +0000 (23:03 +0100)]
youtube-dl: update to version 2019.01.27
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Hannu Nyman [Sun, 27 Jan 2019 18:26:00 +0000 (20:26 +0200)]
Merge pull request #8042 from micmac1/maria-bump
mariadb: minor version bump + cfg file move
Sebastian Kemper [Sun, 27 Jan 2019 15:26:52 +0000 (16:26 +0100)]
mariadb: bump to 10.2.21
Version bump. Adds new upstream plugin caching_sha2_password.so to the
client lib package.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 27 Jan 2019 15:20:18 +0000 (16:20 +0100)]
mariadb: move 50-client.cnf to lib pkg
50-client.cnf is used by the client library, so it should be installed
with the library. This commit moves the configuration file to the
correct package and updates its depend (50-client.cnf is sourced by
my.cnf from mariadb-common).
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
champtar [Sun, 27 Jan 2019 12:52:02 +0000 (07:52 -0500)]
Merge pull request #7813 from pm73/master
prometheus-node-exporter-lua: change network metric type to counter
Hannu Nyman [Sun, 27 Jan 2019 10:22:53 +0000 (12:22 +0200)]
Merge pull request #7972 from neheb/patch-3
diffutils: Update to 3.7
Hannu Nyman [Sun, 27 Jan 2019 10:19:06 +0000 (12:19 +0200)]
Merge pull request #7991 from neheb/pci2
pciutils: Update to 3.6.2
Hannu Nyman [Sun, 27 Jan 2019 10:13:05 +0000 (12:13 +0200)]
Merge pull request #7776 from neheb/patch-15
lvm2: Update to 2.03.02
Hannu Nyman [Sun, 27 Jan 2019 10:07:51 +0000 (12:07 +0200)]
Merge pull request #7846 from neheb/ipsec
ipsec-tools: Fix compilation without deprecated OpenSSL 1.0.2 APIs
Hannu Nyman [Sun, 27 Jan 2019 10:04:54 +0000 (12:04 +0200)]
Merge pull request #7833 from neheb/m
mariadb: Fix compilation without deprecated OpenSSL APIs
Hannu Nyman [Sun, 27 Jan 2019 10:04:21 +0000 (12:04 +0200)]
Merge pull request #7817 from neheb/patch-7
motion: Update to 4..2.1
Hannu Nyman [Sun, 27 Jan 2019 10:02:32 +0000 (12:02 +0200)]
Merge pull request #7928 from dhewg/pull/prometheus-statsd-exporter
prometheus-statsd-exporter: switch config to openwrt interface names
Hannu Nyman [Sun, 27 Jan 2019 10:00:28 +0000 (12:00 +0200)]
Merge pull request #7883 from neheb/qirc
quassel-irc: Update to latest version
Hannu Nyman [Sun, 27 Jan 2019 09:55:26 +0000 (11:55 +0200)]
Merge pull request #7949 from dengqf6/zsh
zsh: size optimizations and fix build without musl
Hannu Nyman [Sun, 27 Jan 2019 09:45:05 +0000 (11:45 +0200)]
Merge pull request #7994 from neheb/patch-11
gzip: Update to 1.10
Hannu Nyman [Sun, 27 Jan 2019 09:44:51 +0000 (11:44 +0200)]
Merge pull request #7993 from neheb/patch-10
clamav: Update to 0.101.1
Hannu Nyman [Sun, 27 Jan 2019 09:44:24 +0000 (11:44 +0200)]
Merge pull request #7992 from neheb/patch-5
autossh: Update to 1.4g
Hannu Nyman [Sun, 27 Jan 2019 09:43:42 +0000 (11:43 +0200)]
Merge pull request #8010 from neheb/hdp
hdparm: Fix LDFLAGS
Hannu Nyman [Sun, 27 Jan 2019 09:42:53 +0000 (11:42 +0200)]
Merge pull request #8005 from neheb/mutt
mutt: Update to 1.11.2
Hannu Nyman [Sun, 27 Jan 2019 09:42:22 +0000 (11:42 +0200)]
Merge pull request #8040 from val-kulkov/graphicsmagick-package
graphicsmagick: new package, an imagemagick alternative
Hannu Nyman [Sun, 27 Jan 2019 09:41:25 +0000 (11:41 +0200)]
Merge pull request #8038 from MikePetullo/dmapd
dmapd: update to 0.0.79
Hannu Nyman [Sun, 27 Jan 2019 09:40:27 +0000 (11:40 +0200)]
Merge pull request #7675 from neheb/vips
vips: Update to 8.7.2
W. Michael Petullo [Sat, 26 Jan 2019 21:58:16 +0000 (16:58 -0500)]
dmapd: update to 0.0.79
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Ted Hess [Sat, 26 Jan 2019 12:22:56 +0000 (07:22 -0500)]
Merge pull request #8009 from neheb/v4l
libv4l: Update to 1.16.3
Daniel Engberg [Sun, 13 Jan 2019 15:30:41 +0000 (16:30 +0100)]
libs/libupnpp: Update to 0.17.0
Update libupnpp to 0.17.0
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Hannu Nyman [Sat, 26 Jan 2019 08:24:17 +0000 (10:24 +0200)]
Merge pull request #8037 from MikePetullo/libdmapsharing
libdmapsharing: Update to 3.9.4
Hannu Nyman [Sat, 26 Jan 2019 08:21:54 +0000 (10:21 +0200)]
Merge pull request #8030 from jow-/at-elf-depends
at: change libelf1 dependency to libelf
Hannu Nyman [Sat, 26 Jan 2019 08:15:14 +0000 (10:15 +0200)]
Merge pull request #7867 from neheb/ldn
ldns: Make ENGINE support optional
Hannu Nyman [Sat, 26 Jan 2019 08:14:20 +0000 (10:14 +0200)]
Merge pull request #7897 from neheb/ina
inadyn: Fix compilation without deprecated OpenSSL APIs