Karl Palsson
05aa35194e
mosquitto: Include viable stub config file
...
This should always have been available in the mosquitto package itself.
This file needs to exist in basic form to allow the init scripts to even check whether it exists.
Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-07 12:18:47 +00:00
Karl Palsson
39ea72b186
mosquitto: use mirrored files/ tree
...
Instead of manually copying files and renaming on install, use the nice
clean "files/<mirror>" structure and just $(CP) them into place.
Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-07 12:18:43 +00:00
Karl Palsson
eb287ff334
mosquitto: package c++ bindings
...
Only available in the "full" SSL version.
Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-07 12:18:40 +00:00
Hannu Nyman
c736f34a41
Merge pull request #2468 from chris5560/master
...
ddns-scripts: fix comparing IPv6 addresses
2016-03-07 13:20:13 +02:00
Christian Schoenebeck
32c9818b14
ddns-scripts: fix comparing IPv6 addresses
...
fix comparing IPv6 addresses
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-03-07 12:04:50 +01:00
Yousong Zhou
51795430fd
Merge pull request #2466 from zhao-gang/ss-client-update
...
shadowsocks-client: change git repository url
2016-03-07 09:54:17 +08:00
Zhao, Gang
5247bd7ea4
shadowsocks-client: change git repository url
...
Change the git repository url to use https. Because it's found that in
some network environments http doesn't work.
Signed-off-by: Zhao, Gang <gang.zhao.42@gmail.com>
2016-03-07 08:53:05 +08:00
Peter Wagner
0cc876bc65
openssh: v7.2p1
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-03-06 22:42:27 +01:00
Hannu Nyman
48e134b6ab
Merge pull request #2457 from commodo/ovs-upgrade
...
openvswitch: pull released version 2.5.0
2016-03-06 20:25:55 +02:00
Hannu Nyman
56688f68fd
Merge pull request #2463 from jefferyto/host-python-with-system-ffi
...
python: use external libffi for host python
2016-03-06 20:25:19 +02:00
Hannu Nyman
4d2c124797
Merge pull request #2455 from jefferyto/host-python-changes
...
Host python changes
2016-03-06 20:24:43 +02:00
Hannu Nyman
c96d6cb48d
Merge pull request #2458 from tru7/libesmtp
...
libesmtp: add ssl support, new upstream URL
2016-03-06 20:22:51 +02:00
Hannu Nyman
2768408f27
Merge pull request #2462 from zhao-gang/ss-client-update
...
shadowsocks-client: version bump to 0.6
2016-03-06 20:20:47 +02:00
Hannu Nyman
1624cc2d03
Merge pull request #2454 from dibdot/adblock
...
adblock: 0.91.0
2016-03-06 20:13:39 +02:00
Hannu Nyman
0b36e9a54d
Merge pull request #2459 from chris5560/master
...
ddns-scripts: correct freedns.afraid.org update url and new provider
2016-03-06 20:13:11 +02:00
Hannu Nyman
d693ac3b1a
Merge pull request #2456 from jefferyto/python-cryptography-update
...
python-cryptography: update to latest version
2016-03-06 20:10:57 +02:00
Jeffery To
4e3ae81b0c
python: use external libffi for host python
...
This will ensure that ctypes will use the same version of libffi as
other packages, e.g. python-cffi.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-06 19:09:13 +08:00
Zhao, Gang
db6dd3e9df
shadowsocks-client: version bump to 0.6
...
The patch has been merged by upstream.
Signed-off-by: Zhao, Gang <gang.zhao.42@gmail.com>
2016-03-06 18:42:17 +08:00
Luiz Angelo Daros de Luca
441dd131d0
Merge pull request #2461 from luizluca/ruby-2.3.0
...
ruby: bump to 2.3.0
2016-03-06 02:37:08 -03:00
Luiz Angelo Daros de Luca
f42b6fd6e3
ruby: bump to 2.3.0
...
New feature release for ruby.More info:
https://www.ruby-lang.org/en/news/2015/12/25/ruby-2-3-0-released/
Patches changes:
(-) 001-rdoc-remove_gems_dep.patch was merged
(+) 001-acinclude.m4_rename_aclocal.m4.patch backported from upstream.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2016-03-06 02:13:08 -03:00
Christian Schoenebeck
38866917d8
ddns-scripts: correct freedns.afraid.org update url and new provider
...
- roll back to "old" update_url of freedns.afraid.org fix for #2445 and openwrt/luci#661
- add provider nubem.com (IPv4 only)
- add provider nettica.com (IPv4 only)
- add provider zerigo.com (IPv4 and IPv6)
- add provider regfish.de (IPv4 and IPv6)
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-03-05 21:44:19 +01:00
Nikos Mavrogiannopoulos
db993dc673
gnutls: updated to 3.4.10
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-03-05 11:57:08 +01:00
Othmar Truniger
290358db62
libesmtp: add ssl support, new upstream URL
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2016-03-05 10:53:07 +01:00
Alexandru Ardelean
91f5e2dbf2
openvswitch: pull released version 2.5.0
...
Also added a patch (from OVS trunk) that fixes pthread
thread stack sizes with musl.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-03-05 10:19:43 +02:00
Jeffery To
7eee7533de
python-cryptography: update to latest version
...
This version fixes a compilation error when used with OpenSSL 1.0.2g
(https://github.com/pyca/cryptography/issues/2750 ).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-05 02:31:14 +08:00
Jeffery To
57c7942e25
python packages: update host install prefix
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-05 02:30:13 +08:00
Jeffery To
b70b978cc6
python: use default host build prefix, remove cross-compile workarounds for host
...
The sets host Python's prefix and exec-prefix to the same value
($(STAGING_DIR)/host for packages, as currently defined in
include/host-build.mk), which avoids the case where pyconfig.h is
not in the same location as Python's other header files (see
https://bugs.python.org/issue896330 ).
This also removes some cross compilation workarounds
(_python_sysroot/prefix/exec_prefix, disabling byte-compilation,
__PYVENV_LAUNCHER__) that are not necessary when compiling packages
for host.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-05 02:30:12 +08:00
Dirk Brenken
8a0e3c0940
adblock: 0.91.0
...
* fix blocklist footer/counter
* optimize/rework blocklist rulesets
* change source url for spam404 and yoyo
* code cosmetics & cleanups
Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-03-04 15:23:01 +01:00
Hannu Nyman
d43df25b1f
python-cffi: mark BROKEN due to buildbot breakage
...
python-cffi's host section has trouble compiling at buildbot.
Yesterday it stopped all buildbot runs that reached the package.
Mark the package temporarily as BROKEN to enable buildbot to complete the build.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-03-04 11:51:15 +02:00
Daniel Golle
c9812eb7f5
tracertools: fix output for ues with collectd-mod-exec
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-03 13:00:01 +01:00
Yousong Zhou
a2a5c3b20a
Merge pull request #2441 from urusha/newpkg2
...
Add arp-scan package
2016-03-02 10:36:40 +08:00
Sergey Urushkin
9811743dee
arp-scan: add package
...
Signed-off-by: Sergey Urushkin <urusha.v1.0@gmail.com>
2016-03-01 12:58:21 +03:00
Hannu Nyman
b49d41f289
nano: use GNU alias for source download
...
Download source using the GNU alias in order to get fault-tolerance.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-03-01 10:29:13 +02:00
Jo-Philipp Wich
9f5057a175
Merge pull request #2397 from stintel/snmp
...
net-snmp: reload snmpd on interface events
2016-03-01 06:32:51 +01:00
Yousong Zhou
d406b49d79
Merge pull request #2444 from oneru/nano-2.5.3
...
Updates to 2.5.3 and updates copyright year.
2016-03-01 10:15:29 +08:00
Jonathan Bennett
4a840ae361
Updates to 2.5.3 and updates copyright year.
...
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2016-02-29 19:15:35 -06:00
Hannu Nyman
bb75ed263d
Merge pull request #2438 from stintel/ddns
...
ddns-scripts: uclient-fetch supports -4/-6
2016-02-29 21:32:07 +02:00
Stijn Tintel
2789e6b3f3
ddns-scripts: uclient-fetch supports -4/-6
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-02-29 11:38:23 +01:00
Hannu Nyman
31b70f938f
Merge pull request #2435 from dibdot/adblock
...
adblock: 0.90.0
2016-02-28 22:40:30 +02:00
Dirk Brenken
a869954089
adblock: 0.90.0
...
* all relevant adblock events will be properly written to syslog/stdout
* removed needless 'debug log' option
* add optional parm 'adb_forcedns' to redirect all queries to local
resolver (default: '1', enabled)
* revised space check
* various code cosmetics & cleanups
Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-02-28 21:26:41 +01:00
Michael Heimpold
1382bd46e3
mmc-utils: upgrade to latest revision
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-02-27 22:13:14 +01:00
Daniel Golle
98259c3c9e
gnunet: package REST interface, break-up experiments
...
new packages: gnunet-rest, gnunet-rps, gnunet-social
also improve package descriptions and maintain order
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-02-27 19:44:31 +02:00
Hannu Nyman
643719a2eb
Merge pull request #2428 from Shulyaka/master
...
postfix: version update to 3.1.0
2016-02-27 19:30:13 +02:00
Ted Hess
b8905657d6
Merge pull request #2430 from thess/v4l2-update
...
libv4l: Update version to 1.10.0. Fix musl/uClibc incompatibility wit…
2016-02-27 11:48:36 -05:00
Ted Hess
2f8f5d54e4
Merge pull request #2427 from openwrt-es/shairport-sync-next
...
shairport-sync: update to latest version
2016-02-27 10:41:05 -05:00
Ted Hess
4c73560932
libv4l: Update version to 1.10.0. Fix musl/uClibc incompatibility with getsubopt()
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-02-27 09:49:17 -05:00
Denis Shulyaka
eadf60cf82
postfix: version update to 3.1.0
...
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2016-02-27 15:48:29 +03:00
Álvaro Fernández Rojas
db6d12f7c7
shairport-sync: update to latest version
...
Also adds PROVIDES definition to fix "shairport-sync" package installation
from feeds.
Remove unneeded openssl and polarssl config checks.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-02-27 13:24:10 +01:00
Álvaro Fernández Rojas
23421bd104
unrar: update to v5.3.11
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-02-27 12:52:56 +01:00
Álvaro Fernández Rojas
f4e9b2d9e9
shairplay: update to latest version
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-02-27 12:47:47 +01:00