feed/packages.git
7 years agoadblock: update 1.5.2 3341/head
Dirk Brenken [Thu, 13 Oct 2016 20:02:24 +0000 (22:02 +0200)]
adblock: update 1.5.2

* turris omnia compatibility fix

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoadblock: bugfix 1.5.1 3334/head
Dirk Brenken [Tue, 11 Oct 2016 15:09:05 +0000 (17:09 +0200)]
adblock: bugfix 1.5.1

* fix uhttpd detection in tcp 4+6 configurations

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoadblock: update 1.5.0 3311/head
Dirk Brenken [Fri, 7 Oct 2016 17:00:44 +0000 (19:00 +0200)]
adblock: update 1.5.0

* add new 'envchk'function to check adblock environment only,
  i.e. check volatile firewall rules or uhttpd instances
  without list updates
* add new optional parm 'adb_loglevel',
  set it to "0" to mute output (print only errors)
* set hotplug priority to '90' as well (missed in the last commit)
* documentation update
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoadblock: update 1.4.10 3262/head
Dirk Brenken [Thu, 29 Sep 2016 16:07:45 +0000 (18:07 +0200)]
adblock: update 1.4.10

- add 'enabled' check to iface hotplug event handler
- decrease startup priority from 99 to 90
- fix tab indentation in config

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoadblock: update 1.4.9 3153/head
Dirk Brenken [Sun, 11 Sep 2016 16:52:34 +0000 (18:52 +0200)]
adblock: update 1.4.9

* refine query function (see online doc)

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoadblock: update 1.4.8 3100/head
Dirk Brenken [Sun, 28 Aug 2016 19:37:35 +0000 (21:37 +0200)]
adblock: update 1.4.8

* enhance the new query function:
   change the regex to find only the relevant blocklist entries
   add a recursive tld search to quickly identify domains for
whitelisting (see documentation)
     better result preparation
* add securemecca as new blocklist source
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoadblock: update 1.4.7 3096/head
Dirk Brenken [Thu, 25 Aug 2016 11:41:15 +0000 (13:41 +0200)]
adblock: update 1.4.7

* add a query function to search the active blocklists for a specific
domain (/etc/init.d/adblock query <DOMAIN>)
* fix bug in ap mode/uhttpd port detection
* check general firewall and dnsmasq package dependencies and remove
redundant checks in ap mode

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoadblock: update 1.4.6 3084/head
Dirk Brenken [Sun, 21 Aug 2016 18:56:47 +0000 (20:56 +0200)]
adblock: update 1.4.6

* added a 'window.close()' to adblock landing page to automatically
close any pop-ups that might get loaded with a blocked ad
* simplified dnsmasq check in ap mode

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoadblock: update 1.4.5 3071/head
Dirk Brenken [Tue, 16 Aug 2016 06:54:21 +0000 (08:54 +0200)]
adblock: update 1.4.5

* change the default hphosts list source to ad and tracking servers
only, the overall list includes to many false positives
* new optional config parm 'adb_hotplugif' to restrict hotplug support
to a certain wan interface or to disable it at all
* documentation update
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoadblock: update 1.4.4 3062/head
Dirk Brenken [Sun, 14 Aug 2016 15:34:34 +0000 (17:34 +0200)]
adblock: update 1.4.4

* filter non-printable characters/binary data in input stream
* fix IPv4 adblock statistics in CC

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoadblock: update 1.4.3 3009/head
Dirk Brenken [Sun, 31 Jul 2016 15:19:33 +0000 (17:19 +0200)]
adblock: update 1.4.3

* fix race condition in restricted mode
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoadblock: update 1.4.2 3002/head
Dirk Brenken [Thu, 28 Jul 2016 20:29:46 +0000 (22:29 +0200)]
adblock: update 1.4.2

* ad broad blocklist source 'hphosts' https://hosts-file.net

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoMerge pull request #2986 from xypron/relayctl
Ted Hess [Sat, 23 Jul 2016 20:38:13 +0000 (16:38 -0400)]
Merge pull request #2986 from xypron/relayctl

relayctl: remove superfluous dependency on udev

