feed/packages.git
5 years agoxz: Compile with PIC to fix linking errors 8159/head
Rosen Penev [Sat, 9 Feb 2019 03:54:53 +0000 (19:54 -0800)]
xz: Compile with PIC to fix linking errors

While researching CircleCI build failures, I came across a linking error
relating to liblzma, where ld instructs to recompile with fPIC.

Unfortunately, this increases filesize. Added some configure flags to try
to mitigate is somewhat.

Removed maintainer as he is no longer active.

Added PKG_CPE_ID for proper CVE tracking.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #8111 from neheb/ng
Hannu Nyman [Fri, 8 Feb 2019 17:31:13 +0000 (19:31 +0200)]
Merge pull request #8111 from neheb/ng

ngircd: Update to 25

5 years agoMerge pull request #8126 from jefferyto/tgt-init
Hannu Nyman [Fri, 8 Feb 2019 17:30:40 +0000 (19:30 +0200)]
Merge pull request #8126 from jefferyto/tgt-init

tgt: Update init script

5 years agoMerge pull request #8156 from BKPepe/youtube-dl-2019.02.08
Hannu Nyman [Fri, 8 Feb 2019 17:29:56 +0000 (19:29 +0200)]
Merge pull request #8156 from BKPepe/youtube-dl-2019.02.08

youtube-dl: update to version 2019.02.08

5 years agoMerge ACME fixes
Toke Høiland-Jørgensen [Fri, 8 Feb 2019 16:18:24 +0000 (17:18 +0100)]
Merge ACME fixes

Closes #8149

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
5 years agoacme: Bump package revision
Toke Høiland-Jørgensen [Fri, 8 Feb 2019 16:17:37 +0000 (17:17 +0100)]
acme: Bump package revision

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
5 years agoacme: Fix loading credentials
Adrien DAURIAT [Wed, 30 Jan 2019 22:32:51 +0000 (23:32 +0100)]
acme: Fix loading credentials

Move loading credential function before cert renewal call as credentials might be needed for some renewal operations ( ex: DNS )

Signed-off-by: Adrien DAURIAT <16813527+dauriata@users.noreply.github.com>
[toke@toke.dk: Port to master branch]
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
5 years agoyoutube-dl: update to version 2019.02.08 8156/head
Josef Schlehofer [Thu, 7 Feb 2019 22:58:44 +0000 (23:58 +0100)]
youtube-dl: update to version 2019.02.08

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agoMerge pull request #7631 from neheb/patch-1
Daniel Golle [Fri, 8 Feb 2019 13:12:00 +0000 (14:12 +0100)]
Merge pull request #7631 from neheb/patch-1

cryptsetup: replace libgcrypt with AFALG and remove OpenSSL variant

5 years agomosquitto: bump to 1.5.6
Karl Palsson [Thu, 7 Feb 2019 14:02:27 +0000 (14:02 +0000)]
mosquitto: bump to 1.5.6

This is a bugfix and security release.

CVE-2018-12551: If Mosquitto is configured to use a password file for
authentication, any malformed data in the password file will be
treated as valid. This typically means that the malformed data becomes
a username and no password. If this occurs, clients can circumvent
authentication and get access to the broker by using the malformed
username. In particular, a blank line will be treated as a valid empty
username. Other security measures are unaffected.

=> Users who have only used the mosquitto_passwd utility to create and
modify their password files are unaffected by this vulnerability.

CVE-2018-12550: If an ACL file is empty, or has only blank lines or
comments, then mosquitto treats the ACL file as not being defined,
which means that no topic access is denied. Although denying access to
all topics is not a useful configuration, this behaviour is unexpected
and could lead to access being incorrectly granted in some
circumstances.

CVE-2018-12546. If a client publishes a retained message to a topic
that they have access to, and then their access to that topic is
revoked, the retained message will still be delivered to future
subscribers. This behaviour may be undesirable in some applications,
so a configuration option `check_retain_source` has been introduced to
enforce checking of the retained message source on publish.

