Commit graph

2625 commits

Author SHA1 Message Date
Christian Beier
8c6edb3def ola: update to 0.9.6, tidy up makefile, try to resolve build dependencies.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2015-07-02 14:08:20 +02:00
Karl Palsson
6aa5742fb5 lua-penlight: Bump to version 1.3.2
And include the pkg md5sum finally.

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-03-16 11:10:54 +00:00
Peter Wagner
f3527d974e git: update to 2.3.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-03-16 02:34:13 +01:00
Daniel Golle
ba4338d6f7 mmc-utils: don't set -D_FORTIFY_SOURCE in Makefile
Now that security features are set globally, having the
FORTIFY_SOURCE option set in Makefile breaks the build when
CONFIG_PKG_FORTIFY_SOURCE_{1,2} is enabled as well.

arm-openwrt-linux-uclibcgnueabi-gcc  -Wall -Werror -Wuninitialized -Wundef -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Os -pipe -march=armv6k -mtune=mpcore -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -Wp,-MMD,./.mmc.o.d,-MT,mmc.o -c mmc.c -o mmc.o
<command-line>:0:0: error: "_FORTIFY_SOURCE" redefined [-Werror]
<command-line>:0:0: note: this is the location of the previous definition
cc1: all warnings being treated as errors
Makefile:35: recipe for target 'mmc.o' failed

Fix this by removing -D_FORTIFY_SOURCE=2 from Makefile.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-15 20:51:51 +01:00
Jonathan McCrohan
387f31560f sslh: update to 1.17
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-03-15 18:15:18 +00:00
tripolar
ff2814affa Merge pull request #1000 from luizluca/git_http
Add git HTTP(s) support (and FTP)
2015-03-15 16:55:39 +01:00
Ted Hess
67dd1a6e1d Merge pull request #1038 from dangowrt/fix-avahi-autoipd-ssp-dependency
avahi: avahi-autoipd uses libssp if SSP_SUPPORT is enabled
2015-03-15 08:52:56 -04:00
Daniel Golle
73094db36f avahi: avahi-autoipd uses libssp if SSP_SUPPORT is enabled
Found on an all-y build with SSP enabled:
Package avahi-autoipd is missing dependencies for the following libraries:
libssp.so.0

Adding the missing dependency to address that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-15 12:12:48 +01:00
Steven Barth
401edc354f Merge pull request #1037 from commodo/python3-updates
python3 updates
2015-03-15 10:22:29 +01:00
Alexandru Ardelean
12bba35627 python3: revert puting the encodings folder into a python3-codecs
Some notes about the 'encodings' module, which is about 1.7 MB.
Unfortunately that one cannot be moved into the 'python3-codecs'
package, because Python tries to load up all available encodings
at startup.
Some efforts to add a dummy folder/python file have failed so far,
since there's a C code (Python/codecs.c) that tries to evaluate that
all encodings (in the encodings folder/module) are valid.

Basically the encodings module is a repository of encodings,
and it seemst there are quite a few of them.

Maybe a request to upstream Python would work for this, to
make encodings a bit more decoupled from the interpreter.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-14 21:24:31 +02:00
Alexandru Ardelean
cfe31ca3d3 python3: port some patches from python
Based on the idea that 'what-works-on-python-should-work-on-python3'
because they share the same trunk, these patches have been copied over
from the python package.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-14 21:24:31 +02:00
Alexandru Ardelean
741fdfd1e0 python3: replicate packaging work done in python package
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-14 21:24:30 +02:00
Alexandru Ardelean
70df2d9a0c python3: upgrade to version 3.4.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-14 21:18:15 +02:00
Alexandru Ardelean
dd091f235f python3: re-number patches
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-14 21:18:15 +02:00
Luiz Angelo Daros de Luca
dccc2268bb git: add subpackage for http(s)/ftp(s) commands
This patch add a new package, git-http, that contains all
http related commands (and ftp as extra). All http/ftp
depends on libcurl. Even without SSL suport in libcurl,
git compiles and it returns an informative error only
at runtime.

The use of symlinks now are trigged using NO_INSTALL_HARDLINKS env
and not based only on Makefile patch.

imap-send was kept builtin and idependent of curl (just as it was
before)

Template files, which are not necessary, where removed.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-03-14 14:47:43 -03:00
Luiz Angelo Daros de Luca
e9eea78910 git: configure as cross compiling
Previously, ./configure was running checking local system and not
OpenWRT target. This would avoid any configure test about OpenWRT
libraries.

With a patch in configure, non cross-compiling-friend test are
ignored and Makefile can use default configure.

As side effect, git commands are now at /usr/lib/git-core and not
/usr/libexec/git-core.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-03-14 14:47:43 -03:00
Nikos Mavrogiannopoulos
2ad3706813 libtasn1: updated to 4.3
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-03-14 14:14:19 +01:00
Nikos Mavrogiannopoulos
678e0e46f0 openconnect: upgraded to 7.05
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-03-14 14:12:03 +01:00
Jo-Philipp Wich
21bdb270fb Merge pull request #1035 from mhei/collectd
collectd: unbreak collectd-mod-modbus
2015-03-14 12:14:09 +01:00
Michael Heimpold
f59d4a76f8 collectd: unbreak collectd-mod-modbus
I tested it successfully on a Asus WL-500gP V2, querying
a Modbus TCP server.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-13 22:41:47 +01:00
Michael Heimpold
5b0b49234b libmodbus: update to 3.1.2
Although this version is marked 'unstable' by upstream, it's very
robust and stable. So give it a broader audience for testing.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-13 22:32:26 +01:00
Steven Barth
8c297fcc11 Merge pull request #1034 from commodo/python-updates
python: refine packaging and split more modules into packages
2015-03-13 18:02:43 +01:00
Alexandru Ardelean
d69d8ec0b9 python: refine packaging and split more modules into packages
Rule of thumb is: any Python file that is greater than 100kb
(or adds a dependency with which it adds more than 100 kb)
should be a pretty useful/commonly used lib to stay in `python-light`.
An example, is the Python IO lib, which summarized (Python source +
binary module) is over 200kb.

