Florian Fainelli [Sat, 8 Mar 2014 00:57:24 +0000 (00:57 +0000)]
open-plc-utils: pass our CFLAGS and LDFLAGS for linking
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39819
Florian Fainelli [Sat, 8 Mar 2014 00:57:22 +0000 (00:57 +0000)]
open2300: make sure we pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39818
Florian Fainelli [Sat, 8 Mar 2014 00:57:19 +0000 (00:57 +0000)]
ntripclient: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39817
Florian Fainelli [Sat, 8 Mar 2014 00:57:17 +0000 (00:57 +0000)]
netpipe: make sure we pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39816
Florian Fainelli [Sat, 8 Mar 2014 00:57:14 +0000 (00:57 +0000)]
openrrcp: allow passing our CFLAGS and LDFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39815
Florian Fainelli [Sat, 8 Mar 2014 00:57:12 +0000 (00:57 +0000)]
lsof: fix passing TARGET_CFLAGS
The special Configure script expects LSOF_CFGF instead of LSOF_CFGC.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39814
Florian Fainelli [Sat, 8 Mar 2014 00:57:10 +0000 (00:57 +0000)]
mgen: fix build
mgen build was spectacularly broken, not even being cross-compiled for the
target, fix that and make sure that we use the toolchain binaries were
relevant.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39813
Florian Fainelli [Sat, 8 Mar 2014 00:57:07 +0000 (00:57 +0000)]
mdk3: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39812
Florian Fainelli [Sat, 8 Mar 2014 00:57:04 +0000 (00:57 +0000)]
mdnsresponder: ensure dns-sd is linked with the right options
Some toolchains (e.g: ARM with VFP) require us to specify the ABI to use,
update the dns-sd linking command-line for this.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39811
Florian Fainelli [Sat, 8 Mar 2014 00:57:02 +0000 (00:57 +0000)]
libptmalloc3: override CFLAGS correctly
SYS_CFLAGS has no effect for our build targets, OPT_CFLAGS is what we intended
to use.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39810
Florian Fainelli [Sat, 8 Mar 2014 00:56:59 +0000 (00:56 +0000)]
imsnif: use TARGET_CFLAGS
TARGET_CFLAGS contains all the ABI specific information we might need, make
sure this gets passed to the g++ compiler
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39809
Florian Fainelli [Sat, 8 Mar 2014 00:56:57 +0000 (00:56 +0000)]
jtg: pass our CFLAGS
Remove the custom Build/Compile as the default is providing the same thing
but make sure that our CFLAGS are correctly used.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39808
Florian Fainelli [Sat, 8 Mar 2014 00:56:55 +0000 (00:56 +0000)]
libfreenect: do not override CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39807
Florian Fainelli [Sat, 8 Mar 2014 00:56:52 +0000 (00:56 +0000)]
ftplib: pass TARGET_CFLAGS to package build
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39806
Florian Fainelli [Sat, 8 Mar 2014 00:56:50 +0000 (00:56 +0000)]
libowfat: fix build
libowfat build was failing due to the CFLAGS being overriden in the Makefile
which will make all the preliminary tests to fail.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39805
Florian Fainelli [Sat, 8 Mar 2014 00:56:47 +0000 (00:56 +0000)]
empcd: pass our CFLAGS and LDFLAGS
The package Makefile already provides some CFLAGS and LDFLAGS but
we want to use ours.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39804
Florian Fainelli [Sat, 8 Mar 2014 00:56:45 +0000 (00:56 +0000)]
e169-stats: rework makefile patch to be more general
Allow the makefile patch to pass CFLAGS, CPPFLAGS, and LDFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39803
Florian Fainelli [Sat, 8 Mar 2014 00:56:42 +0000 (00:56 +0000)]
dialog: fix configure test against ncurses
When building on x86_64 hosts, the configure script will try to add /lib64 from
the host to the linker command, which will usually result in failing the
ncurses library test, fix this by checking whether we are cross-compiling or
not.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39802
Florian Fainelli [Sat, 8 Mar 2014 00:56:39 +0000 (00:56 +0000)]
flow-tools: do not hardcode CFLAGS
configure script hardcodes CFLAGS, fix that so we can get ours to be used.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39801
Florian Fainelli [Sat, 8 Mar 2014 00:56:37 +0000 (00:56 +0000)]
libnet-1.0.x: remove CFLAGS hardcoding
configure.in contains a test which overrides CFLAGS with CCOPTS when it
determines that the compiler is GCC, this breaks build on most platforms where
the ABI has to be explicitely specified (e.g: ARM VFP).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39800
Florian Fainelli [Sat, 8 Mar 2014 00:56:34 +0000 (00:56 +0000)]
cksfv: add missing inttypes.h inclusion
Build was failing because inttypes.h did not provide a declaration for uint32_t
and friends
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39799
Florian Fainelli [Sat, 8 Mar 2014 00:56:32 +0000 (00:56 +0000)]
bonnie++: pass TARGET_CXXFLAGS correctly
bonnie++ was not compiled using the TARGET_CXXFLAGS we passed, which will result
in build failures on e.g: ARM VFP toolchains, fix that.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39798
Florian Fainelli [Sat, 8 Mar 2014 00:56:29 +0000 (00:56 +0000)]
libdbi: remove CFLAGS override
libdbi's configure.in is hardcoding CFLAGS and does not allow the configure
script environment to override those. Remove the hardcoded CFLAGS as they are
completely bogus and do not allow for any configuration. Fixes the build on ARM
VFP toolchains.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39797
Florian Fainelli [Sat, 8 Mar 2014 00:56:27 +0000 (00:56 +0000)]
ruby: disable documentation for host build
Building the documentation for the host requires a bunch of tools that systems
might not have, simply disable it which also speeds up the build time.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39796
Florian Fainelli [Sat, 8 Mar 2014 00:56:24 +0000 (00:56 +0000)]
orbit2: remove patch remove aclocal.m4
The autoreconf fixup already removes that file for us.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39795
Florian Fainelli [Sat, 8 Mar 2014 00:56:22 +0000 (00:56 +0000)]
libidn: remove patch removing aclocal.m4
The autoreconf fixup is already removing that file for us, drop that patch
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39794
Florian Fainelli [Sat, 8 Mar 2014 00:56:19 +0000 (00:56 +0000)]
stunnel: remove patch removing aclocal.m4
autoreconf fixup is doing this already for us.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39793
Imre Kaloz [Fri, 7 Mar 2014 14:33:38 +0000 (14:33 +0000)]
[freeradius2]: move into it's own submenu, add option to build without openssl
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39790
Peter Wagner [Fri, 7 Mar 2014 10:08:01 +0000 (10:08 +0000)]
[packages] pulseaudio: set PKG_RELEASE to 1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 39788
Peter Wagner [Fri, 7 Mar 2014 10:05:28 +0000 (10:05 +0000)]
[packages] pulseaudio: update to 5.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 39787
Imre Kaloz [Thu, 6 Mar 2014 13:43:35 +0000 (13:43 +0000)]
[freeradius2]: split the common files from the server package
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39784
Felix Fietkau [Wed, 5 Mar 2014 10:46:38 +0000 (10:46 +0000)]
strongswan: add missing dependencies for eap-mschapv2 (#15135)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39776
Peter Wagner [Sun, 2 Mar 2014 21:27:52 +0000 (21:27 +0000)]
[packages] tor-alpha: update to 0.2.5.2-alpha
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 39774
Peter Wagner [Sun, 2 Mar 2014 21:25:03 +0000 (21:25 +0000)]
[packages] tor: update to 0.2.4.21
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 39773
Peter Wagner [Sun, 2 Mar 2014 06:51:07 +0000 (06:51 +0000)]
[packages] git: update to 1.9.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 39772
Peter Wagner [Sun, 2 Mar 2014 06:49:16 +0000 (06:49 +0000)]
[packages] dovecot: update to 2.2.12
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 39771
Hauke Mehrtens [Fri, 21 Feb 2014 22:44:44 +0000 (22:44 +0000)]
tor-alpha: update to 0.2.4.20
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39669
Hauke Mehrtens [Fri, 21 Feb 2014 22:44:28 +0000 (22:44 +0000)]
tor-alpha: added mirror site
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
SVN-Revision: 39668
Hauke Mehrtens [Fri, 21 Feb 2014 22:33:52 +0000 (22:33 +0000)]
wview: added missing dependency on libopenssl
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
SVN-Revision: 39667
Hauke Mehrtens [Fri, 21 Feb 2014 22:25:58 +0000 (22:25 +0000)]
gst-plugins-base: use upstream fix for ivorbis plugin build fail
Previously, I submitted a patch "[PATCH v2][packages]gst-plugins-base: disable building ivorbis plugin" that disables ivorbis plugin build. Michel Stempin pointed out an upstream patch that fixes the issue directly in the vorbis decoder header. I had missed this patch in my previous searches.
This patch reverts the disabling of ivorbis and adds the upstream fix. I have tested this patch and it fixes the build issue. Thanks to Michel Stempin for bringing this to my attention and pointing me to the upstream fix.
Signed-off-by John Vogel <jvogel4@stny.rr.com>
SVN-Revision: 39666
Hauke Mehrtens [Fri, 21 Feb 2014 22:12:33 +0000 (22:12 +0000)]
gpsd: update to 3.10
From: Dave Taht <dave.taht@bufferbloat.net>
SVN-Revision: 39665
Hauke Mehrtens [Fri, 21 Feb 2014 21:41:11 +0000 (21:41 +0000)]
taskwarrior: added missing dependency on libgnutls
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
SVN-Revision: 39664
Hauke Mehrtens [Fri, 21 Feb 2014 21:31:27 +0000 (21:31 +0000)]
libfreefare: bumped version for 0.2.3 to 0.4.0
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
SVN-Revision: 39663
Hauke Mehrtens [Fri, 21 Feb 2014 21:24:53 +0000 (21:24 +0000)]
keepalived: fixed build configuration
/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_rt305x/linux-3.10.28/uapi/" ; fi; )
bash: ac_cv_file__store_buildbot_slave_ramips_build_build_dir_target_mipsel_24kec+dsp_uClibc_0_9_33_2_linux_ramips_rt305x_linux_3_10_28_net_core_link_watch_c=yes: command not found
make[2]: *** [build/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/keepalived-1.1.19/.configured_] Error 127
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
SVN-Revision: 39662
Hauke Mehrtens [Fri, 21 Feb 2014 21:14:00 +0000 (21:14 +0000)]
imagemagick: disbale lzma support
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39661
Hauke Mehrtens [Fri, 21 Feb 2014 21:13:42 +0000 (21:13 +0000)]
tiff: remove apple-opengl-framework config option
This config option was removed
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39660
Hauke Mehrtens [Fri, 21 Feb 2014 21:13:14 +0000 (21:13 +0000)]
tiff: disable linking to liblzma
This package requires liblzma as dependency if liblzma is selected.
This patch disables linking to liblzma in its configure script.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
SVN-Revision: 39659
Hauke Mehrtens [Fri, 21 Feb 2014 20:52:51 +0000 (20:52 +0000)]
icecast: added missing dependency on libopenssl
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
SVN-Revision: 39658
Hauke Mehrtens [Fri, 21 Feb 2014 20:46:47 +0000 (20:46 +0000)]
gw6c: fixed sed separator
On my ramips RT5350 HAME-MPR1 target, my build directory is:
"build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2", thus the problem.
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
SVN-Revision: 39657
Hauke Mehrtens [Fri, 21 Feb 2014 20:38:35 +0000 (20:38 +0000)]
fxload: fix build
should fix broken_package reported by buildbots
since Kernel 3.7 headers are located in UAPI directory
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 39656
Hauke Mehrtens [Fri, 21 Feb 2014 20:33:34 +0000 (20:33 +0000)]
elfutils: disable lzma support
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39655
Hauke Mehrtens [Fri, 21 Feb 2014 20:26:41 +0000 (20:26 +0000)]
debootstrap: bumped version from 1.0.55 to 1.0.55~bpo70+1
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
SVN-Revision: 39654
Hauke Mehrtens [Fri, 21 Feb 2014 20:15:32 +0000 (20:15 +0000)]
aalib: fixed build configuration
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
SVN-Revision: 39653
Steven Barth [Thu, 20 Feb 2014 18:43:10 +0000 (18:43 +0000)]
mdnsresponder: fix loss of unicast packets (thx Markus Stenberg)
SVN-Revision: 39645
Steven Barth [Mon, 17 Feb 2014 13:32:56 +0000 (13:32 +0000)]
mdnsresponder: bump to 544 (thanks Markus Stenberg)
SVN-Revision: 39603
Peter Wagner [Sun, 16 Feb 2014 22:52:55 +0000 (22:52 +0000)]
[packages] git: update to 1.8.5.5
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 39599
Hauke Mehrtens [Sun, 9 Feb 2014 15:04:05 +0000 (15:04 +0000)]
lttng-tools: fix build and add md5sum
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39553
Hauke Mehrtens [Sun, 9 Feb 2014 15:01:58 +0000 (15:01 +0000)]
alpine: alpine depends on libpam
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39552
Hauke Mehrtens [Sun, 9 Feb 2014 14:32:18 +0000 (14:32 +0000)]
alpine: update to 2.11
Update Alpine to 2.11. Also switch to use .tar.xz package.
Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
SVN-Revision: 39551
Hauke Mehrtens [Sun, 9 Feb 2014 13:12:35 +0000 (13:12 +0000)]
gst-plugins-base: disable building ivorbis plugin
The configuration of gst-plugins-base must disable testing for ogg, causing ivorbis to be enabled erroneously.
This patch explisitely disables ivorbis at configure which fixes build.
Signed-off-by John Vogel <jvogel4@stny.rr.com>
SVN-Revision: 39545
Hauke Mehrtens [Sat, 8 Feb 2014 19:05:58 +0000 (19:05 +0000)]
packages: ruby update to 1.9.3-p484
This also fixes a compile problem with OpenSSL.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39542
Hauke Mehrtens [Sat, 8 Feb 2014 18:18:30 +0000 (18:18 +0000)]
packages: add mosh
This adds mosh-full, mosh-server, and mosh-client packages.
The Entware team has already done the hard work:
http://code.google.com/p/wl500g-repo/source/browse/feeds/rtndev/mosh/Makefile?r=1220
All I added was a patch to disabled the check for UTF-8, which is not
available on our platform. (It works fine with the check disabled)
https://github.com/keithw/mosh/issues/464
This was originally requested here:
https://dev.openwrt.org/ticket/12509
This actually does work in conjunction with the openssh-client/server.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662939
Signed-off-by: Kyle Anderson <kyle@xkyle.com>
SVN-Revision: 39541
Hauke Mehrtens [Sat, 8 Feb 2014 18:04:03 +0000 (18:04 +0000)]
sound/mpd: update to mpd 0.16.8
updating to latest mpd requres more work on dependencies
(libmms,libaudiofile,libstdcpp)
- mpd isn't hosted on sourceforge anymore
- fix: #14422
Issue 1: could not replicate
Issue 2: update to last mpd 0.16 series fixes compile,
its linked to ffmpeg version
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 39540
Hauke Mehrtens [Sat, 8 Feb 2014 17:54:20 +0000 (17:54 +0000)]
perl-www: Bump to 5.837
Package perl-www-mechanize requires perl-www version 5.829 or later to
work, so bump perl-www to 5.837.
Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
SVN-Revision: 39539
Hauke Mehrtens [Sat, 8 Feb 2014 17:52:35 +0000 (17:52 +0000)]
umurmur: version 0.2.14
Now do it really.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39538
Hauke Mehrtens [Sat, 8 Feb 2014 17:23:43 +0000 (17:23 +0000)]
umurmur: version 0.2.14
Thank you Daniel Golle <dgolle@allnet.de>
[Hauke: update from 0.2.13 to 0.2.14]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39537
Hauke Mehrtens [Sat, 8 Feb 2014 17:01:28 +0000 (17:01 +0000)]
libqmi: update to 1.8.0
libqmi is now hosted on Freedesktop
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 39536
Luka Perkov [Fri, 7 Feb 2014 15:10:33 +0000 (15:10 +0000)]
[packages] luacurl: add package
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39523
Hauke Mehrtens [Thu, 6 Feb 2014 23:29:56 +0000 (23:29 +0000)]
avrdude: fix build of new version
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39522
Hauke Mehrtens [Thu, 6 Feb 2014 23:09:14 +0000 (23:09 +0000)]
taskwarrior: update to 2.30, fix compile
This is a cryptographically signed message in MIME format.
- fixes build errors (from buildbot logs):
build/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib/liblua.so: undefined reference to `dlsym'
build/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib/liblua.so: undefined reference to `dlerror'
build/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib/liblua.so: undefined reference to `dlopen'
build/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib/liblua.so: undefined reference to `dlclose'
collect2: ld returned 1 exit status
- depends on liblua, libuuid
- use external libuuid instead of internal one
- update to taskwarrior 2.3.0
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
[update from 2.20 to 2.30 and add libreadline dependency]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39521
Hauke Mehrtens [Thu, 6 Feb 2014 22:46:40 +0000 (22:46 +0000)]
libftdi: fix pkgconfig support by installing .pc into staging dir
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 39520
Hauke Mehrtens [Thu, 6 Feb 2014 22:46:16 +0000 (22:46 +0000)]
libftdi : fix build error
This is a cryptographically signed message in MIME format.
- using cmake to find libusb
- fix header location
fixes #13258
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 39519
Hauke Mehrtens [Thu, 6 Feb 2014 21:58:45 +0000 (21:58 +0000)]
rp-pppoe: Fix linkage
Do not link against libevent if present on your target. That lib is
completely different from the libevent in rp-pppoe. The lib is part
of the dependencies, so no -L and -l are necessary anyway.
Signed-off-by: Nils Rennebarth <nils.rennebarth@teldat.com>
SVN-Revision: 39517
Hauke Mehrtens [Thu, 6 Feb 2014 21:58:11 +0000 (21:58 +0000)]
Fix building of rp-pppoe plugin
The test for the if_pppox.h header file needs to also include linux/in6.h
(ipv6 support).
Fixes openwrt ticket #13321
Signed-off-by: Nils Rennebarth <nils.rennebarth@teldat.com>
SVN-Revision: 39516
Hauke Mehrtens [Thu, 6 Feb 2014 21:12:09 +0000 (21:12 +0000)]
freeradius2: update to 2.2.3
The new OpenSSL check want to compile a file and run it which does not
work when cross compiling, just remove that test.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39515
Hauke Mehrtens [Thu, 6 Feb 2014 21:11:43 +0000 (21:11 +0000)]
postgresql: update to 9.0.15
Without TARGET_CFLAGS += -lpthread it does not find libpthread and the build fails.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39514
Hauke Mehrtens [Thu, 6 Feb 2014 21:11:23 +0000 (21:11 +0000)]
openldap: update to 2.4.39
Without TARGET_CFLAGS += -lpthread it does not find libpthread and the
build fails.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39513
Peter Wagner [Thu, 6 Feb 2014 17:21:47 +0000 (17:21 +0000)]
[packages] git: update to 1.8.5.4
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 39505
Jo-Philipp Wich [Thu, 6 Feb 2014 12:06:17 +0000 (12:06 +0000)]
curl: enable cookie support by default - increases .ipk by around 3K (#14518)
SVN-Revision: 39503
Zoltan Herpai [Thu, 6 Feb 2014 09:59:19 +0000 (09:59 +0000)]
i2c-tools: honour TARGET_CFLAGS
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39500
Hauke Mehrtens [Wed, 5 Feb 2014 23:10:39 +0000 (23:10 +0000)]
xmail: add missing file from r39497.
This patch updates xmail to the latest version available, and
includes a quick fix for IPv6 support in CtrlClnt (XMail's
control client) commandline utility.
Signed-off-by: Luis Dallos <ld@nkvd.ignorelist.com>
SVN-Revision: 39499
Hauke Mehrtens [Wed, 5 Feb 2014 23:08:14 +0000 (23:08 +0000)]
ddns-scripts : New DDNS service added to the list of DDNS in OpenWRT, Winco DDNS
New DDNS service added to the list of DDNS in OpenWRT
Signed-off-by: Pedro Paulo Jr <ppj@netfilter.com.br>
SVN-Revision: 39498
Hauke Mehrtens [Wed, 5 Feb 2014 23:00:23 +0000 (23:00 +0000)]
xmail: Update to version 1.27
This patch updates xmail to the latest version available, and
includes a quick fix for IPv6 support in CtrlClnt (XMail's
control client) commandline utility.
Signed-off-by: Luis Dallos <ld@nkvd.ignorelist.com>
SVN-Revision: 39497
Hauke Mehrtens [Wed, 5 Feb 2014 22:47:47 +0000 (22:47 +0000)]
libssh2: update to 1.4.3
This patch updates libssh2 to version 1.4.3 and also adds its
pkgconfig file to pkgconfig path.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
SVN-Revision: 39496
Hauke Mehrtens [Wed, 5 Feb 2014 22:41:37 +0000 (22:41 +0000)]
mosquitto: bump 1.2 to 1.2.3
This includes UCI support for a new config option, bridge_tls_version.
Add bridge tls vesion support
Updates mosquitto, the MQTT broker, and client libraries to version
1.2.2, from version 1.2.0. Changes are bugfixes, most relevant to
OpenWrt being that the -nossl package variant actually builds again,
and greatly improved SSL performance.
This includes the full changes for 1.2.3:
http://mosquitto.org/2013/12/version-1-2-3-released/
This includes the full changes for 1.2.2:
http://mosquitto.org/2013/10/version-1-2-2-released/
This includes the full changes for 1.2.1:
http://mosquitto.org/2013/09/version-1-2-1-released/
Signed-off-by: Karl Palsson <karlp@remake.is>
SVN-Revision: 39495
Hauke Mehrtens [Wed, 5 Feb 2014 22:36:42 +0000 (22:36 +0000)]
fowsr: update to 2.0-131015
- update version, md5
- update source url
- fix grammar
Reported-by: Daniel Wiegert <daniel@thewiegerts.com>
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 39494
Hauke Mehrtens [Wed, 5 Feb 2014 22:25:36 +0000 (22:25 +0000)]
boblight: update to boblight 478
- fixes gcc 4.8 error by using a version later than 428
see https://code.google.com/p/boblight/issues/detail?id=36
- add libusb-1.0 dependency
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 39493
Hauke Mehrtens [Wed, 5 Feb 2014 22:14:42 +0000 (22:14 +0000)]
net/remotefs: updated remotefs to 1.0
remotefs: Switched to Git tag for newest release, better
package name and correct versioning. Removed libfuse from remotefs-server
dependencies. Updated init script with actual version from remotefs
repository.
Signed-off-by: Aleksey Tulinov <aleksey.tulinov@gmail.com>
SVN-Revision: 39492
Hauke Mehrtens [Wed, 5 Feb 2014 22:05:44 +0000 (22:05 +0000)]
avrdude: update to avrdude 6.0.1
according to configure warning some options were removed
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 39491
Hauke Mehrtens [Wed, 5 Feb 2014 21:27:47 +0000 (21:27 +0000)]
zabbix-extra-mac80211: fix mac80211.phydiscovery
/sys/kernel/debug/ is now only accessible to root,
use zabbix_helper_mac80211 (suid helper) to compute
mac80211.phydiscovery (the discovery rule)
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 39490
Hauke Mehrtens [Wed, 5 Feb 2014 21:27:13 +0000 (21:27 +0000)]
Zabbix: update to 2.2.1
With this new version of zabbix we do not need
uname and hostname anymore, see
https://svn.zabbix.com/browse/ZBX-5616
Only compile tested for now
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 39489
Hauke Mehrtens [Wed, 5 Feb 2014 21:14:15 +0000 (21:14 +0000)]
mysql: cleanup and update to 5.1.73
This is a cryptographically signed message in MIME format.
- some mirrors do not have the old version anymore
- cleanup deprecated options
--without-vio : removed in 5.0.2
--without-raid, --without-mysqlfs : removed in 5.0.3
http://dev.mysql.com/doc/refman/5.0/en/source-configuration-options.html
--without-pstack : removed in 5.1.54
--without-bench : removed in 5.1.11
http://dev.mysql.com/doc/refman/5.1/en/source-configuration-options.html
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 39488
Nuno Goncalves [Wed, 5 Feb 2014 20:17:18 +0000 (20:17 +0000)]
[packages] add myself as a maintainer for various packages
SVN-Revision: 39485
Nuno Goncalves [Wed, 5 Feb 2014 19:56:44 +0000 (19:56 +0000)]
[packages] add remserial, bridge TCP/IP port with a device
SVN-Revision: 39481
Nuno Goncalves [Wed, 5 Feb 2014 19:30:09 +0000 (19:30 +0000)]
[packages] add RTKLIB, GNSS positioning suite
SVN-Revision: 39480
Nuno Goncalves [Wed, 5 Feb 2014 14:00:47 +0000 (14:00 +0000)]
[packages] open2300: custom config file was not copied, makefile cleanup
SVN-Revision: 39477
Jo-Philipp Wich [Tue, 4 Feb 2014 15:32:40 +0000 (15:32 +0000)]
tiff: fix autoreconf
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 39461
Jo-Philipp Wich [Tue, 4 Feb 2014 15:32:37 +0000 (15:32 +0000)]
sane-backends: update to 1.0.24 and fix configure
- bump to 1.0.24
- get rid of shipped libtool
- remove host include paths from configure macros
- do not patch generated configure
- refresh patches
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 39460
Imre Kaloz [Sun, 2 Feb 2014 13:15:15 +0000 (13:15 +0000)]
[packages/libs/curl]: update to 7.35.0, fixes CVE-2014-0015
Spotted this on my twitter feed, so i guess it is good for something.
http://curl.haxx.se/docs/adv_20140129.html
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 39446
Gabor Juhos [Sun, 2 Feb 2014 11:01:50 +0000 (11:01 +0000)]
packages/ffmpeg: disable altivec support
The altivec support in the ffmpeg package is enabled
by default which causes the following build error on
powerpc targets:
You need a compiler that supports {} in AltiVec vector declarations.
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will
help solving the problem.
Altivec is not supported by any of our powerpc targets, so
disable that by default.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39445