Plus the following bugfixes:
* wills not sent to websocket clients
* spaces now allowed in bridge usernames
* durable clients not receiving offline messages with
per_listener_settings==true
* compilation with openssl without deprecated apis
* TLS working over SOCKS
* better comment handling in config files

Full changelog available at: https://github.com/eclipse/mosquitto/blob/fixes/ChangeLog.txt#L1

Signed-off-by: Karl Palsson <karlp@etactica.com>
5 years agotgt: Update init script 8126/head
Jeffery To [Mon, 4 Feb 2019 12:02:28 +0000 (20:02 +0800)]
tgt: 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, removes a duplicate
option, and removes some unnecessary curly brackets.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agoMerge pull request #8114 from neheb/av
Hannu Nyman [Thu, 7 Feb 2019 18:52:37 +0000 (20:52 +0200)]
Merge pull request #8114 from neheb/av

davfs2: Update to 1.5.5

5 years agoMerge pull request #8124 from aparcar/prometheus-2.7.1
Hannu Nyman [Thu, 7 Feb 2019 18:50:17 +0000 (20:50 +0200)]
Merge pull request #8124 from aparcar/prometheus-2.7.1

prometheus: update to 2.7.1

5 years agonet/acme: commit uhttpd configuration if update_httpd set 8149/head
Alexey I. Froloff [Thu, 7 Feb 2019 12:22:56 +0000 (15:22 +0300)]
net/acme: commit uhttpd configuration if update_httpd set

uhttpd configuration should be commited when update_uhttpd set.

Signed-off-by: Alexey I. Froloff <raorn@raorn.name>
5 years agonet/acme: issue_cert should always call post_checks on exit
Alexey I. Froloff [Thu, 7 Feb 2019 12:16:10 +0000 (15:16 +0300)]
net/acme: issue_cert should always call post_checks on exit

issue_cert fuction may return without calling post_checks, which leaves
port 80 open and uhttpd configuration is not restored is listen_http was
set.

Always call post_checks when returning from issue_cert.

Signed-off-by: Alexey I. Froloff <raorn@raorn.name>
5 years agoznc: fix patches applying
Jonas Gorski [Wed, 6 Feb 2019 19:06:41 +0000 (20:06 +0100)]
znc: fix patches applying

