Commit Graph

2114 Commits

Author SHA1 Message Date
Moritz Warning 04a518498c sockread: add support for reading data from a pipe 2015-01-20 13:43:59 +01:00
Moritz Warning e5c39cc999 sockread: add new package
sockread reads data from a Unix domain socket

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2015-01-13 21:52:16 +01:00
Nikos Mavrogiannopoulos 1c40fc1022 ocserv: store permanent config files in /etc/config
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-12 19:50:35 +01:00
Naoir 2f1b957942 Merge pull request #773 from chris5560/master
libidn: make availible idn command line tool
2015-01-12 12:56:29 +01:00
Marcel Denia 56d2dde55b perl-dbi: Update to 1.633
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-01-12 10:52:14 +01:00
Christian Schoenebeck 5eabf48f21 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
2015-01-12 10:44:15 +01:00
Jonathan McCrohan 9767485f65 mtr: update to v0.86
Drop 521-glib-dependency-fixes.patch; merged upstream

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-01-11 23:56:55 +00:00
Luka Perkov 3df768771f squid: initial import from old-packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-12 00:42:25 +01:00
Steven Barth b206a14bd8 Merge pull request #772 from chris5560/master
luci-app-privoxy: modified to support new LuCI structure
2015-01-11 22:12:11 +01:00
Christian Schoenebeck 83e8a0e36c 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>
2015-01-11 21:30:50 +01:00
Steven Barth b0ae832197 strongswan: bump to 5.2.2
Signed-off-by: Steven Barth <steven@midlink.org>
2015-01-11 20:27:06 +01:00
Steven Barth 7689da5cd8 dbus: bump to 1.9.6.
Signed-off-by: Steven Barth <steven@midlink.org>
2015-01-11 20:27:06 +01:00
Steven Barth cc3210afd3 Merge pull request #771 from commodo/python-updates
Python updates
2015-01-11 20:23:13 +01:00
Szilárd Pfeiffer 0394a1e286 python: Install .pc files from Python package.
Signed-off-by: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-01-11 20:15:13 +02:00
Alexandru Ardelean b474e60d6d python: add patch to fix _ctypes build on certain X86_64 hosts
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-01-11 20:15:13 +02:00
Alexandru Ardelean 11fba7e6bd python: remove libffi/host; we're not using it
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-01-11 20:15:13 +02:00
Alexandru Ardelean 7123d31a0b 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>
2015-01-11 20:15:13 +02:00
Alexandru Ardelean f5f8d83dcd python: change _PYTHON_HOST_PLATFORM to linux2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-01-11 20:15:13 +02:00
Steven Barth 56ff32fd8b Merge pull request #770 from damianorenfer/master
net/dnscrypt-proxy: update to 1.4.3
2015-01-11 19:11:32 +01:00
Steven Barth 30f004c791 Merge pull request #768 from chris5560/master
ddns-scripts: update to version 2.1.0-4
2015-01-11 19:08:17 +01:00
Damiano Renfer 87d7b3fef2 net/dnscrypt-proxy: update to 1.4.3
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-01-11 18:55:50 +01:00
Peter Wagner 99aad1438a [ntpd] fix deps and cleanup the Makefile
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-01-11 18:34:29 +01:00
Jo-Philipp Wich 450163d5c3 Merge pull request #766 from jow-/protobuf-c-autoreconf
protobuf-c: use generic autoreconf fixup
2015-01-11 18:17:04 +01:00
Christian Schoenebeck 64250aebc7 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>
2015-01-11 15:39:47 +01:00
Steven Barth 881f9d0107 Merge pull request #763 from morgenroth/Update-to-1.0
Upgrade IBR-DTN to version 1.0.0
2015-01-11 08:39:22 +01:00
Jo-Philipp Wich 71ea5447e8 libgd: explicitely disable libvpx support (#765)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-11 00:09:40 +01:00
Jo-Philipp Wich ad1d97d8e6 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>
2015-01-10 23:58:36 +01:00
Nicolas Thill e2b6aedea8 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>
2015-01-10 23:17:01 +01:00
Ted Hess d78bbafb73 libflac: change package/source URLs to xiph.org
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-01-10 16:02:25 -05:00
Nikos Mavrogiannopoulos 251eaf99fd ocserv: corrected the extraction of dyndns name
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 21:50:17 +01:00
Ted Hess 070a01b6fd moc: updgrade to released version 2.5.0
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-01-10 15:23:39 -05:00
Ted Hess d6b70e3706 Merge pull request #764 from jow-/flac-1.3.1
flac: update to v1.3.1 (CVE-2014-8962, CVE-2014-9028)
2015-01-10 15:06:27 -05:00
Jo-Philipp Wich 87d154e853 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>
2015-01-10 19:39:35 +01:00
Jo-Philipp Wich efe52d2fe5 Merge pull request #762 from jow-/smartmontools-autoreconf
smartmontools: use generic autoreconf fixup
2015-01-10 18:48:20 +01:00
Nicolas Thill 9afb5e8cf8 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>
2015-01-10 18:44:46 +01:00
Nicolas Thill 898d3d27db 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>
2015-01-10 18:42:20 +01:00
Nicolas Thill 664258e3d5 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>
2015-01-10 18:31:26 +01:00
Nicolas Thill e7cc6d850e bluez: adjust license infos
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-10 18:29:12 +01:00
Nicolas Thill e270953351 libical: adjust license infos
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-10 18:28:30 +01:00
Johannes Morgenroth 111d3f9d84 ibrdtnd: Updated to 1.0.0
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-01-10 17:30:57 +01:00
Johannes Morgenroth df34963277 ibrdtn-tools: Updated to 1.0.0
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-01-10 17:30:57 +01:00
Jo-Philipp Wich 2e92e83d10 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>
2015-01-10 16:02:56 +01:00
Johannes Morgenroth cf054011ee ibrdtn: Updated to 1.0.0
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-01-10 15:51:16 +01:00
Jo-Philipp Wich fe91b194d1 mysql: fix build with Bison 3.x
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-10 15:43:33 +01:00
Johannes Morgenroth b61a1bea31 ibrcommon: Updated to 1.0.0
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-01-10 15:27:57 +01:00
Marcel Denia a32cb24122 perl: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-01-10 15:19:10 +01:00
Marcel Denia 14d601c0eb perl: Fix version configuration symbols
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-01-10 15:19:10 +01:00
Marcel Denia c68e888e88 perl: Add mips64 configuration
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-01-10 15:19:03 +01:00
Nikos Mavrogiannopoulos 387ec8dbe8 openconnect: automatically enable rebind for DNS servers sent by VPN server
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:30:44 +01:00
Nikos Mavrogiannopoulos b53e5bfe87 openconnect: move certificate files to config/ to add graceful upgrade
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:12:33 +01:00