champtar
4ad821dcd4
Merge pull request #4486 from wvdakker/master
...
Shorewall(6): add full packages.
2017-12-07 14:08:04 -08:00
Hannu Nyman
9863f23b9f
Merge pull request #5185 from kubco2/mwan3-improve-logs
...
mwan3: Improve logs when member metric is too big
2017-12-07 21:17:14 +02:00
Jakub Janco
349b90cc24
mwan3: Improve logs when member metric is too big
...
If metric of member interface is bigger then 256, it is not
appended to policy, now at least warn message is printed into
syslog
Signed-off-by: Jakub Janco <kubco2@gmail.com>
2017-12-07 15:41:59 +01:00
Peter Wagner
d6b201b807
tor: update to 0.3.1.9
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-12-07 13:42:39 +01:00
Sven Eckelmann
bbf9b7f1f1
ap51-flash: Provide PKG_LICENSE* information
...
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2017-12-07 12:11:12 +01:00
Sven Eckelmann
fbd6b2ac3e
ap51-flash: Update to version 2017-12-07
...
* Added support for new OpenMesh devices:
- A42
- A62
- G200
- D200
- P60
* Fix size calculation for combined ext images
* Fixed build with musl
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2017-12-07 12:10:19 +01:00
Sven Eckelmann
8492fe21e7
ap51-flash: Remove FLASH_FROM_FILE preprocessor variable
...
ap51-flash doesn't know the FLASH_FROM_FILE preprocessor variable and thus
OpenWrt should not set it in its package Makefile.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2017-12-07 10:58:19 +01:00
Sven Eckelmann
6b11d0537e
ap51-flash: Remove NO_LIBPCAP preprocessor variable
...
ap51-flash doesn't know the NO_LIBPCAP preprocessor variable and thus
OpenWrt should not set it in its package Makefile.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2017-12-07 10:58:19 +01:00
Sven Eckelmann
e68554f879
ap51-flash: Remove OFLAGS from MAKE_FLAGS
...
Nothing in ap51-flash is using the variable OFLAGS. It should therefore not
be set.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2017-12-07 10:58:19 +01:00
Sven Eckelmann
269615e822
ap51-flash: Remove uIP workarounds
...
ap51-flash is no longer using uIP and thus these workarounds should no
longer be used.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2017-12-07 10:58:19 +01:00
Daniel Golle
06d5688f6e
Merge pull request #5195 from yangfl/master
...
i2pd: Add package
2017-12-07 09:37:12 +01:00
David Yang
060d90d604
i2pd: Add package
...
Signed-off-by: David Yang <mmyangfl@gmail.com>
2017-12-07 16:28:50 +08:00
Etienne Champetier
743bfbc1f2
build,travis: don't use TRAVIS_PULL_REQUEST
...
TRAVIS_PULL_REQUEST can be:
- undefined (local usage)
- false (branch build)
- PR number (if in a PR)
it's never set to true
use TRAVIS_PULL_REQUEST_SHA instead, so we can use normal tests (-z/-n)
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-12-06 21:17:42 -08:00
Alexander Couzens
356dd4ff79
lcdproc: remove build timestamp
...
Build timestamp prevents reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-12-07 00:21:35 +01:00
Ted Hess
f3d0d51e96
Merge pull request #5235 from lynxis/rb_uanytun
...
uanytun: remove build time/host to fix reproducible builds
2017-12-06 17:58:41 -05:00
Alexander Couzens
89e40113f6
uanytun: remove build time/host to fix reproducible builds
...
Build timestamps prevents reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-12-06 22:56:41 +01:00
champtar
01bb6fc394
Merge pull request #5234 from lynxis/rb_zabbix
...
zabbix: remove build timestamp
2017-12-06 13:32:42 -08:00
Alexander Couzens
8d4814c26d
zabbix: remove build timestamp
...
Build timestamp prevents reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-12-06 22:08:12 +01:00
Dirk Brenken
9fc66abcc0
travelmate: update 0.9.5
...
* change start priority to 25
* add support for hidden uplinks
* add support for wpa enterprise uplinks
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-12-06 16:53:43 +01:00
Rafał Miłecki
52124bf283
rpcd-mod-lxc: bump PKG_RELEASE to indicate recent changes
...
It should be bumped due to the "info" ubus method support.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-12-06 13:27:49 +01:00
Jo-Philipp Wich
62a3ec91c9
Merge pull request #5225 from diizzyy/patch-110
...
libs/libpng: Update to 1.6.34
2017-12-06 12:49:45 +01:00
Jo-Philipp Wich
118dda3143
Merge pull request #5224 from diizzyy/patch-109
...
libs/libgd: Update to 2.2.5
2017-12-06 12:49:20 +01:00
Rafał Miłecki
650704c425
rpcd-mod-lxc: info: return NOT_FOUND if container doesn't exist
...
It allow distinction between not existing and stopped container. So far
querying for not existing container was resulting in:
> ubus call lxc info '{ "name": "foo" }'
{
"name": "foo",
"state": "STOPPED",
"ips": [
]
}
Now it's an error and it matches lxc-info command line:
> ubus call lxc info '{ "name": "foo" }'
Command failed: Not found
> lxc-info --name foo
foo doesn't exist
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-12-06 09:58:17 +01:00
Thomas Huehn
55e530747f
collectd: upgrade package collectd to version 5.8.0
...
This patch upgrades the collectd package from 5.7.2 to 5.8.2.
All openwrt patches got either updated or deleted in case they
are already included into upstream collectd.
The new collectd 5.8.0 package compiles and got tested on current
lede trunk with latest luci on an PCengines APU. All default plugins
(enabled via Openwrt Makefile) - so also iwinfo - are running fine
with the new version.
Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de>
Amended with the following changes:
* preserve git file history by avoiding unnecessary patch renames
* mark new plugins introduced with 5.8 branch as disabled
Compile tested all plugins with ipq806x
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-12-06 10:44:11 +02:00
Ted Hess
f7450805b4
Merge pull request #5226 from lynxis/rb_vim
...
vim: remove build timestamp/hostname/username
2017-12-05 06:50:37 -05:00
Ted Hess
cc637017b4
Merge pull request #5205 from lynxis/rb_sysstat
...
sysstat: remove build timestamp
2017-12-05 06:50:14 -05:00
Yousong Zhou
209f0a37c4
pixiewps: initial version 1.4.1
...
Addresses #2872
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-05 11:20:32 +08:00
Yousong Zhou
9a35d5397d
reaver: switch to reaver-wps-fork-t6x
...
Addresses #2872
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-05 11:19:59 +08:00
Yousong Zhou
a9aeab53b9
openconnect: unify indentation in README
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-05 09:37:06 +08:00
Alexander Couzens
abdca7c61f
vim: remove build timestamp/hostname/username
...
Build timestamp prevents reproducible builds [0].
Same for other irrelevant informations e.g. hostname, username.
Thanks to debian for the patch.
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-12-04 23:57:05 +01:00
Ted Hess
a4e8a436b6
Merge pull request #5208 from neheb/patch-2
...
hd-idle: Update to 1.05
2017-12-04 14:29:44 -05:00
Ted Hess
2a8b152364
Merge pull request #5223 from diizzyy/patch-108
...
lib/expat: Update to 2.2.5
2017-12-04 14:20:30 -05:00
Daniel Engberg
e5d99192d6
libs/libpng: Update to 1.6.34
...
Update libpng to 1.6.34
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-12-04 19:40:45 +01:00
Daniel Engberg
888570f281
libs/libgd: Update to 2.2.5
...
Update libgd to 2.2.5
CVEs: CVE-2017-6362 + CVE-2017-7890
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-12-04 19:32:29 +01:00
Daniel Engberg
c60fa24481
lib/expat: Update to 2.2.5
...
Update (lib)expat to 2.2.5
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-12-04 19:27:57 +01:00
Gavin Ni
ede858fb5d
openconnect: support reading password from script
...
"token_mode" add support for "script", which execute "token_script" to
get the password. Some token is not supported by OpenConnect natively,
e.g. "MobilePass" or "Softoken II" used in Cisco VPN
Signed-off-by: Gavin Ni <gisngy@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-04 16:00:46 +08:00
Philip Prindeville
a13715ea39
Merge pull request #5220 from pprindeville/perl-cgi-4.38
...
perl-cgi: Update to 4.38
2017-12-03 16:31:18 -07:00
Philip Prindeville
55a7a610a2
perl-cgi: Update to 4.38
...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-12-03 16:26:23 -07:00
Peter Wagner
f5b1dd7ce7
git: update to 2.15.1 and cleanup DEPENDS
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-12-03 23:53:46 +01:00
Ted Hess
07c2beb849
gst1-libav: Supply CPU type to libav configure after stipping FPU notation
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-12-03 16:31:06 -05:00
Ted Hess
c34edc2171
mjpg-streamer: Add mdns support
...
Signed-off-by: Roger D <rogerdammit@gmail.com>
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-12-03 12:51:56 -05:00
champtar
e362d18580
Merge pull request #5216 from lynxis/rb_tcpproxy
...
tcpproxy: remove build timestamp and hostname
2017-12-03 09:46:18 -08:00
champtar
6d4f7d8d04
Merge pull request #5215 from lynxis/rb_lpc21isp
...
lpc21isp: remove build timestamp
2017-12-03 09:32:40 -08:00
champtar
7031f4cdbd
Merge pull request #5164 from TDT-AG/pr/20171116-net-mwan3-fixes
...
net/mwan3: add improvments and add a fix
2017-12-03 09:28:18 -08:00
Alexander Couzens
d36447fde4
lua-rs232: remove build timestamp
...
Build timestamp prevents reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-12-03 14:26:45 +01:00
Alexander Couzens
59c25a89e0
tcpproxy: remove build timestamp and hostname
...
Build timestamp prevents reproducible builds [0].
Build hostname also breaks reproducible builds.
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-12-03 14:06:25 +01:00
Alexander Couzens
2b3b72522d
ddns-scripts: remove gzip timestamp
...
gzip create a header by default containing the filename
and the timestamp of the file.
This timestamp will break reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-12-03 06:24:21 +01:00
Alexander Couzens
a7289e54f8
lpc21isp: remove build timestamp
...
Build timestamps prevent reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-12-03 06:21:45 +01:00
champtar
411b85b664
Merge pull request #4869 from apatrushev/master
...
micropython: updated to v1.9.2, micropython-lib: updated to v1.9
2017-12-02 15:13:09 -08:00
Ted Hess
901777195b
gst1-libav: Fix Makefile syntax error.
...
gstreamer1: Fix failures on buildbot mips platforms (accidently finds libunwind)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-12-02 17:53:13 -05:00