7 years agorelayctl: remove superfluous dependency on udev 2986/head
Heinrich Schuchardt [Sat, 23 Jul 2016 19:35:51 +0000 (21:35 +0200)]
relayctl: remove superfluous dependency on udev

Package udev does not exist in Lede.
We do not need udev to use package relayctl.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
7 years agolibimobiledevice: update to the latest version to fix openssl build error
Felix Fietkau [Sat, 23 Jul 2016 15:40:26 +0000 (17:40 +0200)]
libimobiledevice: update to the latest version to fix openssl build error

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoMerge pull request #2984 from zorun/wireguard-update
champtar [Sat, 23 Jul 2016 12:22:16 +0000 (14:22 +0200)]
Merge pull request #2984 from zorun/wireguard-update

wireguard: Bump to 0.0.20160722

7 years agowireguard: Bump to 0.0.20160722 2984/head
Baptiste Jonglez [Sat, 23 Jul 2016 12:02:21 +0000 (14:02 +0200)]
wireguard: Bump to 0.0.20160722

Also fix a new compilation error, due to upstream changes in the build
system.  SUBDIRS= is deprecated when building external kernel modules, use
M= instead to fix compilation.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
7 years agoMerge pull request #2980 from feckert/fix-mwan3-whitspace-typos
champtar [Fri, 22 Jul 2016 06:02:05 +0000 (08:02 +0200)]
Merge pull request #2980 from feckert/fix-mwan3-whitspace-typos

Fix mwan3 whitespace typos

7 years agomwan3: fix mwan3track whitespace typo 2980/head
Florian Eckert [Thu, 21 Jul 2016 11:16:22 +0000 (13:16 +0200)]
mwan3: fix mwan3track whitespace typo

Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
7 years agomwan3: fix mwan3 help whitespace typo
Florian Eckert [Thu, 21 Jul 2016 10:52:05 +0000 (12:52 +0200)]
mwan3: fix mwan3 help whitespace typo

Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
7 years agoMerge pull request #2861 from LucileQ/bump-freeradius-server
champtar [Thu, 21 Jul 2016 10:07:10 +0000 (12:07 +0200)]
Merge pull request #2861 from LucileQ/bump-freeradius-server

freeradius3: new package

7 years agoMerge pull request #2977 from dibdot/adblock
champtar [Thu, 21 Jul 2016 09:22:25 +0000 (11:22 +0200)]
Merge pull request #2977 from dibdot/adblock

adblock: update 1.4.1

7 years agoadblock: update 1.4.1 2977/head
Dirk Brenken [Wed, 20 Jul 2016 20:09:23 +0000 (22:09 +0200)]
adblock: update 1.4.1

* fix two possible overflows in adblock statistics

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agompd: Update to 0.19.17, refresh patches
Ted Hess [Wed, 20 Jul 2016 14:54:46 +0000 (10:54 -0400)]
mpd: Update to 0.19.17, refresh patches

Signed-off-by: Ted Hess <thess@kitschensync.net>
7 years agophp5: update to 5.6.23
Michael Heimpold [Tue, 19 Jul 2016 21:14:33 +0000 (23:14 +0200)]
php5: update to 5.6.23

This fixes the following CVEs:
 - in GD: CVE-2015-8874, CVE-2016-5766, CVE-2016-5767
 - in mbstring: CVE-2016-5768
 - in mcrypt: CVE-2016-5769
 - in SPL: CVE-2016-5770, CVE-2016-5771
 - in WDDX: CVE-2016-5772
 - in zip: CVE-2016-5773

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agoutils/mksh: Update to current latest upstream (r52c).
Alive 4ever [Tue, 12 Jul 2016 13:59:56 +0000 (13:59 +0000)]
utils/mksh: Update to current latest upstream (r52c).

Signed-off-by: Alif M. A. <alive4ever at live.com>
7 years agoglib2: fix (host-)build with gcc6
Daniel Golle [Mon, 18 Jul 2016 20:07:22 +0000 (22:07 +0200)]
glib2: fix (host-)build with gcc6

