heil [Mon, 4 May 2015 16:07:17 +0000 (18:07 +0200)]
pcre: update to 8.37
- fixes CVE-2015-2325, CVE-2015-2326, CVE-2008-2371
Signed-off-by: heil <heil@terminal-consulting.de>
heil [Mon, 4 May 2015 15:55:00 +0000 (17:55 +0200)]
memcached: upgrade to 1.4.24
Signed-off-by: heil <heil@terminal-consulting.de>
heil [Mon, 4 May 2015 15:53:27 +0000 (17:53 +0200)]
apr: upgrade to 1.5.4
Signed-off-by: heil <heil@terminal-consulting.de>
heil [Mon, 4 May 2015 15:49:47 +0000 (17:49 +0200)]
haproxy: update to 1.5.12
[RELEASE] Released version 1.5.12
Released version 1.5.12 with the following main changes :
- BUG/MINOR: ssl: Display correct filename in error message
- DOC: Fix L4TOUT typo in documentation
- BUG/MEDIUM: Do not consider an agent check as failed on L7 error
- BUG/MINOR: pattern: error message missing
- BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match
- BUG/MEDIUM: buffer: one byte miss in buffer free space check
- BUG/MAJOR: http: don't read past buffer's end in http_replace_value
- BUG/MEDIUM: http: the function "(req|res)-replace-value" doesn't respect the HTTP syntax
- BUG/MEDIUM: peers: correctly configure the client timeout
- BUG/MINOR: compression: consider the expansion factor in init
- BUG/MEDIUM: http: hdr_cnt would not count any header when called without name
- BUG/MEDIUM: listener: don't report an error when resuming unbound listeners
- BUG/MEDIUM: init: don't limit cpu-map to the first 32 processes only
- BUG/MEDIUM: stream-int: always reset si->ops when si->end is nullified
- BUG/MEDIUM: http: remove content-length from chunked messages
- DOC: http: update the comments about the rules for determining transfer-length
- BUG/MEDIUM: http: do not restrict parsing of transfer-encoding to HTTP/1.1
- BUG/MEDIUM: http: incorrect transfer-coding in the request is a bad request
- BUG/MEDIUM: http: remove content-length form responses with bad transfer-encoding
- MEDIUM: http: restrict the HTTP version token to 1 digit as per RFC7230
- MEDIUM: http: add option-ignore-probes to get rid of the floods of 408
- BUG/MINOR: config: clear proxy->table.peers.p for disabled proxies
- MINOR: stick-table: don't attach to peers in stopped state
- MEDIUM: config: initialize stick-tables after peers, not before
- MEDIUM: peers: add the ability to disable a peers section
- DOC: document option http-ignore-probes
- DOC: fix the comments about the meaning of msg->sol in HTTP
- BUG/MEDIUM: http: wait for the exact amount of body bytes in wait_for_request_body
- BUG/MAJOR: http: prevent risk of reading past end with balance url_param
- DOC: update the doc on the proxy protocol
Signed-off-by: heil <heil@terminal-consulting.de>
Steven Barth [Mon, 4 May 2015 07:09:31 +0000 (09:09 +0200)]
Merge pull request #1229 from ClaymorePT/master
boost: patch update
claymore [Sun, 3 May 2015 23:47:21 +0000 (00:47 +0100)]
Boost Patch update
This update follows after the previous update[1]
Due to the Boost Dev patch submited in [2], this commit also updates
the boost patch in order to, instead of excluding all architectures
that do not support -m32 and -m64 options, it now includes only the
architectures that do support it.
[1]: https://github.com/openwrt/packages/pull/1186
[2]: https://github.com/boostorg/build/pull/76
Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
Ted Hess [Sun, 3 May 2015 19:01:51 +0000 (15:01 -0400)]
Merge pull request #1227 from antonlacon/libvorbis-1.3.x
libvorbis: upgrade to 1.3.5
Nikos Mavrogiannopoulos [Sun, 3 May 2015 18:24:26 +0000 (21:24 +0300)]
Merge pull request #1228 from dangowrt/fix-cryptodev-on-kernel-4
cryptodev: get rid of get_unused_fd()
Daniel Golle [Sun, 3 May 2015 13:58:52 +0000 (15:58 +0200)]
lvm2: finally fix memory locking issues on musl
Always use mlockall fixes it, still trying to keep everything else
as untouched as possible.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 3 May 2015 13:01:51 +0000 (15:01 +0200)]
cryptodev: get rid of get_unused_fd()
The get_unused_fd() macro was removed upstream by
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=
f938612dd97d481b8b5bf960c992ae577f081c17
Thus replace get_unused_fd() by get_unused_fd_flags(0) which used to
be the definition of the get_unused_fd() macro before it was removed.
This fixes cryptodev compilation on kernel 4.0.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 3 May 2015 12:47:28 +0000 (14:47 +0200)]
lvm2: better workaround for missing mallinfo on musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 3 May 2015 12:40:08 +0000 (14:40 +0200)]
lvm2: bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Ted Hess [Fri, 1 May 2015 19:17:02 +0000 (15:17 -0400)]
Merge pull request #1222 from thess/mjpg-streamer-update
mjpg-streamer: Update cambozola to specific version, add yuv and jpeg qu...
Ted Hess [Fri, 1 May 2015 18:04:13 +0000 (14:04 -0400)]
mjpg-streamer: Update cambozola to specific version, add yuv and jpeg quality init/config options
Signed-off-by: Ted Hess <thess@kitschensync.net>
Nicolas Thill [Fri, 1 May 2015 06:14:30 +0000 (08:14 +0200)]
luarocks: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 1 May 2015 06:08:40 +0000 (08:08 +0200)]
json4lua: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 1 May 2015 05:58:53 +0000 (07:58 +0200)]
lua-mosquitto: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 1 May 2015 05:57:13 +0000 (07:57 +0200)]
uuid: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 1 May 2015 02:56:20 +0000 (04:56 +0200)]
luasql: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 1 May 2015 02:52:50 +0000 (04:52 +0200)]
libwebsockets: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 1 May 2015 02:43:13 +0000 (04:43 +0200)]
e2guardian: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 1 May 2015 02:37:41 +0000 (04:37 +0200)]
wavemon: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 1 May 2015 02:29:39 +0000 (04:29 +0200)]
redsocks: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 1 May 2015 01:59:25 +0000 (03:59 +0200)]
Merge branch 'coova-chilli-patch' of https://github.com/teslamint/packages
Nicolas Thill [Fri, 1 May 2015 01:52:22 +0000 (03:52 +0200)]
krb5: fix build failure on rebuild (closes: #1143)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 1 May 2015 01:27:34 +0000 (03:27 +0200)]
Merge branch 'ser2net-led-support' of https://github.com/mhei/packages
Nikos Mavrogiannopoulos [Thu, 30 Apr 2015 20:21:10 +0000 (22:21 +0200)]
ocserv: updated to 0.10.4
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Ted Hess [Thu, 30 Apr 2015 13:20:31 +0000 (09:20 -0400)]
Merge pull request #1217 from wongsyrone/patch-1
ffmpeg: upgrade to 2.6.2
Toke Høiland-Jørgensen [Tue, 28 Apr 2015 09:05:42 +0000 (11:05 +0200)]
sqm-scripts: Only run on hotplug if the init script is enabled.
Fixes #1202.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Nicolas Thill [Thu, 30 Apr 2015 02:10:29 +0000 (04:10 +0200)]
lua-lzlib: fix build failure, honor cflags, cleanup
* fix failure on buildbot where lua devel files are searched in home directory
* add a patch to pass proper target optimization flags
* remove unused PKG_INSTALL & Build/Install
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Hauke Mehrtens [Wed, 29 Apr 2015 21:24:18 +0000 (23:24 +0200)]
Merge pull request #1219 from hauke/tor
This should fix building tor and updates it to the most recent version.
Hauke Mehrtens [Wed, 29 Apr 2015 21:12:49 +0000 (23:12 +0200)]
tor: disable seccomp support
seccomp is only supported on x86, amd64 and arm in tor.
This deactivated it currently completely which should close #935,
#1097, #1147 and #1161.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Hauke Mehrtens [Wed, 29 Apr 2015 20:29:23 +0000 (22:29 +0200)]
tor: update to stable version 0.2.5.12
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Michael Heimpold [Wed, 29 Apr 2015 19:48:07 +0000 (21:48 +0200)]
php5: upgrade to 5.6.8
This fixes the following CVEs:
- CVE-2015-1351
- CVE-2015-1352
- CVE-2015-2783
- CVE-2015-3329
- CVE-2015-3330
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Wed, 29 Apr 2015 18:37:26 +0000 (20:37 +0200)]
ser2net: add patch for LED activity support
This adds a patch for ser2net, so that ser2net can be configured
to flash leds on serial traffic. This could -for example- be used
to have an activity indicator, like netdev trigger.
Internally, the linux kernel's 'transient' led trigger is used.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Syrone Wong [Wed, 29 Apr 2015 14:12:29 +0000 (22:12 +0800)]
ffmpeg: upgrade to 2.6.2
2.6.2 was released on 2015-04-12. It is the latest stable FFmpeg release from the 2.6 release branch
Thomas Heil [Wed, 29 Apr 2015 10:05:39 +0000 (12:05 +0200)]
Merge pull request #1216 from ryzhovau/halog_linkage
haproxy: fix halog linkage
Alexander Ryzhov [Wed, 29 Apr 2015 08:42:02 +0000 (08:42 +0000)]
haproxy: fix halog linkage
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Ted Hess [Tue, 28 Apr 2015 22:00:17 +0000 (18:00 -0400)]
Merge pull request #1215 from cyanidium/master
nut: Update to 2.7.3
Ted Hess [Tue, 28 Apr 2015 21:34:05 +0000 (17:34 -0400)]
avrdude: Add libelf dependency
Signed-off-by: Ted Hess <thess@kitschensync.net>
Marty R [Tue, 28 Apr 2015 21:19:38 +0000 (14:19 -0700)]
nut: Update to 2.7.3
Updated the package to the latest upstream version.
Removed a patch that was merged upstream.
Bumped copyright notice to 2015.
Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
Steven Barth [Tue, 28 Apr 2015 17:26:08 +0000 (19:26 +0200)]
Merge pull request #1214 from br101/master
exfat-nofuse: Depend on BUILD_PATENTED
Bruno Randolf [Tue, 28 Apr 2015 17:09:59 +0000 (18:09 +0100)]
exfat-nofuse: Depend on BUILD_PATENTED
ExFAT is patented by Microsoft.
Signed-off-by: Bruno Randolf <br1@einfach.org>
Steven Barth [Tue, 28 Apr 2015 16:38:37 +0000 (18:38 +0200)]
Merge pull request #1213 from br101/master
Add exfat-nofuse: EXFAT filesystem kernel driver
Bruno Randolf [Tue, 28 Apr 2015 16:11:18 +0000 (17:11 +0100)]
Add exfat-nofuse: EXFAT filesystem kernel driver
Add "exfat-nofuse" kernel module for EXFAT filesystem which was originally
found in an Android kernel of Samsung. While there has been some doubt about
the license originally, it has later been officially released under the GPL by
Samsung and can be found on:
http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=exfat
Signed-off-by: Bruno Randolf <br1@einfach.org>
Steven Barth [Tue, 28 Apr 2015 16:21:18 +0000 (18:21 +0200)]
Merge pull request #1211 from br101/master
Add package: bc
Bruno Randolf [Tue, 28 Apr 2015 15:47:33 +0000 (16:47 +0100)]
Add package: bc
Copied from oldpackages and slightly updated.
Signed-off-by: Bruno Randolf <br1@einfach.org>
Thomas Heil [Tue, 28 Apr 2015 15:36:21 +0000 (17:36 +0200)]
Merge pull request #1209 from ryzhovau/haproxy_pcredir
haproxy: fix PCREDIR
Jaehoon You [Tue, 28 Apr 2015 15:24:38 +0000 (00:24 +0900)]
coova-chilli: fix compile error that cannot copy netfilter extension library
Signed-off-by: Jaehoon You <teslamint@gmail.com>
Alexander Ryzhov [Tue, 28 Apr 2015 13:12:06 +0000 (13:12 +0000)]
fix PCREDIR
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Imre Kaloz [Tue, 28 Apr 2015 13:08:45 +0000 (15:08 +0200)]
Merge branch 'teslamint-coova-chilli'
Imre Kaloz [Tue, 28 Apr 2015 13:08:15 +0000 (15:08 +0200)]
coova-chilli: add uci configuration file, init.d and firewall script
Imre Kaloz [Tue, 28 Apr 2015 12:59:21 +0000 (14:59 +0200)]
Merge pull request #1123 from teslamint/patch-2
coova-chilli: add netfilter kernel module package with patches
Imre Kaloz [Tue, 28 Apr 2015 12:59:13 +0000 (14:59 +0200)]
Merge pull request #1124 from teslamint/patch-3
coova-chilli: fix compile error with cyassl
Steven Barth [Tue, 28 Apr 2015 06:51:37 +0000 (08:51 +0200)]
Merge pull request #1199 from kooiot/master
Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings...
Steven Barth [Tue, 28 Apr 2015 06:38:29 +0000 (08:38 +0200)]
Merge pull request #1203 from Wedmer/new_snort_package_layout
[net/snort] Replaced build variants with compile options.
Steven Barth [Tue, 28 Apr 2015 06:38:00 +0000 (08:38 +0200)]
Merge pull request #1205 from openwrt/revert-1204-snort_simple_deps_fix
Revert "[net/snort] Simple liblzma deps fix"
Steven Barth [Tue, 28 Apr 2015 06:37:47 +0000 (08:37 +0200)]
Revert "[net/snort] Simple liblzma deps fix"
Steven Barth [Tue, 28 Apr 2015 06:37:14 +0000 (08:37 +0200)]
Merge pull request #1204 from Wedmer/snort_simple_deps_fix
[net/snort] Simple liblzma deps fix
Vladimir Ulrich [Mon, 27 Apr 2015 22:03:16 +0000 (01:03 +0300)]
[net/snort] Simple liblzma deps fix
Fixes #1196
Signed-off-by: Vladimir Ulrich <admin@evl.su>
Vladimir Ulrich [Mon, 27 Apr 2015 21:50:18 +0000 (00:50 +0300)]
[net/snort] Replaced build variants with compile options.
Also added optional lzma support.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
Luiz Angelo Daros de Luca [Mon, 27 Apr 2015 14:59:42 +0000 (11:59 -0300)]
Merge pull request #1201 from luizluca/ruby_fixyaml
ruby: fix build when libyaml is present
Luiz Angelo Daros de Luca [Mon, 27 Apr 2015 14:48:45 +0000 (11:48 -0300)]
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>
Ted Hess [Mon, 27 Apr 2015 14:12:34 +0000 (10:12 -0400)]
Merge pull request #1200 from Wedmer/master
[utils/zoneinfo] Updated to the latest version
Ted Hess [Mon, 27 Apr 2015 14:09:41 +0000 (10:09 -0400)]
Merge pull request #1183 from thess/avrdude-work
avrdude: move from oldpackages, update to latest version & build opts
Vladimir Ulrich [Mon, 27 Apr 2015 13:59:11 +0000 (16:59 +0300)]
[utils/zoneinfo] Updated to the latest version
Signed-off-by: Vladimir Ulrich <admin@evl.su>
Steven Barth [Mon, 27 Apr 2015 13:42:11 +0000 (15:42 +0200)]
ocserv: explicitly pass --without-gssapi to work-around SDK issue
Signed-off-by: Steven Barth <steven@midlink.org>
Dirk Chang [Mon, 27 Apr 2015 12:34:27 +0000 (20:34 +0800)]
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>
Steven Barth [Mon, 27 Apr 2015 09:40:56 +0000 (11:40 +0200)]
Merge pull request #1135 from kevinmehall/parallel
Allow glib2, dbus, and bluez to build in parallel
Steven Barth [Mon, 27 Apr 2015 09:39:44 +0000 (11:39 +0200)]
Merge pull request #1173 from Wedmer/master
[net/siit] Moved from oldpackages and updated for kernels 3.17+
Steven Barth [Mon, 27 Apr 2015 09:38:56 +0000 (11:38 +0200)]
Merge pull request #1186 from ClaymorePT/master
boost 1.58.0: added mips fix patch
Steven Barth [Mon, 27 Apr 2015 09:37:47 +0000 (11:37 +0200)]
Merge pull request #1189 from commodo/python3-lzma-fix
python3: add python3-package-lzma.mk
Ted Hess [Mon, 27 Apr 2015 01:29:04 +0000 (21:29 -0400)]
Merge pull request #1192 from psycho-nico/ft-ffmpeg-add-icecast-transport
ffmpeg: add icecast transport
Nikos Mavrogiannopoulos [Sun, 26 Apr 2015 15:22:23 +0000 (17:22 +0200)]
ocserv: corrected session expiration in sec-mod
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nicolas Thill [Sun, 26 Apr 2015 20:48:51 +0000 (22:48 +0200)]
msmtp: update to 1.6.2
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Daniel Golle [Sun, 26 Apr 2015 17:43:26 +0000 (19:43 +0200)]
freeradius2: update to version 2.2.7 and refresh patches
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Nicolas Thill [Sun, 26 Apr 2015 16:34:54 +0000 (18:34 +0200)]
ffmpeg: add icecast transport
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Sun, 26 Apr 2015 16:41:33 +0000 (18:41 +0200)]
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>
Nikos Mavrogiannopoulos [Sun, 26 Apr 2015 00:19:44 +0000 (02:19 +0200)]
ocserv: updated to 0.10.3
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Daniel Golle [Sat, 25 Apr 2015 21:34:05 +0000 (23:34 +0200)]
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>
Steven Barth [Sat, 25 Apr 2015 09:30:19 +0000 (11:30 +0200)]
Merge pull request #1187 from paulfertser/master
openocd: update to 0.9.0-rc1
Peter Wagner [Fri, 24 Apr 2015 18:29:42 +0000 (20:29 +0200)]
pulseaudio: fix libjson dependency
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Paul Fertser [Fri, 24 Apr 2015 16:27:15 +0000 (19:27 +0300)]
openocd: update to 0.9.0-rc1
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Michael Haas [Fri, 17 Apr 2015 09:57:00 +0000 (11:57 +0200)]
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>
Alexandru Ardelean [Fri, 24 Apr 2015 10:04:56 +0000 (13:04 +0300)]
python3: add python3-package-lzma.mk
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
claymore [Fri, 24 Apr 2015 02:06:57 +0000 (03:06 +0100)]
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
Nicolas Thill [Fri, 24 Apr 2015 00:32:47 +0000 (02:32 +0200)]
ffmpeg: disable lzma explicitly
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Ted Hess [Thu, 23 Apr 2015 19:23:16 +0000 (15:23 -0400)]
README: Add clarification of this repository's relation to OpenWrt buildroot
Signed-off-by: Ted Hess <thess@kitschensync.net>
Nikos Mavrogiannopoulos [Thu, 23 Apr 2015 19:20:29 +0000 (22:20 +0300)]
Merge pull request #1176 from ryzhovau/gnutls_librt
gnutls: fix compilation with external toolchain
Ted Hess [Thu, 23 Apr 2015 18:29:37 +0000 (14:29 -0400)]
avrdude: move from oldpackages, update to latest version & build opts
Signed-off-by: Ted Hess <thess@kitschensync.net>
Steven Barth [Thu, 23 Apr 2015 10:05:42 +0000 (12:05 +0200)]
Merge pull request #1174 from ryzhovau/bzip2_ldflags
bzip2: respect LDFLAGS
Alexander Ryzhov [Thu, 23 Apr 2015 10:00:34 +0000 (10:00 +0000)]
gnutls: fix compilation with external toolchain
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Alexander Ryzhov [Thu, 23 Apr 2015 09:26:57 +0000 (09:26 +0000)]
bzip2: respect LDFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Vladimir Ulrich [Thu, 23 Apr 2015 09:10:34 +0000 (12:10 +0300)]
[net/siit] Moved from oldpackages and updated for kernels 3.17+
Signed-off-by: Vladimir Ulrich <admin@evl.su>
Steven Barth [Thu, 23 Apr 2015 08:42:08 +0000 (10:42 +0200)]
Merge pull request #1172 from ryzhovau/no_libcrypto
Remove libcrypto dependency
Steven Barth [Thu, 23 Apr 2015 08:38:56 +0000 (10:38 +0200)]
Merge pull request #1168 from salzmdan/master
knot: update to 1.6.3
Alexander Ryzhov [Thu, 23 Apr 2015 08:29:38 +0000 (08:29 +0000)]
Remove libcrypto dependency
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Daniel Salzman [Thu, 23 Apr 2015 07:23:25 +0000 (09:23 +0200)]
knot: update to 1.6.3
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
Nikos Mavrogiannopoulos [Wed, 22 Apr 2015 18:34:49 +0000 (21:34 +0300)]
Merge pull request #1166 from Wedmer/master
[libs/gnutls] Added gettext-version fixup,
Steven Barth [Wed, 22 Apr 2015 17:43:29 +0000 (19:43 +0200)]
Merge pull request #1156 from chris5560/master
radicale: [NEW] Python-based CalDAV/CardDAV Server