Luiz Angelo Daros de Luca
05387981d5
ruby: fix build when libyaml is present
...
libyaml is an optional dep for ruby psych. When missing, it uses
a bundled version of yaml. However, when libyaml is present in
openwrt build, ruby-psych packaging failed with deps not declared.
Now libyaml is configured as a hard dep for ruby-psych.
Also, the tk module was disabled in order to avoid a possible similar
problem if tk+x11 is provided in openwrt build. It was currently not
build because of missing deps.
Other minor changes:
- win32* modules where disabled (avoid err msg, no compile changes)
- Some files where removed in 2.2.x (like gserver.rb). They were already
not packaged but generates a build warning message. Now removed from install.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-04-27 11:55:12 -03:00
Ted Hess
264b418a31
Merge pull request #1200 from Wedmer/master
...
[utils/zoneinfo] Updated to the latest version
2015-04-27 10:12:34 -04:00
Ted Hess
14471ff5e8
Merge pull request #1183 from thess/avrdude-work
...
avrdude: move from oldpackages, update to latest version & build opts
2015-04-27 10:09:41 -04:00
Vladimir Ulrich
3ab289ca7f
[utils/zoneinfo] Updated to the latest version
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-04-27 16:59:11 +03:00
Steven Barth
fa4365dd9b
ocserv: explicitly pass --without-gssapi to work-around SDK issue
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-27 15:42:11 +02:00
Dirk Chang
b381751752
Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings, rs232, wsapi, xavante, lzmq, mobdebug), zeromq
...
Signed-off-by: Dirk Chang <dirk@kooiot.com>
2015-04-27 20:34:27 +08:00
Steven Barth
f0d8226753
Merge pull request #1135 from kevinmehall/parallel
...
Allow glib2, dbus, and bluez to build in parallel
2015-04-27 11:40:56 +02:00
Steven Barth
8da9355228
Merge pull request #1173 from Wedmer/master
...
[net/siit] Moved from oldpackages and updated for kernels 3.17+
2015-04-27 11:39:44 +02:00
Steven Barth
5e57872152
Merge pull request #1186 from ClaymorePT/master
...
boost 1.58.0: added mips fix patch
2015-04-27 11:38:56 +02:00
Steven Barth
06350f0def
Merge pull request #1189 from commodo/python3-lzma-fix
...
python3: add python3-package-lzma.mk
2015-04-27 11:37:47 +02:00
Ted Hess
1b3fcf7af3
Merge pull request #1192 from psycho-nico/ft-ffmpeg-add-icecast-transport
...
ffmpeg: add icecast transport
2015-04-26 21:29:04 -04:00
Nikos Mavrogiannopoulos
03a638e002
ocserv: corrected session expiration in sec-mod
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-04-26 23:05:24 +02:00
Nicolas Thill
3a1ce331c3
msmtp: update to 1.6.2
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-26 22:48:51 +02:00
Daniel Golle
4c399f28fd
freeradius2: update to version 2.2.7 and refresh patches
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-26 19:44:20 +02:00
Nicolas Thill
9828cf1ea1
ffmpeg: add icecast transport
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-26 18:58:08 +02:00
Nicolas Thill
731dfa63d7
oggfwd: add new package
...
A basic icecast client that is very simple but also very useful for video streaming.
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-26 18:57:37 +02:00
Nikos Mavrogiannopoulos
899724bd35
ocserv: updated to 0.10.3
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-04-26 02:19:50 +02:00
Daniel Golle
f5cc8c27d7
lvm2: fix build with musl
...
stdin, stderr and stdout are constants on musl and it doesn't provide
mallinfo.
Both, overwriting std* were used to catch and work around various
misbehaviours of glibc, so it's hopefully save to just skip them when
building against other libc implementations.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-25 23:45:14 +02:00
Steven Barth
aa1a005c5c
Merge pull request #1187 from paulfertser/master
...
openocd: update to 0.9.0-rc1
2015-04-25 11:30:19 +02:00
Peter Wagner
612e1a2aaf
pulseaudio: fix libjson dependency
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-04-24 20:30:13 +02:00
Paul Fertser
fea9189e89
openocd: update to 0.9.0-rc1
...
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2015-04-24 19:27:15 +03:00
Michael Haas
17a51b7b86
wifidog: Bring back Wifidog at 1.2.1
...
This commit brings back Wifidog from the oldpackages
repository.
Changes:
* Wifidog version 1.2.1
* Add wifidog-tls package
* Init script uses procd
Signed-off-by: Michael Haas <haas@computerlinguist.org>
2015-04-24 13:50:38 +02:00
Alexandru Ardelean
aceacb4de0
python3: add python3-package-lzma.mk
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-04-24 13:04:56 +03:00
claymore
e95ae524f7
Added patch for Boost.Build
...
Unfortunatly, due to changes in Boost, Boost.Build for version 1.58.0
requires a patch for gcc.jam. This patch prevents bjam from adding
-m32 and -m64 options to gcc compiler, when compiling for targets
that use the mips1 arch.
Patch initially provided by paalsteek (https://github.com/paalsteek )
Bug discussed here: https://github.com/openwrt/packages/issues/1160
Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
2015-04-24 03:06:57 +01:00
Nicolas Thill
c3a822ef3d
ffmpeg: disable lzma explicitly
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-24 02:36:37 +02:00
Ted Hess
df4b2cb6fd
README: Add clarification of this repository's relation to OpenWrt buildroot
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-04-23 15:43:11 -04:00
Nikos Mavrogiannopoulos
38fc6f9df9
Merge pull request #1176 from ryzhovau/gnutls_librt
...
gnutls: fix compilation with external toolchain
2015-04-23 22:20:29 +03:00
Ted Hess
1637dcbf99
avrdude: move from oldpackages, update to latest version & build opts
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-04-23 14:29:37 -04:00
Alexander Ryzhov
fbbb525012
luaexpat: fix LDFLAGS
...
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-04-23 11:02:58 +00:00
Steven Barth
426d1f12d1
Merge pull request #1174 from ryzhovau/bzip2_ldflags
...
bzip2: respect LDFLAGS
2015-04-23 12:05:42 +02:00
Alexander Ryzhov
acae17897f
gnutls: fix compilation with external toolchain
...
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-04-23 10:00:34 +00:00
Alexander Ryzhov
c8d867b96a
bzip2: respect LDFLAGS
...
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-04-23 09:26:57 +00:00
Vladimir Ulrich
2ef99b98ca
[net/siit] Moved from oldpackages and updated for kernels 3.17+
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-04-23 12:10:34 +03:00
Steven Barth
4658193815
Merge pull request #1172 from ryzhovau/no_libcrypto
...
Remove libcrypto dependency
2015-04-23 10:42:08 +02:00
Steven Barth
e6a7272dee
Merge pull request #1168 from salzmdan/master
...
knot: update to 1.6.3
2015-04-23 10:38:56 +02:00
Alexander Ryzhov
2ded312918
Remove libcrypto dependency
...
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-04-23 08:29:38 +00:00
Alexander Ryzhov
f2c3449bc5
smstools3: remove unnecessary build deps
...
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-04-23 08:15:47 +00:00
Daniel Salzman
122a780e7f
knot: update to 1.6.3
...
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2015-04-23 09:24:46 +02:00
Nikos Mavrogiannopoulos
2e09d06698
Merge pull request #1166 from Wedmer/master
...
[libs/gnutls] Added gettext-version fixup,
2015-04-22 21:34:49 +03:00
Steven Barth
c9ecb23504
Merge pull request #1156 from chris5560/master
...
radicale: [NEW] Python-based CalDAV/CardDAV Server
2015-04-22 19:43:29 +02:00
Vladimir Ulrich
b5ec22c28c
[libs/gnutls] Added gettext-version fixup,
...
updated OpenWrt header, added license information.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-04-22 16:33:42 +03:00
Jonathan McCrohan
cb28f6e459
muninlite: correctly parse ifname with - char
...
Rewrote Jo-Philipp Wich's patch so it applies to source files rather
than generated files.
Closes #701
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-04-21 23:16:14 +01:00
Alex Samorukov
274b985123
LXC: Update to 1.1.2 and remove patch merged by upstream
...
Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
2015-04-21 21:50:11 +02:00
Steven Barth
14f680ea3b
Merge pull request #1158 from commodo/python-ncurses
...
python: force libncurses
2015-04-21 21:31:48 +02:00
Steven Barth
18b4792033
Merge pull request #1157 from commodo/python3-ncurses
...
python3: force libncurses
2015-04-21 21:31:31 +02:00
Nikos Mavrogiannopoulos
407c821e31
gnutls: install libgnutls.so
...
Resolves #1162
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-04-21 19:31:08 +02:00
Nikos Mavrogiannopoulos
e76eacc6d9
gnutls: enable openssl compatibility mode by default
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-04-21 17:44:58 +02:00
Alexandru Ardelean
9fc15af80a
python3: do not prefer ncursesw over ncurses
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-04-21 10:22:27 +03:00
Alexandru Ardelean
6e042a2b22
python3: replace with libncursesw with libncurses
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-04-21 10:20:29 +03:00
Alexandru Ardelean
1dc9306558
python: do not prefer ncursesw over ncurses
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-04-21 10:19:29 +03:00