git is hard. :-(

Reported-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Fixes: 4629f043e08e ("znc: update to 1.7.2")
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
5 years agoMerge pull request #8130 from lucize/freetype-host
Hannu Nyman [Wed, 6 Feb 2019 17:35:09 +0000 (19:35 +0200)]
Merge pull request #8130 from lucize/freetype-host

freetype: add host config flags

5 years agoMerge pull request #8136 from ja-pa/dovecot-security-fix
Hannu Nyman [Wed, 6 Feb 2019 17:34:37 +0000 (19:34 +0200)]
Merge pull request #8136 from ja-pa/dovecot-security-fix

dovecot: update to version 2.3.4.1 (security fix)

5 years agoznc: update to 1.7.2
Jonas Gorski [Wed, 6 Feb 2019 11:51:58 +0000 (12:51 +0100)]
znc: update to 1.7.2

Includes minor bugfixes, translation updates and most of the OpenSSL
compilation patch.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
5 years agodovecot: update to version 2.3.4.1 (security fix) 8136/head
Jan Pavlinec [Tue, 5 Feb 2019 20:30:55 +0000 (21:30 +0100)]
dovecot: update to version 2.3.4.1 (security fix)

Fixes CVE-2019-3814

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years agoMerge pull request #8102 from jefferyto/clamav-init
Hannu Nyman [Tue, 5 Feb 2019 15:22:44 +0000 (17:22 +0200)]
Merge pull request #8102 from jefferyto/clamav-init

clamav: Update init scripts

5 years agoMerge pull request #8112 from neheb/sha
Ted Hess [Tue, 5 Feb 2019 12:02:46 +0000 (07:02 -0500)]
Merge pull request #8112 from neheb/sha

shairplay: Update to 2018-08-24

5 years agofreetype: add host config flags 8130/head
Lucian Cristian [Tue, 5 Feb 2019 02:06:18 +0000 (04:06 +0200)]
freetype: add host config flags

this fixes static linking with mkfontscale/host xorg app

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
5 years agoshairplay: Update to 2018-08-24 8112/head
Rosen Penev [Sat, 2 Feb 2019 19:45:07 +0000 (11:45 -0800)]
shairplay: Update to 2018-08-24

Switched to codeload for easier package bumping.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agophp7-pecl-http: give hint about zlib staging dir
Michael Heimpold [Mon, 4 Feb 2019 21:30:45 +0000 (22:30 +0100)]
php7-pecl-http: give hint about zlib staging dir

Buildbots currently fail to find zlib souces, so try to give
this hint with configure parameters.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
5 years agoprometheus: update to 2.7.1 8124/head
Paul Spooren [Mon, 4 Feb 2019 09:11:14 +0000 (10:11 +0100)]
prometheus: update to 2.7.1

Signed-off-by: Paul Spooren <mail@aparcar.org>
5 years agosshtunnel: Update init script
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>
5 years agongircd: Update to 25 8111/head
Rosen Penev [Sat, 2 Feb 2019 19:31:52 +0000 (11:31 -0800)]
ngircd: Update to 25

Remove upstreamed patch.

Switch to .xz archives for smaller size.

Add PKG_BUILD_PARALLEL to speed up compilation.

Remove maintainer.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agobind: update to 9.12.3-P1 and other
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>
5 years agobcp38: Allow class-e through bcp38
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>
5 years agoMerge pull request #8120 from jefferyto/socat-init
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

5 years agoMerge pull request #8113 from neheb/ava
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

5 years agosocat: Update init script 8120/head
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>
5 years agodavfs2: Update to 1.5.5 8114/head
Rosen Penev [Sat, 2 Feb 2019 22:10:27 +0000 (14:10 -0800)]
davfs2: Update to 1.5.5

Switched URL to @SAVANNAH for more mirrors.

Added PKG_BUILD_PARALLEL for faster compilation.

Added PKG_LICENSE info.

Minor reorganization for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibavahi-compat-libdnssd: Fix compilation 8113/head
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>
5 years agoMerge pull request #8100 from yangfl/lighttpd
Hannu Nyman [Sat, 2 Feb 2019 18:06:48 +0000 (20:06 +0200)]
Merge pull request #8100 from yangfl/lighttpd

lighttpd: Fix mod_auth

5 years agoMerge pull request #8107 from dibdot/adblock
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

5 years agoMerge pull request #8071 from jefferyto/addrwatch-init
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

5 years agoMerge pull request #8104 from jefferyto/htpdate-init
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

5 years agoadblock: update 3.6.5 8107/head
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>
5 years agogit: Fix gitweb missing dependencies
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>
5 years agoMerge pull request #4474 from ecsv/ratechecker
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

5 years agoMerge pull request #8090 from rosysong/nft-qos
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

5 years agohtpdate: Update init script 8104/head
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>
5 years agoclamav: Update init scripts 8102/head
Jeffery To [Fri, 1 Feb 2019 08:39:34 +0000 (16:39 +0800)]
clamav: Update init scripts

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 removes some unnecessary curly brackets.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agolighttpd: Add missing 'server.modules' in some config files 8100/head
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>
5 years agolighttpd: Remove recursive dependency in #7737
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>
5 years agolighttpd: Disable auto loading mod_authn_file
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>
5 years agocryptsetup: Remove OpenSSL variant 7631/head
Rosen Penev [Thu, 10 Jan 2019 03:23:30 +0000 (19:23 -0800)]
cryptsetup: Remove OpenSSL variant

OpenSSL is only used for hashing while being a huge dependency (689.4KB
for mips_24kc.

Cryptsetup also supports and recommends argon2 for hashing, which is not
provided by OpenSSL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agocryptsetup: Replace libgcrypt with AFALG
Rosen Penev [Tue, 11 Dec 2018 00:14:58 +0000 (16:14 -0800)]
cryptsetup: Replace libgcrypt with AFALG

Add several configure arguments to speed up build time.

Switch from using libgcrypt to using the kernel directly.

This has a number of benefits including smaller size and faster speed. It
also allows selection of desired crypto primatives instead of having all
of them.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agonft-qos: fix useless log in syslog 8090/head
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>
5 years agoMerge pull request #8091 from gladiac1337/feature-haproxy-v1.8.17-updates
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

5 years agognunet: fix PKG_MIRROR_HASH
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>
5 years agohaproxy: Update all patches for HAProxy v1.8.17 8091/head
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>
5 years agolibextractor: fix PKG_HASH
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>
5 years agoMerge pull request #8070 from jefferyto/stunnel-init
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

5 years agoMerge pull request #8076 from BKPepe/youtube-dl
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

5 years agoMerge pull request #8075 from diizzyy/patch-5
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

5 years agoyoutube-dl: update to version 2019.01.30.1 8076/head
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>
5 years agolibs/libmicrohttpd: Fix for install sections 8075/head
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>
5 years agoMerge pull request #8072 from BKPepe/syslog-ng
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

5 years agosyslog-ng: remove psmisc dependency 8072/head
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>
5 years agoMerge pull request #8068 from mwarning/change_dependency
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

5 years agoMerge pull request #8059 from diizzyy/net-gnunet
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

5 years agoMerge pull request #8058 from diizzyy/patch-4
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

5 years agoMerge pull request #8047 from diizzyy/libs-libmicrohttpd
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

5 years agognunet: Specify libmicrohttpd-ssl dependency 8059/head
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>
5 years agoMerge pull request #8069 from sartura/libyang_v0.16-r3_bugfix
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

5 years agoMerge pull request #7976 from BKPepe/syslog-ng
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

5 years agoaddrwatch: Update init script 8071/head
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>
5 years agostunnel: Update init script 8070/head
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>
5 years agodevice-observatory: Specify libmicrohttpd dependency 8068/head
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>
5 years agolibyang: add patch for lyb bugfix 8069/head
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>
5 years agognunet: update to source to 20190128
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>
5 years agoopentracker: update source
Daniel Golle [Tue, 29 Jan 2019 05:58:06 +0000 (06:58 +0100)]
opentracker: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
5 years agocryptsetup: update to version 2.0.6
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>
5 years agodebootstrap: update to version 1.0.110~bpo9+1
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>
5 years agolibextractor: update to version 1.8
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>
5 years agognurl: update to version 7.63.0
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>
5 years agoMerge pull request #7678 from neheb/v4l2
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

5 years agoMerge pull request #8061 from neheb/mad
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

5 years agolibmad: Some patch renaming for consistency 8061/head
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>
5 years agoMerge pull request #8046 from diizzyy/sound-upmpdcli
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

5 years agosyslog-ng: add logread wrapper 7976/head
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>
5 years agosound/upmpdcli: Update to 1.4.0 8046/head
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>
5 years agomotion: Specify libmicrohttpd-ssl dependency 8058/head
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>
5 years agolibmicrohttpd: Update to 0.9.62 and rework Makefile 8047/head
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>
5 years agoMerge pull request #8053 from neheb/patch-2
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

5 years agoMerge pull request #8052 from BKPepe/youtube-dl
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

5 years agoglib2: update to 2.58.3
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>
5 years agoMerge pull request #7998 from neheb/patch-20
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

5 years agoMerge pull request #8044 from diizzyy/libs-jsoncpp
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

5 years agoMerge pull request #8045 from diizzyy/libs-libupnpp
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

5 years agoMerge pull request #8043 from diizzyy/libs-libupnp
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

5 years agojsoncpp: Add to repo 8044/head
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>
5 years agolibs/libupnp: Update to 1.8.4 8043/head
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>
5 years agogolang: Update to latest version
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>
5 years agoMerge pull request #7737 from yangfl/master
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

5 years agoMerge pull request #7995 from neheb/patch-13
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

5 years agosyslog-ng: update to version 3.19.1
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>