feed/packages.git
9 years agoMerge pull request #791 from thess/avahi-dbus-options
Ted Hess [Tue, 20 Jan 2015 16:51:02 +0000 (11:51 -0500)]
Merge pull request #791 from thess/avahi-dbus-options

avahi: Build 2 versions and allow selection of dbus vs non-dbus

9 years agoMerge pull request #802 from bk138/ola-squashed
Steven Barth [Tue, 20 Jan 2015 11:25:07 +0000 (12:25 +0100)]
Merge pull request #802 from bk138/ola-squashed

ola: Add an Open Lighting Architecture package.

9 years agoMerge pull request #801 from commodo/python-fix
Steven Barth [Tue, 20 Jan 2015 11:19:59 +0000 (12:19 +0100)]
Merge pull request #801 from commodo/python-fix

python: fix goof

9 years agoola: Add an Open Lighting Architecture package. 802/head
Christian Beier [Tue, 20 Jan 2015 11:11:48 +0000 (12:11 +0100)]
ola: Add an Open Lighting Architecture package.

The Open Lighting Architecture is a framework for lighting control information.
It supports a range of protocols and over a dozen USB devices. It can run as a
standalone service, which is useful for converting signals between protocols,
or alternatively using the OLA API, it can be used as the backend for lighting
control software. OLA runs on many different platforms including ARM, which
makes it a perfect fit for low cost Ethernet to DMX gateways.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
9 years agopython: fix goof 801/head
Alexandru Ardelean [Tue, 20 Jan 2015 08:45:07 +0000 (10:45 +0200)]
python: fix goof

This should have gone in python3.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agoocserv: prevent ocpasswd from using sha2crypt
Nikos Mavrogiannopoulos [Mon, 19 Jan 2015 20:39:25 +0000 (21:39 +0100)]
ocserv: prevent ocpasswd from using sha2crypt

That doesn't cope well with uclibc.
https://bugs.busybox.net/show_bug.cgi?id=7808

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoocserv: use ocserv.upgrade to save configured files
Nikos Mavrogiannopoulos [Mon, 19 Jan 2015 21:52:42 +0000 (22:52 +0100)]
ocserv: use ocserv.upgrade to save configured files

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoRevert "ocserv: store permanent config files in /etc/config"
Nikos Mavrogiannopoulos [Mon, 19 Jan 2015 21:47:25 +0000 (22:47 +0100)]
Revert "ocserv: store permanent config files in /etc/config"

This reverts commit 1c40fc1022377e565b037df92391b2b5ade110c8.

9 years agoopenconnect: use openconnect.upgrade to save configured files
Nikos Mavrogiannopoulos [Mon, 19 Jan 2015 21:46:12 +0000 (22:46 +0100)]
openconnect: use openconnect.upgrade to save configured files

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoRevert "openconnect: move certificate files to config/ to add graceful upgrade"
Nikos Mavrogiannopoulos [Mon, 19 Jan 2015 21:37:43 +0000 (22:37 +0100)]
Revert "openconnect: move certificate files to config/ to add graceful upgrade"

This reverts commit b53e5bfe875d673fc8a57a4766d7af6fc1b3e074.

9 years agoRevert "openconnect: cmdline parameter for CA not moved"
Nikos Mavrogiannopoulos [Mon, 19 Jan 2015 21:37:29 +0000 (22:37 +0100)]
Revert "openconnect: cmdline parameter for CA not moved"

This reverts commit fa8f5479458ee5163c9907ee3e92d8bd6b62389b.

9 years agoMerge pull request #799 from commodo/python3-updates
Steven Barth [Mon, 19 Jan 2015 19:54:50 +0000 (20:54 +0100)]
Merge pull request #799 from commodo/python3-updates

python3: update using python updates as template

9 years agoMerge pull request #800 from fededim/master
Steven Barth [Mon, 19 Jan 2015 18:34:54 +0000 (19:34 +0100)]
Merge pull request #800 from fededim/master

Davfs2: fixed issue with automake