import upstream fix from
https://git.gnome.org/browse/glib/commit/?id=0817af40e8c74c721c30f6ef482b1f53d12044c7

and fix it to remain compatibile with old version of gcc
https://git.gnome.org/browse/glib/commit/?id=8cdbc7fb2c8c876902e457abe46ee18a0b134486

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agognunet: update to SVN r37547
Daniel Golle [Mon, 18 Jul 2016 19:00:29 +0000 (21:00 +0200)]
gnunet: update to SVN r37547

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agolvm2: update to version 2.02.161
Daniel Golle [Mon, 18 Jul 2016 18:58:52 +0000 (20:58 +0200)]
lvm2: update to version 2.02.161

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agoMerge pull request #2968 from lynxis/fix-mhd
champtar [Mon, 18 Jul 2016 16:21:14 +0000 (18:21 +0200)]
Merge pull request #2968 from lynxis/fix-mhd

libmicrohttpd: add patch to fix inside loop declaration warning

7 years agoMerge pull request #2971 from kuoruan/aria2
champtar [Mon, 18 Jul 2016 16:19:06 +0000 (18:19 +0200)]
Merge pull request #2971 from kuoruan/aria2

Aria2 Update

7 years agoMerge pull request #2926 from cshore/pull-request-msmtp-ca-bundle
champtar [Mon, 18 Jul 2016 16:07:01 +0000 (18:07 +0200)]
Merge pull request #2926 from cshore/pull-request-msmtp-ca-bundle

mail/msmtp: Make msmtp ssl version depend on ca-bundle

7 years agoMerge pull request #2959 from jow-/procps-build-depends
champtar [Mon, 18 Jul 2016 16:01:31 +0000 (18:01 +0200)]
Merge pull request #2959 from jow-/procps-build-depends

procps-ng: add required build dependencies

