Álvaro Fernández Rojas
a4995e3323
Merge pull request #2402 from cshore/pull-request-tar-options
utils/tar: Make compression, acl, and xattr support configuration opt…
9 years ago
kuoruan
b2f23af2d8
xupnpd: Update to 2016-05-11
* Change source url to GitHub
* Update to 2016-05-11
* Add LICENSE
* Edit Makefile
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years ago
Thomas Heil
8be4d72b42
Merge pull request #2790 from Xotic750/nginx-1101
nginx: Bumped to v1.10.1
9 years ago
Xotic750
04222aa8a6
nginx: Bumped to v1.10.1
fixes NULL pointer dereference while writing client request body vulnerability (CVE-2016-4450).
Signed-off-by: Graham Fairweather <xotic750@gmail.com>
9 years ago
Michael Heimpold
0a4e93a4d9
libmodbus: upgrade to 3.1.4
While at, also disable the build of the unit tests.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years ago
Michael Heimpold
a0a49e1d3c
libxml2: upgrade to 2.9.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years ago
Jiri Slachta
a3a8bbdc51
libssh2, libxslt, tiff: change PKG_MAINTAINER email address
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years ago
Ted Hess
84bc16198f
upmpdcli/libupnpp: Update to latest versions, refresh patch
upmpdcli: Version 1.1.3
libupnpp: Version 0.14
Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years ago
Ted Hess
320aad06c4
Merge pull request #2783 from feckert/licenses-master
libtasn1: add license tag
9 years ago
Ted Hess
9552ead517
Merge pull request #2771 from jow-/intltool-optional-perl-xml-parser
intltool: make dependency on XML::Parser optional
9 years ago
Ted Hess
d6fccbddba
Merge pull request #2770 from jow-/libsoup-fix
libsoup: disable overly strict warnings, use system wide intltool.m4
9 years ago
Thomas Heil
e80ebe384c
Merge pull request #2779 from jow-/crtmpserver-fix
crtmpserver: fix multiple issues
9 years ago
Florian Eckert
64a68055c4
libtasn1: add license tag
show the license for this package in opkg
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
9 years ago
Yousong Zhou
d6ceab1d0c
Merge pull request #2769 from kuoruan/webui-aria2
webui-aria2: Add package
9 years ago
Yousong Zhou
2e5452acbc
Merge pull request #2767 from kuoruan/yaaw
yaaw: Add package
9 years ago
Hsing-Wang Liao
1213c6ef5a
webui-aria2: Add package
* Web interface to aria2
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
9 years ago
kuoruan
83ee268d4c
yaaw: Add package
Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt.
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
9 years ago
Jo-Philipp Wich
08fe1432ef
crtmpserver: fix multiple issues
- Switch download to the Github clone of crtmpserver
- Rebase patches against latest version
- Pregenerate version.h file
- Disable applestreamingclient as it is broken
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
9 years ago
Jo-Philipp Wich
e7320a0c38
libsoup: disable overly strict warnings, use system wide intltool.m4
When building libsoup within the SDK, the following usually nonfatal warning
is causing the build to fail:
make[6]: Entering directory '.../build_dir/target-arm_xscale_musl-1.1.14_eabi/libsoup-2.53.2/libsoup'
CC libsoup_2_4_la-soup-address.lo
cc1: error: .../staging_dir/target-arm_xscale_musl-1.1.14_eabi/include: No such file or directory [-Werror=missing-include-dirs]
cc1: some warnings being treated as errors
Makefile:962: recipe for target 'libsoup_2_4_la-soup-address.lo' failed
Use the upstream `--disable-more-warnings` configure switch to disable this
class of `-Werror` flags.
Also drop the shipped copy of `intltool.m4` to force using the system wide one
which does not require the `XML::Parser` module to be installed (see #2771 ).
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
9 years ago
John Crispin
f88b661e97
mt-st: fix download source
http does not exist anymore, use ftp instead
Signed-off-by: John Crispin <john@phrozen.org>
9 years ago
John Crispin
ab04a9b6fd
libnfc: download source changed to github
Signed-off-by: John Crispin <john@phrozen.org>
9 years ago
John Crispin
0d89670606
oggfwd: update download source
upstream changed from git:// to https://
Signed-off-by: John Crispin <john@phrozen.org>
9 years ago
Jo-Philipp Wich
818a2cc8d6
intltool: make dependency on XML::Parser optional
Patch `configure` and the shipped `intltool.m4` macro file to make a missing
XML::Parser perl module nonfatal.
All utilities provided by intltool are programmed to fail gracefully at run
time if the module cannot be loaded and those utilities commonly used during
the build do not require it at all.
Also drop the the build-prereq on XML::Parser now that it is optional.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
9 years ago
Álvaro Fernández Rojas
6e1b4932a1
Merge pull request #2768 from jow-/libftdi1-fix
libftdi1: explicitely disable Boost unit tests
9 years ago
Jo-Philipp Wich
5c2689fe89
libftdi1: explicitely disable Boost unit tests
When libftdi1 is detecting the presence of the Boost unit testing framework,
it will conditionally enable the build of libftdi1 test binaries which fail to
link on some targets with the following error:
CMakeFiles/test_libftdi1.dir/basic.cpp.o: In function `main':
basic.cpp:(.text.startup+0xc): undefined reference to `boost::unit_test::unit_test_main(bool (*)(), int, char**)'
collect2: error: ld returned 1 exit status
test/CMakeFiles/test_libftdi1.dir/build.make:123: recipe for target 'test/test_libftdi1' failed
make[6]: *** [test/test_libftdi1] Error 1
Since we do not care about test cases and since we want to avoid unpredictable
conditional compilation simply disable the testcases entirely.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
9 years ago
Hannu Nyman
006c7b2c40
Merge pull request #2766 from ianchi/youtube-dl
youtube-dl: update version
9 years ago
kuoruan
251c1867e6
aria2: Add xml library choice
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
9 years ago
kuoruan
3424ffc8d2
aria2: update to 1.23.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
9 years ago
kuoruan
ffd6fd1732
Import lrzsz from oldpackages
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
9 years ago
Adrian Panella
03d469a5f3
youtube-dl: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
youtube-dl: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
9 years ago
Hannu Nyman
2d50d8eecc
Merge pull request #2765 from aTanW/master
gammu: bump to upstream v1.37.3
9 years ago
aTanW
42747a1db3
gammu: bump to upstream v1.37.3
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
9 years ago
Hannu Nyman
525ff91f00
Merge pull request #2762 from mstorchak/tgt
tgt: update to 1.0.64
9 years ago
Hannu Nyman
a175e8da84
Merge pull request #2761 from mstorchak/smartmontools
smartmontools: update to 6.5
9 years ago
Hannu Nyman
798f3ff33a
Merge pull request #2759 from msva/patch-5
zsh: update to 5.2
9 years ago
Maxim Storchak
5e78ccfa35
tgt: update to 1.0.64
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
9 years ago
Maxim Storchak
7e582975b2
smartmontools: update to 6.5
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
9 years ago
Vadim A. Misbakh-Soloviov
b9300ac98d
zsh: update to 5.2
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
9 years ago
Yousong Zhou
e188051d37
Merge pull request #2760 from msva/patch-6
tmux: update to 2.2
9 years ago
Vadim A. Misbakh-Soloviov
201a4981b1
tmux: update to 2.2
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
9 years ago
Hauke Mehrtens
78d4c74305
Merge pull request #2741 from karlp/tor-urls
tor: correct URL for dist downloads
9 years ago
Hirokazu MORIKAWA
865f44ef77
node,node-*: node update to v4.4.5 and Enhance CPU-arch variant.
9 years ago
Hannu Nyman
959d3a4186
Merge pull request #2751 from dibdot/adblock
adblock: update 1.1.15
9 years ago
Dirk Brenken
4f3f239ff2
adblock: update 1.1.15
* toggle to quickly switch adblocking 'on' or 'off' (/etc/init.d/adblock
toggle)
* new config option 'fetchttl' to set download timeouts (default: 5
seconds)
* better config check, distinct between major/minor changes
* documentation update
Signed-off-by: Dirk Brenken <dev@brenken.org>
9 years ago
Yousong Zhou
651cc1e705
Merge pull request #2750 from yousong/reaver-fix
reaver: fix broken source url
9 years ago
Yousong Zhou
e7ed04c246
reaver: fix broken source url
- Switch to release version 1.4
- Include a bugfix patch not present in version 1.4
9 years ago
Hannu Nyman
acdf094529
Merge pull request #2744 from diizzyy/patch-3
gcc: Use URL alias
9 years ago
Hannu Nyman
bc2c51a55b
Merge pull request #2747 from diizzyy/patch-6
libunistring: Use URL alias
9 years ago
diizzyy
fa018c6fa0
confuse: Use URL alias ( #2745 )
Remove hardcoded URL and use alias instead.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
9 years ago
diizzyy
827d42d562
libunistring: Use URL alias
Remove hardcoded URL and use alias instead.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
9 years ago