Marko Ratkaj
b4f4e3488a
sysstat: add license info
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr >
2015-06-09 12:19:07 +02:00
Marko Ratkaj
1fac9ac756
luci-app-squid: add package
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr >
2015-06-09 12:18:04 +02:00
Marko Ratkaj
69116fb9e7
squid: minor changes in Makefile and init script
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr >
2015-06-09 12:15:36 +02:00
Naoir
32673f9b0b
Merge pull request #1355 from poranje/lang+perl-device-serialport
...
perl-device-serialport: add package
2015-06-09 00:49:33 +02:00
Paul Oranje
7b2de3f296
perl-device-serialport: add package
...
Adds the POSIX port of the Win32::SerialPort module by Kees Cook
Signed-off-by: Paul Oranje <por@xs4all.nl >
2015-06-09 00:00:10 +02:00
heil
183ec8af2e
pcre: fix CVE-2015-3210
...
- should fix eap buffer overflow in pcre_compile2() / compile_regex()
Signed-off-by: heil <heil@terminal-consulting.de >
2015-06-08 18:14:46 +02:00
Steven Barth
267174b747
strongswan: bump to 5.3.2
...
Signed-off-by: Steven Barth <steven@midlink.org >
2015-06-08 18:09:58 +02:00
Steven Barth
ee60975f76
Merge pull request #1354 from fededim/master
...
sstp-client: updated to version 1.0.10
2015-06-08 12:42:18 +02:00
Rupan
47486a9889
sstp-client: updated to version 1.0.10
...
Signed-off-by: Federico Di Marco <fededim@gmail.com >
2015-06-08 12:26:13 +02:00
Marko Ratkaj
08631d9c8f
sysstat: import from old packages
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr >
2015-06-08 11:46:17 +02:00
Steven Barth
433a621c42
strongswan: update to 5.3.1, cleanup broken modules
...
Signed-off-by: Steven Barth <steven@midlink.org >
2015-06-08 07:48:41 +02:00
Luka Perkov
91fb42ea11
Merge pull request #1344 from dangowrt/fix-lxc-seccomp
...
lxc: allow building with seccomp
2015-06-08 02:09:35 +02:00
Daniel Golle
3a1b961956
toxcore: new package
...
This packages the Tox core as well as nTox and tox-bootstrapd.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-06-08 01:27:18 +02:00
Luka Perkov
e07a07985e
libuv: bump to 1.6.1
...
Signed-off-by: Luka Perkov <luka@openwrt.org >
2015-06-08 00:53:52 +02:00
Luka Perkov
14d0753e97
Merge pull request #1348 from FlorianFieber/vim
...
vim: Fix editing crontabs with crontab -e
2015-06-08 00:15:51 +02:00
Florian Fieber
9f4c0abc22
vim: Fix editing crontabs with crontab -e
...
Per default, vim creates a new file and keeps the original file as backup.
This leads to crontab checking the backup file for changes instead of the
one actually being edited, resulting in any changes being silently dropped.
Since busybox's crontab saves temporary crontab files in "/etc/crontabs.*"
vim's default of "backupskip=/tmp/*" doesn't circumvent this.
This commit fixes this issue by appending "/etc/crontabs.*" to "backupskip".
Signed-off-by: Florian Fieber <florian@florianfieber.de >
2015-06-05 20:32:44 +02:00
Daniel Golle
9b5a7966ff
gnunet: package accidentally dropped peerstore_sqlite
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-06-05 17:42:34 +02:00
Daniel Golle
e0b2a226a3
xl2tpd: fix xl2tpd options
...
The previous commit left an unwanted string in the options passed
to xl2tpd-control. Remove that as well.
Also set procd respawn parameter now that I'm at it.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-06-05 17:42:06 +02:00
Daniel Golle
0f562aa7c3
xl2tpd: don't let xl2tpd handle redial
...
netifd is taking care of that already.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-06-05 14:53:36 +02:00
Daniel Golle
d6ac08f843
gnunet: improve packaging and set fix permissions on firstrun
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-06-05 14:53:22 +02:00
Daniel Golle
885a425824
gnurl: no longer force-enable TLS-SRP
...
It might not be available in GnuTLS and is not strictly required
by the gnurl manifest, see
http://www.git.taler.net/?p=gnurl.git;a=blob;f=README;h=f7521aa431a4e77a58dc558880ff54648d69e072;hb=HEAD#l22
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-06-05 14:53:22 +02:00
Daniel Golle
7582a91760
gnunet: don't override default to 'n'
...
Overriding DEFAULT to 'n' prevents packages being build unless
explicitely selected even if ALL is set.
Instead, set 'DEFAULT:=y if PACKAGE_gnunet' for the default
packages and otherweise don't touch DEFAULT.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-06-05 01:45:14 +02:00
Daniel Golle
180d34f70b
lxc: allow building with seccomp
...
seccomp was unconditionally disabled before.
Also a non-escaped newline in a place where it should be escaped
made the build process skip some CONFIGURE_ARGS.
Fix CONFIGURE_ARGS and add an option to allow building with seccomp.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-06-04 14:43:21 +02:00
Daniel Golle
93584e3cbe
gnunet: use templates to package components
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-06-04 02:37:03 +02:00
Daniel Golle
67e34ce071
gnunet: improve packages
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-06-04 00:45:14 +02:00
Daniel Golle
ae90788b64
gnunet: split up into smaller packages, bump version
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-06-03 22:40:36 +02:00
Michael Heimpold
615212d83c
Merge pull request #1339 from tru7/knxd
...
knxd: revert to older version
It turned out, that the latest upstream revision is seriously broken. So revert to working version for now.
2015-06-02 22:04:42 +02:00
Othmar Truniger
def24612af
knxd: revert to older version
...
Signed-off-by: Othmar Truniger <github@truniger.ch >
2015-06-02 20:21:53 +02:00
Marcel Denia
58d762d6f3
db47: Bump PKG_RELEASE
...
Signed-off-by: Marcel Denia <naoir@gmx.net >
2015-06-02 15:31:09 +02:00
Marcel Denia
e7850308fd
db47: Fix format security warning
...
Signed-off-by: Marcel Denia <naoir@gmx.net >
2015-06-02 15:30:58 +02:00
Paul Fertser
6e416709e8
openocd: update to final 0.9.0
...
Disables building documentation to avoid makeinfo v4,v5
incompatibilities.
Signed-off-by: Paul Fertser <fercerpav@gmail.com >
2015-06-02 10:05:25 +00:00
Luka Perkov
a748218c14
Merge pull request #1255 from samm-git/master
...
add lxc-device applet to the utils/lxc
2015-06-02 00:32:14 +02:00
Ted Hess
9f55bdc7a9
Merge pull request #1336 from roger-/micropython
...
micropython: update to latest
2015-06-01 16:55:24 -04:00
Ted Hess
7e07737e62
Merge pull request #1335 from roger-/micropython-lib
...
micropython-lib: update to latest
2015-06-01 16:55:04 -04:00
Roger
78ce3add21
micropython-lib: update to latest
...
Signed-off-by: Roger D <rogerdammit@gmail.com >
2015-06-01 11:24:33 -05:00
Roger
bae9781733
micropython: update to latest
...
Signed-off-by: Roger D <rogerdammit@gmail.com >
2015-06-01 11:22:07 -05:00
Michael Heimpold
e746e0d2a5
php5-pecl-libevent: add a patch to force usage of libevent2 headers (refs #1322 )
...
Builtbots currently fail to compile this package with (example message):
... /libevent-0.1.0/libevent.c:1403:42: error: 'EVBUFFER_READ' undeclared (first use in this function)
REGISTER_LONG_CONSTANT("EVBUFFER_READ", EVBUFFER_READ, CONST_CS | CONST_PERSISTENT);
With libevent2, the main include file event.h is deprecated, but includes
enough stuff and other compat includes that it _should work_. I could not figure
out why it fails (all locally builds work out-of-the-box), so this is a trial to
circumvent this compat header file and include the libevent2 headers directly.
While at, add a missing dependency to the sockets extension.
Signed-off-by: Michael Heimpold <mhei@heimpold.de >
2015-06-01 00:09:02 +02:00
Michael Heimpold
4020ee4fb6
mmc-utils: upgrade to latest revision
...
New features are commands for eMMC cache control and gp partition
creation.
Signed-off-by: Michael Heimpold <mhei@heimpold.de >
2015-05-31 23:31:12 +02:00
Michael Heimpold
0d9d2a1046
Merge pull request #1330 from tru7/knxd
...
knxd: bump to new version
2015-05-31 23:27:28 +02:00
Daniel Golle
a85f38afea
gnunet: improve procd init-script
...
Directly call /usr/lib/gnunet/libexec/gnunet-service-arm instead
of /usr/bin/gnunet-arm, so it remains attached to procd.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-05-31 18:54:52 +02:00
Daniel Golle
b9eb46387d
gnurl: bump release
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-05-31 18:32:53 +02:00
Daniel Golle
6bbdfa55df
gnurl: reduce feature-set to match specs in README
...
gnurl's README states quite excatly which CONFIGURE_ARGS to pass,
so disable lots of unneeded stuff.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-05-31 18:28:40 +02:00
Othmar Truniger
10d6da7d46
knxd: bump to new version
...
Signed-off-by: Othmar Truniger <github@truniger.ch >
2015-05-31 16:00:02 +02:00
Daniel Golle
fc488b8b10
libextractor: fix accidental versioning mess
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-05-31 15:45:50 +02:00
Daniel Golle
024ad3dba8
libextractor: package gstreamer plugin
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-05-31 15:43:26 +02:00
Daniel Golle
70980bc50b
gnunet: use upstream fix for libmicrohttpd detection
...
The autoconf issue when detecting libmicrohttpd was fixed upstream in
SVN revision 35845. Use that and remove the dirty work-around.
See also:
https://gnunet.org/bugs/view.php?id=3805#c9201
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-05-31 14:13:58 +02:00
Daniel Golle
8e835c763a
Merge pull request #1329 from ryzhovau/gnurl_ipv6
...
gnurl: Respect IPv6 settings
2015-05-31 14:13:31 +02:00
Alexander Ryzhov
24efa9a6ca
gnurl: Respect IPv6 settings
...
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru >
2015-05-31 11:21:58 +00:00
Daniel Golle
e3515017eb
gnunet: fixup more dependencies
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-05-31 12:58:52 +02:00
Daniel Golle
ee8f275172
glpk: add new package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2015-05-31 12:58:52 +02:00