7 years agostrongswan: bump to 5.5.0 (#2976)
Stijn Tintel [Mon, 18 Jul 2016 15:33:46 +0000 (18:33 +0300)]
strongswan: bump to 5.5.0 (#2976)

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years agoMerge pull request #2975 from zorun/wireguard-update
champtar [Sun, 17 Jul 2016 22:15:50 +0000 (00:15 +0200)]
Merge pull request #2975 from zorun/wireguard-update

wireguard: Bump to 0.0.20160711

7 years agowireguard: Bump to 0.0.20160711 2975/head
Baptiste Jonglez [Sun, 17 Jul 2016 21:03:20 +0000 (23:03 +0200)]
wireguard: Bump to 0.0.20160711

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
7 years agoaria2: add log 2971/head
Hostkit [Sat, 16 Jul 2016 21:46:14 +0000 (04:46 +0700)]
aria2: add log

add aria2.log and replace logger -t ARIA2C 'Restarting aria2s service'  with logger -t ARIA2C 'Restarting aria2c service' :D :p

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
7 years agoaria2: update to 1.25.0
Hsing-Wang Liao [Sat, 16 Jul 2016 03:07:11 +0000 (11:07 +0800)]
aria2: update to 1.25.0

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
7 years agoaria2: update init file
Hsing-Wang Liao [Sat, 16 Jul 2016 03:05:57 +0000 (11:05 +0800)]
aria2: update init file

This update is from #2961, thank @hostkit.

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
7 years agolibmicrohttpd: add patch to fix inside loop declaration warning 2968/head
Alexander Couzens [Fri, 15 Jul 2016 13:27:30 +0000 (15:27 +0200)]
libmicrohttpd: add patch to fix inside loop declaration warning

already fixed upstream, but 0.9.50 contains this bug

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
7 years agoMerge pull request #2964 from dibdot/adblock
Ted Hess [Thu, 14 Jul 2016 16:53:06 +0000 (12:53 -0400)]
Merge pull request #2964 from dibdot/adblock

adblock: release 1.4.0

7 years agoMerge pull request #2962 from semik/softflowd
champtar [Thu, 14 Jul 2016 14:10:36 +0000 (16:10 +0200)]
Merge pull request #2962 from semik/softflowd

softflowd: update softflowd.init do use procd

7 years agosoftflowd: update softflowd.init to use procd 2962/head
Jan Tomasek [Wed, 13 Jul 2016 14:00:58 +0000 (16:00 +0200)]
softflowd: update softflowd.init to use procd

Signed-off-by: Jan Tomasek <jan@tomasek.cz>
7 years agoadblock: release 1.4.0 2964/head
Dirk Brenken [Thu, 14 Jul 2016 07:29:26 +0000 (09:29 +0200)]
adblock: release 1.4.0

* rework/speed up overall sort
* simplified dns error handling

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoprocps-ng: add required build dependencies 2959/head
Jo-Philipp Wich [Tue, 12 Jul 2016 18:52:14 +0000 (20:52 +0200)]
procps-ng: add required build dependencies

Since 3048ebedec5b989a621529eec159cf5aa17b58b6 added a autoreconfig fixup to
procps-ng, the build fails on certain systems with errors like

    configure.ac:72: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION

or

    configure:14998: error: possibly undefined macro: AM_ICONV_LINKFLAGS_BODY

Fix the issue by adding build time dependencies on the `gettext` and `libiconv`
stub libraries to ensure that `gettext.m4` and `iconv.m4` are installed into
the staging directory before `procps-ng` is getting reconfigured.

Fixes https://github.com/openwrt/packages/issues/2890#issuecomment-231115844

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agofreeradius3: add package 2861/head
Lucile Quirion [Tue, 14 Jun 2016 20:36:49 +0000 (16:36 -0400)]
freeradius3: add package

freeradius-server version 2.x has been marked End-Of-Life.
This commit adds freeradius-server version 3.0.11 in a new package.

This commit also introduces the option "freeradius3-default"
which activate all modules needed to run radiusd with its default
configuration.

- rlm_digest (HTTP Digest Authentication) has been added
- rlm_unix (System Authentication) has been added
- rlm_attr_rewrite has been deleted

Note that SQL and LDAP support has been disabled.

Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
7 years agokrb5: Bump to v1.14.2
Xotic750 [Tue, 14 Jun 2016 17:34:16 +0000 (19:34 +0200)]
krb5: Bump to v1.14.2

Signed-off-by: Graham Fairweather <xotic750@gmail.com>
7 years agoMerge pull request #2437 from stintel/strongswan
champtar [Tue, 12 Jul 2016 15:18:06 +0000 (17:18 +0200)]
Merge pull request #2437 from stintel/strongswan

strongswan: update to 5.4, add plugins, fixes

7 years agoMerge pull request #2446 from jow-/CVE-2016-2381
champtar [Tue, 12 Jul 2016 15:13:44 +0000 (17:13 +0200)]
Merge pull request #2446 from jow-/CVE-2016-2381

perl: securely handle duplicate environment variables [CVE-2016-2381]

7 years agoMerge pull request #2919 from champtar/bluelog
champtar [Tue, 12 Jul 2016 10:50:31 +0000 (12:50 +0200)]
Merge pull request #2919 from champtar/bluelog

bluelog: fix oui.txt processing

7 years agoipsec-tools: fix syntax error in default racoon config
Jo-Philipp Wich [Thu, 7 Jul 2016 06:13:54 +0000 (08:13 +0200)]
ipsec-tools: fix syntax error in default racoon config

The default /etc/config/racoon shipped by ipsec-tools lacks an option keyword
on the p2_proposal line, leading to a syntax error when processing the file.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoMerge pull request #2957 from ianchi/youtube-dl
champtar [Tue, 12 Jul 2016 05:52:20 +0000 (07:52 +0200)]
Merge pull request #2957 from ianchi/youtube-dl

youtube-dl:update version

7 years agolibtalloc: add package
Lucile Quirion [Tue, 14 Jun 2016 20:33:31 +0000 (16:33 -0400)]
libtalloc: add package

libtalloc is a memory allocator used in Samba4 and freeradius-server
version 3.0.x and higher.

Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
7 years agoMerge pull request #2941 from hojuruku/p_mini_snmpd
champtar [Mon, 11 Jul 2016 20:33:21 +0000 (22:33 +0200)]
Merge pull request #2941 from hojuruku/p_mini_snmpd

mini_snmpd: new upstream/package maintainer, new version, init procd multi instance support with uci validation & network interface monitoring.

7 years agomini_snmpd: @champtar requested PKG_FIXUP:=autoreconf take care of strip and CFLAGS... 2941/head
Luke McKee [Mon, 11 Jul 2016 20:30:34 +0000 (03:30 +0700)]
mini_snmpd: @champtar requested PKG_FIXUP:=autoreconf take care of strip and CFLAGS options

Signed-off-by: Luke McKee <hojuruku@gmail.com>
7 years agomini_snmpd: 1.4-rc1 add git,autoconf,procd init script,uci validation - new upstream...
Luke McKee [Sat, 9 Jul 2016 13:54:37 +0000 (20:54 +0700)]
mini_snmpd: 1.4-rc1 add git,autoconf,procd init script,uci validation - new upstream/openwrt maintainer

Makes use of all available runtime options that can be passed to
mini_snmpd such as -I listen_on interface

Run-tested on trunk on ar71xx. Please review the init script regarding procd
monitoring interfaces, though everything else due to the conversion to
procd should be and done properly, if not overkill compared to most
other script bundled with openwrt.

The main benefit of all this is now larger routers can run multiple
instances of mini_snmpd on different ports, to get around the MIB hard
coded 4 interface/mountpoint limits.

Due to somewhat lacking dev / package maintainer docs except for
http://wiki.prplfoundation.org/wiki/Procd_reference writing this script
took longer than it should. You can see it's evolution here:
https://github.com/hojuruku/openwrt-packages/blob/mini_snmpd/net/mini_snmpd/files/mini_snmpd.init

If everything in it is found to be sane, please include it to the
openwrt wiki on procd as an example.

Due to procd / uci /sbin/validate_data cbi element datatype (uciname) being used
to check uci config, the configuration file now only takes openwrt uci network names not
physical network names as it did before.
http://git.openwrt.org/?p=packages.git;a=commit;h=783e5578ad104d1ca3c31582add08fc8eb4ad083

Like busybox the package Makefile has depends for all runtime
dependencies needed by the init script. mini_snmpd only depends on libc

squashed commits:
mini_snmpd: fix typo to fix procd triggers calling daemon binary directly instead of init script - misuse of $PROG var
mini_snmpd: enable SSP & mini_snmpd to start by default and listen on lan
mini_snmpd: disable RELRO blocker in Makefile after consulation
mini_snmpd: add smarts to init script to detect if ubusd hasn't started yet
mini_snmpd: fix init script - ubus -S doesn't print meaningful errors to give the user
mini_snmpd: Makefile roll back Makefile PKG_RELEASE to 1 for feng shui

7 years agoyoutube-dl:update version 2957/head
Adrian Panella [Mon, 11 Jul 2016 19:35:10 +0000 (14:35 -0500)]
youtube-dl:update version

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
7 years agoMerge pull request #2936 from padre-lacroix/master
Ted Hess [Mon, 11 Jul 2016 14:06:23 +0000 (10:06 -0400)]
Merge pull request #2936 from padre-lacroix/master

darkstat: Network bandwidth monitor - version 3.0.719

7 years agodarkstat: Network bandwidth monitor - version 3.0.719 2936/head
Jean-Michel Lacroix [Thu, 7 Jul 2016 13:43:48 +0000 (09:43 -0400)]
darkstat: Network bandwidth monitor - version 3.0.719
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
From the oldpackages.
Updated to version 3.0.719, new config file to add more options
Rewritten init file to take in account the new config file and
removing a bug when stopping the daemon.

Corrected license information in Makefile
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
7 years agomini_snmpd: patches are now all merged upstream in 1.4-rc1
Luke McKee [Sat, 9 Jul 2016 13:38:29 +0000 (20:38 +0700)]
mini_snmpd: patches are now all merged upstream in 1.4-rc1

Signed-off-by: Luke McKee <hojuruku@gmail.com>
7 years agomini_snmpd: import 1.2b from oldpackages for reference http://git.openwrt.org/?p...
Luke McKee [Sat, 9 Jul 2016 13:36:28 +0000 (20:36 +0700)]
mini_snmpd: import 1.2b from oldpackages for reference git.openwrt.org/?p=packages.git;a=commit;h=787e4e15a2792eb4d059001e1fb8bc84da8d65fd

Signed-off-by: Luke McKee <hojuruku@gmail.com>
7 years agoMerge pull request #2934 from rajanvaja/chilli
champtar [Mon, 11 Jul 2016 10:48:11 +0000 (12:48 +0200)]
Merge pull request #2934 from rajanvaja/chilli

coova-chilli: Fix UCI parse error

7 years agoMerge pull request #2952 from zorun/fix_md5sum
champtar [Mon, 11 Jul 2016 10:42:12 +0000 (12:42 +0200)]
Merge pull request #2952 from zorun/fix_md5sum

Remove incorrect use of PKG_SHA256SUM

7 years agoMerge pull request #2954 from the-alien/master
champtar [Mon, 11 Jul 2016 08:09:08 +0000 (10:09 +0200)]
Merge pull request #2954 from the-alien/master

python-psycopg2: update to 2.6.2

7 years agoMerge pull request #2955 from xypron/relayctl
champtar [Mon, 11 Jul 2016 08:06:03 +0000 (10:06 +0200)]
Merge pull request #2955 from xypron/relayctl

relayctl: update license information

7 years agocoova-chilli: Fix UCI parse error 2934/head
Rajan Vaja [Wed, 6 Jul 2016 13:29:18 +0000 (18:59 +0530)]
coova-chilli: Fix UCI parse error

UCI commands report errors in parsing coova-chilli
sample configuration file. Fix this issue by using
proper format in configuration.

Signed-off-by: Rajan Vaja <rajan.vaja@gmail.com>
7 years agoMerge pull request #2953 from oskarirauta/master
Yousong Zhou [Mon, 11 Jul 2016 01:01:32 +0000 (09:01 +0800)]
Merge pull request #2953 from oskarirauta/master

lua-lsqlite3: new package

7 years agorelayctl: update license information, use @SF 2955/head
Heinrich Schuchardt [Sun, 10 Jul 2016 19:08:13 +0000 (21:08 +0200)]
relayctl: update license information, use @SF

The license BSD-3-Clause.
Indicate license file.
Use @SF for PKG_SOURCE_URL instead of sourceforge.net URL.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
7 years agopython-psycopg2: update to 2.6.2 2954/head
alien [Sun, 10 Jul 2016 18:41:15 +0000 (21:41 +0300)]
python-psycopg2: update to 2.6.2
Signed-off-by: Dmitry Trefilov <the-alien@live.ru>
7 years agoMerge pull request #2891 from dibdot/ssmtp
Ted Hess [Sun, 10 Jul 2016 21:10:34 +0000 (17:10 -0400)]
Merge pull request #2891 from dibdot/ssmtp

ssmtp: change symlink handling

7 years agoMerge pull request #2949 from zorun/master
Ted Hess [Sun, 10 Jul 2016 20:36:25 +0000 (16:36 -0400)]
Merge pull request #2949 from zorun/master

wireguard: Bump to 0.0.20160708.1

7 years agoRemove incorrect use of PKG_SHA256SUM 2952/head
Baptiste Jonglez [Sun, 10 Jul 2016 15:05:01 +0000 (17:05 +0200)]
Remove incorrect use of PKG_SHA256SUM

OpenWRT/LEDE only understands the PKG_MD5SUM variable, and detects if the
hash is e.g. SHA256 by looking at the length of the hash.

This affects libs/libmicrohttpd, mail/ssmtp and utils/mc.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
7 years agoMerge pull request #2942 from sdwalker/variable-cleanup
Ted Hess [Sun, 10 Jul 2016 20:27:51 +0000 (16:27 -0400)]
Merge pull request #2942 from sdwalker/variable-cleanup

packages: cleanup Makefile variables

7 years agolua-lsqlite3: new package 2953/head
Oskari Rauta [Sun, 10 Jul 2016 16:20:01 +0000 (19:20 +0300)]
lua-lsqlite3: new package

Maintainer: Oskari Rauta / @oskarirauta
Compile tested: x86, APU-4D, Chaos Calmer
Run tested: ar71xx, WNDR3800, Chaos Calmer and x86, APU-4D, Chaos
Calmer - tests done. Performs as should.

Description:
LuaSQLite3 is a thin wrapper around the public domain SQLite3 database
engine.

This commit adds another sqlite3 module for Lua. This is very popular
and in my opinion, suites even better for some projects requiring
sqlite3 in Lua than already luasql, even though luasql is more
versatile since it supports other databases as well. It wouldn't hurt
to include this in the repository. This can also be installed with
luarocks, but I prefer a openwrt package.

Signed-off-by: Oskari Rauta oskari.rauta@gmail.com
7 years agowireguard: Bump to 0.0.20160708.1 2949/head
Baptiste Jonglez [Sat, 9 Jul 2016 22:44:27 +0000 (00:44 +0200)]
wireguard: Bump to 0.0.20160708.1

Also add the SHA256 checksum, since upstream now publishes it when releasing:

  https://lists.zx2c4.com/pipermail/wireguard/2016-July/000196.html

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
7 years agoMerge pull request #2945 from MikePetullo/grilo-plugins
Yousong Zhou [Sun, 10 Jul 2016 01:18:35 +0000 (09:18 +0800)]
Merge pull request #2945 from MikePetullo/grilo-plugins

grilo-plugins: update to 0.3.2

7 years agoMerge pull request #2946 from MikePetullo/lcdgrilo
Yousong Zhou [Sun, 10 Jul 2016 01:18:15 +0000 (09:18 +0800)]
Merge pull request #2946 from MikePetullo/lcdgrilo

lcdgrilo: update to 0.0.10

7 years agoMerge pull request #2944 from MikePetullo/grilo
Yousong Zhou [Sun, 10 Jul 2016 01:17:51 +0000 (09:17 +0800)]
Merge pull request #2944 from MikePetullo/grilo

grilo: update to 0.3.1

7 years agoMerge pull request #2947 from MikePetullo/dmapd
Yousong Zhou [Sun, 10 Jul 2016 01:16:17 +0000 (09:16 +0800)]
Merge pull request #2947 from MikePetullo/dmapd

dmapd: update to 0.0.73

7 years agolibaudiofile: Update source URL
Ted Hess [Sat, 9 Jul 2016 23:43:13 +0000 (19:43 -0400)]
libaudiofile: Update source URL

Signed-off-by: Ted Hess <thess@kitschensync.net>
7 years agodmapd: update to 0.0.73 2947/head
W. Michael Petullo [Sat, 9 Jul 2016 19:57:17 +0000 (15:57 -0400)]
dmapd: update to 0.0.73

Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years agolcdgrilo: update to 0.0.10 2946/head
W. Michael Petullo [Sat, 9 Jul 2016 19:55:58 +0000 (15:55 -0400)]
lcdgrilo: update to 0.0.10

Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years agogrilo: update to 0.3.1 2944/head
W. Michael Petullo [Sat, 9 Jul 2016 19:54:59 +0000 (15:54 -0400)]
grilo: update to 0.3.1

Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years agogrilo-plugins: update to 0.3.2 2945/head
W. Michael Petullo [Sat, 9 Jul 2016 19:53:21 +0000 (15:53 -0400)]
grilo-plugins: update to 0.3.2

Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years agopackages: cleanup Makefile variables 2942/head
Stephen Walker [Sat, 9 Jul 2016 18:50:58 +0000 (14:50 -0400)]
packages: cleanup Makefile variables

Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes

Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
7 years agognunet: bump to svn r37511
Daniel Golle [Fri, 8 Jul 2016 23:11:23 +0000 (01:11 +0200)]
gnunet: bump to svn r37511

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agoMerge pull request #2935 from dibdot/adblock
Ted Hess [Thu, 7 Jul 2016 14:20:41 +0000 (10:20 -0400)]
Merge pull request #2935 from dibdot/adblock

adblock: update 1.3.3

7 years agoadblock: update 1.3.3 2935/head
Dirk Brenken [Thu, 7 Jul 2016 10:42:37 +0000 (12:42 +0200)]
adblock: update 1.3.3

* enable automatic restore on empty source downloads

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agolm-sensors: fix missing PKG_SOURCE variable (#2933)
Jo-Philipp Wich [Thu, 7 Jul 2016 10:10:06 +0000 (12:10 +0200)]
lm-sensors: fix missing PKG_SOURCE variable (#2933)

Fix missing `PKG_SOURCE` variable leading to a
`Download/default is missing the FILE field` error in the buildroot.

Also remove now uneeded  variable as the default one matches the git clone
structure. Finally use the common variable assignment style for
`PKG_SOURCE_PROTO` and `PKG_SOURCE_VERSION`.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoMerge pull request #2931 from Wedmer/master
Ted Hess [Wed, 6 Jul 2016 20:37:07 +0000 (16:37 -0400)]
Merge pull request #2931 from Wedmer/master

[utils/zoneinfo] Updated to the latest release version

7 years agostrongswan: bump to 5.4.0 2437/head
Stijn Tintel [Mon, 28 Mar 2016 18:42:19 +0000 (20:42 +0200)]
strongswan: bump to 5.4.0

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years agostrongswan: add forecast plugin
Stijn Tintel [Tue, 13 Oct 2015 02:15:16 +0000 (04:15 +0200)]
strongswan: add forecast plugin

Closes #1868.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years agostrongswan: fix alignment in connmark plugin
Stijn Tintel [Mon, 29 Feb 2016 06:00:13 +0000 (07:00 +0100)]
strongswan: fix alignment in connmark plugin

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years agostrongswan: run sleep with integer argument
Stijn Tintel [Mon, 29 Feb 2016 04:21:16 +0000 (05:21 +0100)]
strongswan: run sleep with integer argument

The default busybox config used by OpenWrt does not enable floating
point number support for the sleep applet. This can cause an error when
stopping or restarting strongswan:

sleep: invalid number '0.1'

Replace the float with an integer to fix this.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years ago[utils/zoneinfo] Updated to the latest release version 2931/head
Vladimir Ulrich [Wed, 6 Jul 2016 14:41:14 +0000 (17:41 +0300)]
[utils/zoneinfo] Updated to the latest release version

Signed-off-by: Vladimir Ulrich <admin@evl.su>
7 years agognutls: updated to 3.4.14
Nikos Mavrogiannopoulos [Wed, 6 Jul 2016 08:43:09 +0000 (10:43 +0200)]
gnutls: updated to 3.4.14

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
7 years agossmtp: change symlink handling 2891/head
Dirk Brenken [Thu, 23 Jun 2016 19:14:20 +0000 (21:14 +0200)]
ssmtp: change symlink handling

* sendmail symlink handling is no longer forced and part of install step

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoMerge pull request #2928 from cshore/pull-request-tar-acl-options
Álvaro Fernández Rojas [Tue, 5 Jul 2016 06:28:56 +0000 (08:28 +0200)]
Merge pull request #2928 from cshore/pull-request-tar-acl-options

utils/tar: Default to acl and xattr support if it's core default

7 years agomail/msmtp: Make msmtp ssl version depend on ca-bundle 2926/head
Daniel Dickinson [Sat, 14 May 2016 03:34:38 +0000 (23:34 -0400)]
mail/msmtp: Make msmtp ssl version depend on ca-bundle

msmtp fails when /etc/ssl/certs/ca-certifictes.crt bundle is
not present (for the SSL version), therefore add a dependency
on ca-bundle packages (newly added to trunk).

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
7 years agoMerge pull request #2886 from Diftraku/lm-sensors
champtar [Mon, 4 Jul 2016 21:59:30 +0000 (23:59 +0200)]
Merge pull request #2886 from Diftraku/lm-sensors

Change lm-sensors source URI to the working clone on GitHub