Also moved some files that should have been put into previously
existing packages before, and re-organized the packages a bit.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-13 18:39:08 +02:00
Luka Perkov
4ecbe05663 cshark: update to latest git HEAD
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-03-13 09:15:54 +01:00
Marko Ratkaj
1c9dfa57bb vim: fix acl detection bug
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-03-12 23:33:36 +01:00
Steven Barth
3cf51e0937 Merge pull request #1032 from commodo/python-updates
python: fix conflicts between python-light & python-base
2015-03-12 21:19:52 +01:00
John Crispin
98be2ca3e0 global: change all instances of USE_EGLIBC to USE_GLIBC
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-03-12 20:52:37 +01:00
Alexandru Ardelean
01eff3fc59 python: fix conflicts between python-light & python-base
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-12 21:04:45 +02:00
Nikos Mavrogiannopoulos
522e047be2 removed Build/Configure part
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-03-12 18:50:19 +01:00
Nikos Mavrogiannopoulos
e3199d1ffe seccomp: depends on CONFIG_KERNEL_SECCOMP
Resolves #935

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-03-12 18:29:54 +01:00
Jo-Philipp Wich
f55314de0e Merge pull request #1030 from giner/patch-2
wshaper: start wshaper on ifup
2015-03-12 15:45:35 +01:00
Ted Hess
cd214e97fc Merge pull request #1021 from mantas-p/fix-mjpg-streamer
mjpg-streamer: fix compatibility with new kernels (>=3.16)
2015-03-12 09:19:09 -04:00
Steven Barth
6e3418ae9e Merge pull request #1027 from tru7/pthsem
pthsem: streamline makefile
2015-03-12 07:21:25 +01:00
Steven Barth
bcc3519f13 Merge pull request #1029 from tru7/libesmtp
libesmtp: streamline makefile
2015-03-12 07:21:11 +01:00
Stanislav German-Evtushenko
b64c2dc399 wshaper: start wshaper on ifup 2015-03-12 01:48:05 +03:00
Dora Budic
b0cb516206 taskwarrior: update to 2.4.1.
Signed-off-by: Dora Budic <dora2411@gmail.com>
2015-03-11 23:47:25 +01:00
Othmar Truniger
7ae9c98341 libesmtp: streamline makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-03-11 23:33:42 +01:00
Othmar Truniger
4d393adb67 pthsem: streamline makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-03-11 23:10:10 +01:00
Mantas Pucka
84f3028036 mjpg-streamer: fix YUV capture mode
Update to r182-experimental (071481e626) broke YUV
capture mode in input_uvc. This patch fixes it.

Tested on ar71xx with Logitech C170

Signed-off-by: Mantas Pucka <mantas@8devices.com>
2015-03-11 16:54:09 +02:00
Mantas Pucka
b17a973f14 mjpg-streamer: fix compatibility with new kernels (>=3.16)
input_uvc was broken with new kernel update

patch source: https://github.com/oliv3r/mjpg-streamer

Tested on ar71xx with Logitech C170

Signed-off-by: Mantas Pucka <mantas@8devices.com>
2015-03-11 16:53:02 +02:00
Steven Barth
58245f257f Merge pull request #1020 from commodo/python-updates
python: revert previous patch and add a filespec
2015-03-11 10:35:45 +01:00
Alexandru Ardelean
9c5af1f29c python: revert previous patch and add a filespec
Seems removing the PyPackage rule and/or adding dummy install rule
causes some issues inside the build-system, where the libpython2.7.so.1.0
is not seen by packages that depend on python.
Even though that libpython2.7.so.1.0 file is installed properly by `python-base`.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-11 11:27:40 +02:00
Steven Barth
704e2f8d89 kmod: fixup automadness
Signed-off-by: Steven Barth <steven@midlink.org>
2015-03-11 08:56:44 +01:00
Jo-Philipp Wich
5035ac4079 Merge pull request #975 from hnyman/collectd542
collectd: update to 5.4.2
2015-03-11 00:18:19 +01:00
Álvaro Fernández Rojas
8d196b7c4f tar: add libacl and libattr dependencies
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-10 23:46:24 +01:00
Etienne CHAMPETIER
f1c3a03ff6 zabbix: update to 2.4.4
run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-03-10 22:28:26 +01:00
Etienne CHAMPETIER
1ded28bde9 monit: update to 5.12.1
refresh patches
run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-03-10 22:28:26 +01:00
Etienne CHAMPETIER
4f5b0b6a74 sqlite3: update to 3.8.8.3
run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-03-10 22:28:26 +01:00
Steven Barth
158612912f Merge pull request #998 from mhei/knxd
knxd: streamline makefile
2015-03-10 22:21:45 +01:00
Steven Barth
600d43816a Merge pull request #1016 from jdub/kmod
kmod: Update to kmod 20, enable parallel build
2015-03-10 16:19:33 +01:00