9 years agoDavfs2: fixed issue with automake 800/head
Rupan [Mon, 19 Jan 2015 18:28:04 +0000 (19:28 +0100)]
Davfs2: fixed issue with automake
Signed-off-by: Federico Di Marco fededim@gmail.com
9 years agopython3: update using python updates as template 799/head
Alexandru Ardelean [Mon, 19 Jan 2015 18:22:41 +0000 (20:22 +0200)]
python3: update using python updates as template

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agoUpdate radsecproxy package to v1.6.6.
Toke Høiland-Jørgensen [Mon, 19 Jan 2015 14:14:43 +0000 (15:14 +0100)]
Update radsecproxy package to v1.6.6.

9 years agoMerge pull request #793 from tru7/patch-1
Steven Barth [Mon, 19 Jan 2015 06:53:49 +0000 (07:53 +0100)]
Merge pull request #793 from tru7/patch-1

linknx: update package with updated files

9 years agoocserv: added info on setting up firewall
Nikos Mavrogiannopoulos [Sun, 18 Jan 2015 21:06:48 +0000 (22:06 +0100)]
ocserv: added info on setting up firewall

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoocserv: added default_domain config option
Nikos Mavrogiannopoulos [Sun, 18 Jan 2015 16:27:12 +0000 (17:27 +0100)]
ocserv: added default_domain config option

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoocserv: Enable config-per-user by default as well as the route-add-cmd
Nikos Mavrogiannopoulos [Sun, 18 Jan 2015 15:32:03 +0000 (16:32 +0100)]
ocserv: Enable config-per-user by default as well as the route-add-cmd

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agophp5: add php5-fpm module build (closes #789)
wuqiong [Fri, 16 Jan 2015 16:01:49 +0000 (00:01 +0800)]
php5: add php5-fpm module build (closes #789)

Signed-off-by: wuqiong <memccpy@gmail.com>
- split fpm config into main and pool file
- introduced uci config file
- re-worked init script

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years agogit: update to 2.2.2
Peter Wagner [Sun, 18 Jan 2015 20:00:48 +0000 (21:00 +0100)]
git: update to 2.2.2

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agolibtorrent: update to latest git HEAD
Peter Wagner [Sun, 18 Jan 2015 19:05:55 +0000 (20:05 +0100)]
libtorrent: update to latest git HEAD

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agortorrent: update to git HEAD
Peter Wagner [Sun, 18 Jan 2015 19:04:56 +0000 (20:04 +0100)]
rtorrent: update to git HEAD

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agoocserv: removed old option from README
Nikos Mavrogiannopoulos [Sun, 18 Jan 2015 11:57:42 +0000 (12:57 +0100)]
ocserv: removed old option from README

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoocserv: don't print needless warnings
Nikos Mavrogiannopoulos [Sun, 18 Jan 2015 11:20:56 +0000 (12:20 +0100)]
ocserv: don't print needless warnings

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoocserv: depend on kmod-tun
Nikos Mavrogiannopoulos [Sun, 18 Jan 2015 11:14:40 +0000 (12:14 +0100)]
ocserv: depend on kmod-tun

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoMerge pull request #794 from damianorenfer/master
Ted Hess [Sat, 17 Jan 2015 21:32:36 +0000 (16:32 -0500)]
Merge pull request #794 from damianorenfer/master

libs/libsodium: update to 1.0.2

9 years agolibs/libsodium: update to 1.0.2 794/head
Damiano Renfer [Sat, 17 Jan 2015 19:09:30 +0000 (20:09 +0100)]
libs/libsodium: update to 1.0.2

Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
9 years agolinknx: update release number for changes in files dir 793/head
Othmar Truniger [Sat, 17 Jan 2015 18:13:15 +0000 (19:13 +0100)]
linknx: update release number for changes in files dir

Signed-off-by: Othmar Truniger <gibthub@truniger.ch>
9 years agolinknx: improve init script
Othmar Truniger [Sat, 17 Jan 2015 18:11:41 +0000 (19:11 +0100)]
linknx: improve init script

Signed-off-by: Othmar Truniger <github@truniger.ch>
9 years agolinknx: change path for persistent files
Othmar Truniger [Sat, 17 Jan 2015 18:09:11 +0000 (19:09 +0100)]
linknx: change path for persistent files

Signed-off-by: Othmar Truniger <github@truniger.ch>
9 years agognutls: updated to 3.3.12
Nikos Mavrogiannopoulos [Sat, 17 Jan 2015 08:41:37 +0000 (09:41 +0100)]
gnutls: updated to 3.3.12

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoopenconnect: bumped version
Nikos Mavrogiannopoulos [Sat, 17 Jan 2015 08:15:23 +0000 (09:15 +0100)]
openconnect: bumped version

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoMerge pull request #790 from jaspersalathe/patch-1
Nikos Mavrogiannopoulos [Sat, 17 Jan 2015 08:01:08 +0000 (09:01 +0100)]
Merge pull request #790 from jaspersalathe/patch-1

openconnect: cmdline parameter for CA not moved

9 years agoMerge pull request #792 from chris5560/master
Steven Barth [Sat, 17 Jan 2015 06:05:17 +0000 (07:05 +0100)]
Merge pull request #792 from chris5560/master

ddns-scripts: Update to Version 2.1.0-5

9 years agoddns-scripts: Update to Version 2.1.0-5 792/head
Christian Schoenebeck [Fri, 16 Jan 2015 23:11:09 +0000 (00:11 +0100)]
ddns-scripts: Update to Version 2.1.0-5

restructure startup of dnymaic_dns_updater.sh
 - first run load_all_config_options (it returns 1 if SECTION_ID not found) #779
 - set all defaults if necessary
 - verify if username and/or password is needed inside update_url #779
 - remove wait - will be done by retry_interval and retry_count if communication fails
provider specific update scripts
 - verify if username/password are needed
services_ipv6
 - added freedns.afraid.org
 - IPv6 should work due to their documentation
minor fixes

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
9 years agoavahi: Build 2 versions and allow selection of dbus vs non-dbus 791/head
Ted Hess [Fri, 16 Jan 2015 21:27:52 +0000 (16:27 -0500)]
avahi: Build 2 versions and allow selection of dbus vs non-dbus
shairplay: Fixup avahi dependency (select dbus version)
forked-daapd: Fixup avahi dependency (select dbus version)

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agoopenconnect: cmdline parameter for CA not moved 790/head
Jasper [Fri, 16 Jan 2015 16:21:44 +0000 (17:21 +0100)]
openconnect: cmdline parameter for CA not moved

The location for the server CA file was moved in b53e5bfe875d673fc8a57a4766d7af6fc1b3e074, but the corresponding command line option for opeconnect not updated.

9 years agoMerge pull request #783 from tru7/patch-1
Steven Barth [Fri, 16 Jan 2015 07:34:39 +0000 (08:34 +0100)]
Merge pull request #783 from tru7/patch-1

knxd: fix path in Makefile and some cleanups

9 years agoMerge pull request #784 from commodo/python-fix-debian
Steven Barth [Fri, 16 Jan 2015 07:33:54 +0000 (08:33 +0100)]
Merge pull request #784 from commodo/python-fix-debian

python: add patch to remove Debian/Ubuntu multiarch support

9 years agoMerge pull request #787 from luizluca/elfutils-update
Luiz Angelo Daros de Luca [Fri, 16 Jan 2015 06:26:41 +0000 (04:26 -0200)]
Merge pull request #787 from luizluca/elfutils-update

elfutils: update to 0.161

9 years agoelfutils: update to 0.161 787/head
Luiz Angelo Daros de Luca [Fri, 16 Jan 2015 06:08:45 +0000 (04:08 -0200)]
elfutils: update to 0.161

For elfutils changes since 0.160:

 https://lists.fedorahosted.org/pipermail/elfutils-devel/2014-December/004481.html

For OpenWRT, minor patches fixes.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoMerge pull request #786 from luizluca/ruby_update
Luiz Angelo Daros de Luca [Fri, 16 Jan 2015 05:35:37 +0000 (03:35 -0200)]
Merge pull request #786 from luizluca/ruby_update

ruby: update to 2.2.0

9 years agoruby: update to 2.2.0 786/head
Luiz Angelo Daros de Luca [Thu, 15 Jan 2015 00:45:13 +0000 (22:45 -0200)]
ruby: update to 2.2.0

For ruby changes since 2.1.x:

 https://github.com/ruby/ruby/blob/v2_2_0/NEWS

Relevant changes for OpenWRT:

* all patches for ruby-core where merged upstream and
  they are not needed anymore (only rdoc patch remains)
 - PR for the rdoc github project was added to the patch header
   (https://github.com/rdoc/rdoc/pull/340)
* new package ruby-powerassert for introduced new bundled gem power_assert
* new package ruby-unicodenormalize for Unicode normalization files
* removed ruby-dl as DL was removed after being deprecated
* ruby-{minitest,testunit} where removed from ruby library. Now they
  are bundled gems
* test and sample files where removed from gems in order to save resources
  and reduce pkgs dependencies
* script ruby_find_pkgsdeps was updated to match upstream changes

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agopython: add patch to remove Debian/Ubuntu multiarch support 784/head
Alexandru Ardelean [Thu, 15 Jan 2015 21:17:22 +0000 (23:17 +0200)]
python: add patch to remove Debian/Ubuntu multiarch support

Seems when cross compiling on x86_64 Debian (most likely Ubuntu too)
the host's paths will be added too causing build failures for some extensions.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agoknxd: fix path in Makefile and some cleanups 783/head
Othmar Truniger [Thu, 15 Jan 2015 19:50:04 +0000 (20:50 +0100)]
knxd: fix path in Makefile and some cleanups

Signed-off-by: Othmar Truniger <github@truniger.ch>
9 years agoMerge pull request #781 from Adze1502/master
Steven Barth [Thu, 15 Jan 2015 13:32:31 +0000 (14:32 +0100)]
Merge pull request #781 from Adze1502/master

mwan3: update to version 1.5-10

9 years agomwan3: update to version 1.5-10 781/head
Adze1502 [Thu, 15 Jan 2015 13:15:53 +0000 (14:15 +0100)]
mwan3: update to version 1.5-10

Fixed issue in mwan3 status output with mwan3 interfaces not yet configuerd in network config
Removed nexthop argument as it is no longer used

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
9 years agopen: change source to http, ftp seems to timeout for some clients
Steven Barth [Thu, 15 Jan 2015 10:19:12 +0000 (11:19 +0100)]
pen: change source to http, ftp seems to timeout for some clients

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agoMerge pull request #778 from tru7/patch-1
Steven Barth [Thu, 15 Jan 2015 06:40:13 +0000 (07:40 +0100)]
Merge pull request #778 from tru7/patch-1

knxd: bump to latest release, add conffile

9 years agoknxd: bump to latest release, add conffile 778/head
Othmar Truniger [Wed, 14 Jan 2015 20:15:16 +0000 (21:15 +0100)]
knxd: bump to latest release, add conffile

Signed-off-by: Othmar Truniger <github@truniger.ch>
9 years agoMerge pull request #776 from aTanW/master
Steven Barth [Wed, 14 Jan 2015 14:13:33 +0000 (15:13 +0100)]
Merge pull request #776 from aTanW/master

gammu: add libusb dependency

9 years agogammu: add libusb dependency 776/head
aTanW [Wed, 14 Jan 2015 13:46:48 +0000 (16:46 +0300)]
gammu: add libusb dependency

Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    1 +
 1 file changed, 1 insertion(+)

9 years agoocserv: store permanent config files in /etc/config
Nikos Mavrogiannopoulos [Mon, 12 Jan 2015 18:50:13 +0000 (19:50 +0100)]
ocserv: store permanent config files in /etc/config

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoMerge pull request #773 from chris5560/master
Naoir [Mon, 12 Jan 2015 11:56:29 +0000 (12:56 +0100)]
Merge pull request #773 from chris5560/master

libidn: make availible idn command line tool

9 years agoperl-dbi: Update to 1.633
Marcel Denia [Mon, 12 Jan 2015 00:39:34 +0000 (01:39 +0100)]
perl-dbi: Update to 1.633

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agolibidn: make availible idn command line tool 773/head
Christian Schoenebeck [Mon, 12 Jan 2015 09:44:15 +0000 (10:44 +0100)]
libidn: make availible idn command line tool

Modified Makefile to make also availible the idn command line tool under
"Network"->"IP Addresses and Names"->"idn"

Signed-off-by: Christian Schoenebeck christian.schoenebeck@gmail.com
9 years agomtr: update to v0.86
Jonathan McCrohan [Sun, 11 Jan 2015 23:56:55 +0000 (23:56 +0000)]
mtr: update to v0.86

Drop 521-glib-dependency-fixes.patch; merged upstream

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
9 years agosquid: initial import from old-packages
Luka Perkov [Sun, 4 Jan 2015 21:52:05 +0000 (22:52 +0100)]
squid: initial import from old-packages

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agoMerge pull request #772 from chris5560/master
Steven Barth [Sun, 11 Jan 2015 21:12:11 +0000 (22:12 +0100)]
Merge pull request #772 from chris5560/master

luci-app-privoxy: modified to support new LuCI structure

9 years agoluci-app-privoxy: modified to support new LuCI structure 772/head
Christian Schoenebeck [Sun, 11 Jan 2015 20:30:50 +0000 (21:30 +0100)]
luci-app-privoxy: modified to support new LuCI structure

* Makefile
    - modified to support new LuCI build structure when building i18n support
    - increase "patch" version
* privoxy.lua detail.lua apperror.lua
    - modified version detection
    - removed function ipgk_version()
* new file build/i18n-po2lua.pl
    - copied from luci build system to create lmo language files

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
9 years agostrongswan: bump to 5.2.2
Steven Barth [Sun, 11 Jan 2015 19:21:02 +0000 (20:21 +0100)]
strongswan: bump to 5.2.2

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agodbus: bump to 1.9.6.
Steven Barth [Sun, 11 Jan 2015 18:57:58 +0000 (19:57 +0100)]
dbus: bump to 1.9.6.

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agoMerge pull request #771 from commodo/python-updates
Steven Barth [Sun, 11 Jan 2015 19:23:13 +0000 (20:23 +0100)]
Merge pull request #771 from commodo/python-updates

Python updates

9 years agopython: Install .pc files from Python package. 771/head
Szilárd Pfeiffer [Thu, 27 Nov 2014 22:19:40 +0000 (23:19 +0100)]
python: Install .pc files from Python package.

Signed-off-by: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: add patch to fix _ctypes build on certain X86_64 hosts
Alexandru Ardelean [Sun, 11 Jan 2015 16:47:02 +0000 (18:47 +0200)]
python: add patch to fix _ctypes build on certain X86_64 hosts

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: remove libffi/host; we're not using it
Alexandru Ardelean [Sun, 11 Jan 2015 15:08:02 +0000 (17:08 +0200)]
python: remove libffi/host; we're not using it

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: enable pip installation of pip on the host-side
Alexandru Ardelean [Sun, 11 Jan 2015 14:02:03 +0000 (16:02 +0200)]
python: enable pip installation of pip on the host-side

Python packs some pip installation script during the build,
which looks like a better idea to use for the python-pip
and/or python-setuptools packages.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: change _PYTHON_HOST_PLATFORM to linux2
Alexandru Ardelean [Thu, 8 Jan 2015 10:43:34 +0000 (12:43 +0200)]
python: change _PYTHON_HOST_PLATFORM to linux2

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agoMerge pull request #770 from damianorenfer/master
Steven Barth [Sun, 11 Jan 2015 18:11:32 +0000 (19:11 +0100)]
Merge pull request #770 from damianorenfer/master

net/dnscrypt-proxy: update to 1.4.3

9 years agoMerge pull request #768 from chris5560/master
Steven Barth [Sun, 11 Jan 2015 18:08:17 +0000 (19:08 +0100)]
Merge pull request #768 from chris5560/master

ddns-scripts: update to version 2.1.0-4

9 years agonet/dnscrypt-proxy: update to 1.4.3 770/head
Damiano Renfer [Sun, 11 Jan 2015 17:55:50 +0000 (18:55 +0100)]
net/dnscrypt-proxy: update to 1.4.3

Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
9 years ago[ntpd] fix deps and cleanup the Makefile
Peter Wagner [Sun, 11 Jan 2015 17:34:29 +0000 (18:34 +0100)]
[ntpd] fix deps and cleanup the Makefile

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agoMerge pull request #766 from jow-/protobuf-c-autoreconf
Jo-Philipp Wich [Sun, 11 Jan 2015 17:17:04 +0000 (18:17 +0100)]
Merge pull request #766 from jow-/protobuf-c-autoreconf

protobuf-c: use generic autoreconf fixup

9 years agoddns-scripts: update to version 2.1.0-4 768/head
Christian Schoenebeck [Sun, 11 Jan 2015 14:39:47 +0000 (15:39 +0100)]
ddns-scripts: update to version 2.1.0-4

* remove CHANGELOG from distribution
* fix syslog output printing "\n" or other formating chars
* ddns configuration
    - new UCI-config value ddns.global.allow_local_ip "0" or "1"
(default "0") - (OpenWrt Ticket 18642)
* dynamic_dns_functions.sh
- new function split_FQDN() splits a given FQDN into host,
(registerable) domainname, and TLD using
https://publicsuffix.org/list/effective_tld_names.dat
- verify_host_port() use BIND host, if installed
- verify_host_port() not detecting ip, if already given
- fixed regexp for IP detection from nslookup's answer - (OpenWrt
Ticket 16363)
- support ddns.global.allow_local_ip to allow sending non public IP's
to DDNS provider like 127.x, 192.168.x.x or fxxx - (OpenWrt Ticket
18642)
* new file tld_names.dat
- used by dynamic_dns_functions.sh inside split_FQDN() function to
find valid TLD's
* update_cloudflare.sh
- modified subdomain/domain splitting using split_FQDN()
- modified support for AA12.09 (json_get_keys())
- minor fixes and cleanup
- many thanks to Aaron Tanner for testing

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
9 years agoMerge pull request #763 from morgenroth/Update-to-1.0
Steven Barth [Sun, 11 Jan 2015 07:39:22 +0000 (08:39 +0100)]
Merge pull request #763 from morgenroth/Update-to-1.0

Upgrade IBR-DTN to version 1.0.0

9 years agolibgd: explicitely disable libvpx support (#765)
Jo-Philipp Wich [Sat, 10 Jan 2015 23:09:40 +0000 (00:09 +0100)]
libgd: explicitely disable libvpx support (#765)

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agoprotobuf-c: use generic autoreconf fixup 766/head
Jo-Philipp Wich [Sat, 10 Jan 2015 22:58:36 +0000 (23:58 +0100)]
protobuf-c: use generic autoreconf fixup

Invoke the generic autoreconf fixup instead of calling the shipped autogen.sh.

This ensures that proper variants of libtoolize, autoconf, automake etc. are
used, otherwise it is not possible to rebuild protobuf-c in the SDK env.

The change requires backport to BB as it currently blocks the rebuild of ocerv.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agoser2net: import from old packages feed
Nicolas Thill [Sat, 10 Jan 2015 22:15:11 +0000 (23:15 +0100)]
ser2net: import from old packages feed

 - update to latest version (v2.10.0)
 - add a patch to fix compilation failures due to missing TIOCSRS485 macro
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agolibflac: change package/source URLs to xiph.org
Ted Hess [Sat, 10 Jan 2015 21:02:10 +0000 (16:02 -0500)]
libflac: change package/source URLs to xiph.org

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agoocserv: corrected the extraction of dyndns name
Nikos Mavrogiannopoulos [Sat, 10 Jan 2015 20:50:17 +0000 (21:50 +0100)]
ocserv: corrected the extraction of dyndns name

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agomoc: updgrade to released version 2.5.0
Ted Hess [Sat, 10 Jan 2015 20:21:49 +0000 (15:21 -0500)]
moc: updgrade to released version 2.5.0

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agoMerge pull request #764 from jow-/flac-1.3.1
Ted Hess [Sat, 10 Jan 2015 20:06:27 +0000 (15:06 -0500)]
Merge pull request #764 from jow-/flac-1.3.1

flac: update to v1.3.1 (CVE-2014-8962, CVE-2014-9028)

9 years agoflac: update to v1.3.1 (CVE-2014-8962, CVE-2014-9028) 764/head
Jo-Philipp Wich [Sat, 10 Jan 2015 18:39:35 +0000 (19:39 +0100)]
flac: update to v1.3.1 (CVE-2014-8962, CVE-2014-9028)

This updates flac to the new upstream release v1.3.1 to fix two known CVEs.

Additionally the commit changes the following:
 * Drop custom Build/Configure recipe in favor to CONFIGURE_ARGS
 * Refreshes patches and removes changes to *.in files since they're
   regenerated by autoreconf anyway
 * Remove now obsolete 020-libFLAC-remove-altivec-options.patch
 * Add an md5sum for the source archive
 * Passes --enable-static to configure to force producing a libflac.a

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agoMerge pull request #762 from jow-/smartmontools-autoreconf
Jo-Philipp Wich [Sat, 10 Jan 2015 17:48:20 +0000 (18:48 +0100)]
Merge pull request #762 from jow-/smartmontools-autoreconf

smartmontools: use generic autoreconf fixup

9 years agobluelog: import from old packages feed
Nicolas Thill [Sat, 10 Jan 2015 17:44:46 +0000 (18:44 +0100)]
bluelog: import from old packages feed

 - update to latest version (v1.1.2)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agomsmtp: import from old packages feed
Nicolas Thill [Sat, 10 Jan 2015 17:42:20 +0000 (18:42 +0100)]
msmtp: import from old packages feed

 - update to latest version (v1.6.1)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agopen: import from old packages feed
Nicolas Thill [Sat, 10 Jan 2015 17:31:26 +0000 (18:31 +0100)]
pen: import from old packages feed

 - update to latest version (v0.25.1)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agobluez: adjust license infos
Nicolas Thill [Sat, 10 Jan 2015 17:29:12 +0000 (18:29 +0100)]
bluez: adjust license infos

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agolibical: adjust license infos
Nicolas Thill [Sat, 10 Jan 2015 17:28:30 +0000 (18:28 +0100)]
libical: adjust license infos

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agoibrdtnd: Updated to 1.0.0 763/head
Johannes Morgenroth [Sat, 10 Jan 2015 14:27:27 +0000 (15:27 +0100)]
ibrdtnd: Updated to 1.0.0

Signed-off-by: Johannes Morgenroth <jm@m-network.de>
9 years agoibrdtn-tools: Updated to 1.0.0
Johannes Morgenroth [Sat, 10 Jan 2015 14:27:06 +0000 (15:27 +0100)]
ibrdtn-tools: Updated to 1.0.0

Signed-off-by: Johannes Morgenroth <jm@m-network.de>
9 years agosmartmontools: use generic autoreconf fixup 762/head
Jo-Philipp Wich [Sat, 10 Jan 2015 15:02:56 +0000 (16:02 +0100)]
smartmontools: use generic autoreconf fixup

Instead of using the broken upstream autogen.sh, utilize then generic
autoreconf PKG_FIXUP.

This fixes the following configure error after the recent automake
update in trunk:

-- 8< --
You must have at least GNU Automake 1.7 (up to 1.14) installed
in order to bootstrap smartmontools from SVN. Download the
appropriate package for your distribution, or the source tarball
from ftp://ftp.gnu.org/gnu/automake/ .

Also note that support for new Automake series (anything newer
than 1.14) is only added after extensive tests. If you live in
the bleeding edge, you should know what you're doing, mainly how
to test it before the developers. Be patient.
make[2]: *** [.../.configured_] Error 1
-- >8 --

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agoibrdtn: Updated to 1.0.0
Johannes Morgenroth [Sat, 10 Jan 2015 14:26:56 +0000 (15:26 +0100)]
ibrdtn: Updated to 1.0.0

Signed-off-by: Johannes Morgenroth <jm@m-network.de>
9 years agomysql: fix build with Bison 3.x
Jo-Philipp Wich [Sat, 10 Jan 2015 14:43:33 +0000 (15:43 +0100)]
mysql: fix build with Bison 3.x

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agoibrcommon: Updated to 1.0.0
Johannes Morgenroth [Sat, 10 Jan 2015 14:26:37 +0000 (15:26 +0100)]
ibrcommon: Updated to 1.0.0

Signed-off-by: Johannes Morgenroth <jm@m-network.de>
9 years agoperl: Bump PKG_RELEASE
Marcel Denia [Sat, 10 Jan 2015 13:31:26 +0000 (14:31 +0100)]
perl: Bump PKG_RELEASE

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoperl: Fix version configuration symbols
Marcel Denia [Sat, 10 Jan 2015 13:30:47 +0000 (14:30 +0100)]
perl: Fix version configuration symbols

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoperl: Add mips64 configuration
Marcel Denia [Mon, 5 Jan 2015 06:43:59 +0000 (07:43 +0100)]
perl: Add mips64 configuration

Signed-off-by: Marcel Denia <naoir@gmx.net>