1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 15:48:40 +02:00
Commit Graph

4536 Commits

Author SHA1 Message Date
Marcel Denia
1557f6c4da perl-www: Update to 6.15
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-12-21 17:54:02 +01:00
Marcel Denia
9405a8faec perl-compress-bzip2: Update to 2.24
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-12-21 17:53:25 +01:00
Marcel Denia
a23ffef7e9 perl: Update to 5.22.1
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-12-21 17:53:02 +01:00
Ted Hess
eae3e52962 Merge pull request #2161 from dibdot/adblock
adblock: bugfix
2015-12-21 08:55:28 -05:00
Ted Hess
bec07b8ce2 Merge pull request #2159 from ryzhovau/luaposix_docs
luaposix: suppress docs compilation errors
2015-12-21 08:53:15 -05:00
Dirk Brenken
bdb599ff28 adblock: bugfix
* fix cornercase during domain query removal

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-12-21 14:35:03 +01:00
Alexander Ryzhov
8974291c60 luaposix: suppress docs compilation errors
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-12-21 04:33:44 -05:00
Ted Hess
8ff10cdc38 Merge pull request #2158 from dibdot/adblock
adblock: small changes
2015-12-20 19:57:19 -05:00
Dirk Brenken
8e041736fc adblock: small changes
* add whocares.org as additional source
* add adblock statistics (requires query log)
* cosmetics

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-12-20 22:40:54 +01:00
John Crispin
b44c01a072 Merge pull request #2147 from commodo/node-x86-build-fix
node: fix build on x86 & x86.64 targets
2015-12-20 21:20:23 +01:00
Nikos Mavrogiannopoulos
a0391c4f75 vpnc-scripts: bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-12-20 19:31:27 +02:00
Nikos Mavrogiannopoulos
74413b8220 Merge pull request #2157 from biblbroks/vpnc-scripts-dns-fix
vpnc-scripts: Fix handling of multiple VPN DNS servers
2015-12-20 18:58:58 +02:00
Aleksandar Radovanovic
00c9d9078a vpnc-scripts: Fix handling of multiple VPN DNS servers
Fix for #2116 - $INTERNAL_IP{4,6}_DNS variables are not word-split correctly when containing more than one DNS server.

Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs>
2015-12-20 14:48:59 +00:00
Ted Hess
9943e404f6 Merge pull request #2156 from dubek/rsyslog-8.15.0
net/rsyslog: update to 8.15.0
2015-12-20 09:29:52 -05:00
Dov Murik
102eb3d656 net/rsyslog: update to 8.15.0
Signed-off-by: Dov Murik <dmurik@us.ibm.com>
2015-12-20 15:42:00 +02:00
Hannu Nyman
11b6f71a07 Merge pull request #2154 from damianorenfer/master
libs/libsodium: update to 1.0.7
2015-12-20 13:46:29 +02:00
Damiano Renfer
e0d4c2f1df libs/libsodium: update to 1.0.7
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-12-20 12:39:01 +01:00
Hannu Nyman
262a372902 Merge pull request #2144 from cshore/pull-request-python-module-make
lang/python: Make building additional (non-base) python modules easier
2015-12-19 22:37:32 +02:00
Ted Hess
b5f07a089e Merge pull request #2143 from thess/madplay-fix
madplay: fix missing binary in madplay-oss package
2015-12-19 15:04:20 -05:00
Steven Barth
4528c4b2d8 Merge pull request #2150 from commodo/mdnsresponder-build-fix
mdnsresponder: (fix build) use TARGET_CC as LD
2015-12-19 18:38:17 +01:00
Alexandru Ardelean
f1b88fd69e mdnsresponder: (fix build) use TARGET_CC as LD
Probably related to -fstack-protector being used.
Got the idea from:
  http://ubuntuforums.org/showthread.php?t=352642&p=10100263#post10100263
  Regarding the missing __stack_check_fail_local, using gcc as the linker instead of ld fixes the issue without disabling stack protection as with -fno-stack-protector.

Fixes linker errs on some targets:
  objects/prod/dnssd_clientstub.c.so.o: In function `handle_resolve_response':
  dnssd_clientstub.c:(.text+0x395): undefined reference to `__stack_chk_fail_local'
  objects/prod/dnssd_clientstub.c.so.o: In function `handle_query_response':
  dnssd_clientstub.c:(.text+0x4bd): undefined reference to `__stack_chk_fail_local'

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-19 18:55:22 +02:00
Alexandru Ardelean
e5ca27a97c node: fix build on x86 & x86.64 targets
For x86 and x86_64, nodejs has some special CPU
code that needs to be selected by specifying
the correct CPU name (correct for nodejs).

On OpenWRT x86 is i386 ; node wants ia32 for this.
And x86_64 is x64 on nodejs.

So, we just need to do the proper substitutions.

Note: the ARCH env-var is obtained from CONFIG_ARCH, after
some subtitutions are applied.
So, it shouldn't affect other target archs.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-19 18:23:23 +02:00
Daniel Dickinson
83d992a8a9 lang/python: Make building additional (non-base) python modules easier
This adds code to make it easier to build third-party python
modules such as ones from PyPi.

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2015-12-18 17:15:36 -05:00
Ted Hess
ac5f4cfd5c madplay: fix missing binary in madplay-oss package
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-12-18 12:08:06 -05:00
Hannu Nyman
c1dc8cd0e4 Merge pull request #2139 from Adze1502/master
mwan3: update to version 2.0-1
2015-12-18 18:47:42 +02:00
Hannu Nyman
bebf94b165 Merge pull request #2138 from dibdot/adblock
adblock: feature update
2015-12-17 15:46:09 +02:00
Jeroen Louwes
725cfe6b8e mwan3: update to version 2.0-1
Fix issue with sticky sessions not working correctly
Fix issue where user created ipsets were not applied

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2015-12-17 12:11:50 +01:00
Dirk Brenken
1f5d9e641c adblock: feature update
* add two new blocklist sources: adaway.org and disconnect.me
* each blocklist source will be processed separately (no longer use one
big monolithic adblocklist), duplicates makes no harm to dnsmasq 
* url timestamp check to download and process only updated blocklists
* overall duplicate removal in separate blocklists (will be
automatically disabled on low memory systems) 
* additional checks & various small changes

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-12-17 11:49:31 +01:00
Alexander Ryzhov
fc2a2dadb1 unzip: enable unicode support and avoid packing the same binary twice
Closes https://github.com/openwrt/packages/pull/2081.

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-12-16 23:01:51 +01:00
Álvaro Fernández Rojas
70c2c21ad4 sumo: update to v0.25.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-12-16 22:23:02 +01:00
Ted Hess
fcb9c2e486 triggerhappy: Update to 01-Oct-15 version, force new source download
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-12-16 15:56:58 -05:00
Hannu Nyman
298c826361 Merge pull request #2092 from cshore/pull-request-python-system-expat
lang/python: Depend on system expat
2015-12-16 10:23:57 +02:00
Hannu Nyman
4d5d3f3ae1 Merge pull request #2130 from hnyman/wget1171
wget: bump version to 1.17.1
2015-12-15 17:22:05 +02:00
Hannu Nyman
93eb9b495c wget: bump version to 1.17.1
Update wget to version 1.17.1.
Remove patches as they are included upstream.

Changes in Wget 1.17.1
* Fix compile error when IPv6 is disabled or SSL is not present.
* Fix HSTS memory leak.
* Fix progress output in non-C locales.
* Fix SIGSEGV when -N and --content-disposition are used together.
* Add --check-certificate=quiet to tell wget to not print any warning
  about invalid certificates.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-12-15 13:52:35 +02:00
Hannu Nyman
fdebb21d76 Merge pull request #2127 from commodo/ola-fix-build
ola: fix build (linking issue TCPSocket::ReadDescriptor() const)
2015-12-15 12:18:41 +02:00
Hannu Nyman
5b64b48715 Merge pull request #2128 from hansmi/master
[Unbound] Update to 1.5.7
2015-12-15 11:50:51 +02:00
Alexander Ryzhov
054da2264f sslh: respect LDFLAGS
Closes: #2078

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-12-15 00:13:19 +00:00
Michael Hanselmann
67567e4536 [Unbound] Update to 1.5.7
Bump unbound to version 1.5.7 released on December 10, 2015.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2015-12-14 23:33:18 +01:00
Alexandru Ardelean
1c74804bc5 ola: fix build (linking issue TCPSocket::ReadDescriptor() const)
Reported buildbot issue is:
/store/buildbot/slave/ar71xx/build/build_dir/target-mips_34kc_musl-1.1.11/ola-0.9.7/plugins/openpixelcontrol/.libs/libolaopenpixelcontrol.so: undefined reference to `ola::network::TCPSocket::ReadDescriptor() const'
collect2: error: ld returned 1 exit status

There's also a discussion (attempt) to fix this on the buildroot project:
  https://patchwork.ozlabs.org/patch/503884/

This bug has been reported (from the buildroot project), here:
  https://github.com/OpenLightingProject/ola/issues/880

This commit introduced the issue:
  bfc1d99055
specifically the `-fvisibility-inlines-hidden` switch.

So, until, the upstream project (ola) fixes this, this fix
looks like the quickest/simplest workaround to have this package build.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-15 00:03:20 +02:00
Ted Hess
169e3c152a Merge pull request #2100 from ClaymorePT/boost_8
Boost: Update 8
2015-12-14 13:32:42 -05:00
Hannu Nyman
a653ee82a4 Merge pull request #2123 from commodo/ovs-musl-fix
openvswitch: fix build with musl and GCC 5
2015-12-14 19:42:35 +02:00
Hannu Nyman
bd089d3c8d Merge pull request #2120 from commodo/ibrcommon-fix-musl-build
ibrcommon: fix build on musl
2015-12-14 19:40:13 +02:00
Nuno Goncalves
bf2fc9c933 Merge pull request #2091 from kzyapkov/sshtunnel
sshtunnel: switch to procd 

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-12-14 13:08:18 +00:00
Hannu Nyman
026b499a57 Merge pull request #2125 from aTanW/master
gammu: bump to new upstream 1.36.8
2015-12-14 11:11:01 +02:00
Kiril Zyapkov
9d3877d446 sshtunnel: switch to procd
This changeset removes the shell wrapper the package used previously,
and uses the instance-management abilities of procd to track ssh
processes. Many fixes and improvements were integrated from the
package maintainer's branch at

https://github.com/nunojpg/packages/tree/sshtunnel

Signed-off-by: Kiril Zyapkov <kiril.zyapkov@gmail.com>
2015-12-14 09:35:03 +02:00
aTanW
31e0651408 gammu: bump to new upstream 1.36.8
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2015-12-14 09:06:48 +03:00
Nuno Goncalves
0b06f1f51c rtl-ais: add procd validation
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-12-13 23:21:28 +00:00
tripolar
0444536ea6 Merge pull request #2124 from commodo/ntpd-build-fix
ntpd: add libcap to default dependencies of the ntpd package
2015-12-13 23:44:57 +01:00
Alexandru Ardelean
2238ccc7c2 ntpd: add libcap to default dependencies of the ntpd package
Seems ntpdate also requires this lib:
```
Package ntpdate is missing dependencies for the following libraries:
libcap.so.2
make[2]: *** [/store/buildbot/slave/ar71xx/build/bin/ar71xx/packages/packages/ntpdate_4.2.8p4-1_ar71xx.ipk] Error 1
make[2]: Leaving directory `/store/buildbot/slave/ar71xx/build/feeds/packages/net/ntpd'
```

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-13 23:14:52 +02:00
Luka Perkov
9bd34cd554 Merge pull request #2121 from v-vid/master
bump version to 3.5.12
2015-12-13 21:42:41 +01:00