openwrt/svn-archive/packages.git
11 years agomdk3: pass our CFLAGS
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

11 years agomdnsresponder: ensure dns-sd is linked with the right options
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

11 years agolibptmalloc3: override CFLAGS correctly
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

11 years agoimsnif: use TARGET_CFLAGS
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

11 years agojtg: pass our CFLAGS
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

11 years agolibfreenect: do not override CFLAGS
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

11 years agoftplib: pass TARGET_CFLAGS to package build
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

11 years agolibowfat: fix build
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

11 years agoempcd: pass our CFLAGS and LDFLAGS
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

11 years agoe169-stats: rework makefile patch to be more general
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

11 years agodialog: fix configure test against ncurses
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

11 years agoflow-tools: do not hardcode CFLAGS
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

11 years agolibnet-1.0.x: remove CFLAGS hardcoding
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

11 years agocksfv: add missing inttypes.h inclusion
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

11 years agobonnie++: pass TARGET_CXXFLAGS correctly
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

11 years agolibdbi: remove CFLAGS override
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

11 years agoruby: disable documentation for host build
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

11 years agoorbit2: remove patch remove aclocal.m4
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

11 years agolibidn: remove patch removing aclocal.m4
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

11 years agostunnel: remove patch removing aclocal.m4
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

11 years agomove into it's own submenu, add option to build without openssl
Imre Kaloz [Fri, 7 Mar 2014 14:33:38 +0000 (14:33 +0000)]
move into it's own submenu, add option to build without openssl

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39790

11 years agopulseaudio: set PKG_RELEASE to 1
Peter Wagner [Fri, 7 Mar 2014 10:08:01 +0000 (10:08 +0000)]
pulseaudio: set PKG_RELEASE to 1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 39788

11 years agopulseaudio: update to 5.0
Peter Wagner [Fri, 7 Mar 2014 10:05:28 +0000 (10:05 +0000)]
pulseaudio: update to 5.0

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 39787

11 years agosplit the common files from the server package
Imre Kaloz [Thu, 6 Mar 2014 13:43:35 +0000 (13:43 +0000)]
split the common files from the server package

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39784

11 years agostrongswan: add missing dependencies for eap-mschapv2 (#15135)
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

11 years agotor-alpha: update to 0.2.5.2-alpha
Peter Wagner [Sun, 2 Mar 2014 21:27:52 +0000 (21:27 +0000)]
tor-alpha: update to 0.2.5.2-alpha

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 39774

11 years agotor: update to 0.2.4.21
Peter Wagner [Sun, 2 Mar 2014 21:25:03 +0000 (21:25 +0000)]
tor: update to 0.2.4.21

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 39773

11 years agogit: update to 1.9.0
Peter Wagner [Sun, 2 Mar 2014 06:51:07 +0000 (06:51 +0000)]
git: update to 1.9.0

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 39772

11 years agodovecot: update to 2.2.12
Peter Wagner [Sun, 2 Mar 2014 06:49:16 +0000 (06:49 +0000)]
dovecot: update to 2.2.12

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 39771

11 years agotor-alpha: update to 0.2.4.20
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

11 years agotor-alpha: added mirror site
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

11 years agowview: added missing dependency on libopenssl
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

11 years agogst-plugins-base: use upstream fix for ivorbis plugin build fail
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

11 years agogpsd: update to 3.10
Dave Taht [Fri, 21 Feb 2014 22:12:33 +0000 (22:12 +0000)]
gpsd: update to 3.10

SVN-Revision: 39665

11 years agotaskwarrior: added missing dependency on libgnutls
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

11 years agolibfreefare: bumped version for 0.2.3 to 0.4.0
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

11 years agokeepalived: fixed build configuration
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

11 years agoimagemagick: disbale lzma support
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

11 years agotiff: remove apple-opengl-framework config option
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

11 years agotiff: disable linking to liblzma
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

11 years agoicecast: added missing dependency on libopenssl
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

11 years agogw6c: fixed sed separator
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

11 years agofxload: fix build
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

11 years agoelfutils: disable lzma support
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

11 years agodebootstrap: bumped version from 1.0.55 to 1.0.55~bpo70+1
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

11 years agoaalib: fixed build configuration
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

11 years agomdnsresponder: fix loss of unicast packets (thx Markus Stenberg)
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

11 years agomdnsresponder: bump to 544 (thanks Markus Stenberg)
Steven Barth [Mon, 17 Feb 2014 13:32:56 +0000 (13:32 +0000)]
mdnsresponder: bump to 544 (thanks Markus Stenberg)

SVN-Revision: 39603

11 years agogit: update to 1.8.5.5
Peter Wagner [Sun, 16 Feb 2014 22:52:55 +0000 (22:52 +0000)]
git: update to 1.8.5.5

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 39599

11 years agolttng-tools: fix build and add md5sum
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

11 years agoalpine: alpine depends on libpam
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

11 years agoalpine: update to 2.11
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

11 years agogst-plugins-base: disable building ivorbis plugin
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

11 years agopackages: ruby update to 1.9.3-p484
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

11 years agopackages: add mosh
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

11 years agosound/mpd: update to mpd 0.16.8
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

11 years agoperl-www: Bump to 5.837
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

11 years agoumurmur: version 0.2.14
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

11 years agoumurmur: version 0.2.14
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

11 years agolibqmi: update to 1.8.0
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

11 years agoluacurl: add package
Luka Perkov [Fri, 7 Feb 2014 15:10:33 +0000 (15:10 +0000)]
luacurl: add package

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39523

11 years agoavrdude: fix build of new version
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

11 years agotaskwarrior: update to 2.30, fix compile
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

11 years agolibftdi: fix pkgconfig support by installing .pc into staging dir
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

11 years agolibftdi : fix build error
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

11 years agorp-pppoe: Fix linkage
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

11 years agoFix building of rp-pppoe plugin
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

11 years agofreeradius2: update to 2.2.3
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

11 years agopostgresql: update to 9.0.15
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

11 years agoopenldap: update to 2.4.39
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

11 years agogit: update to 1.8.5.4
Peter Wagner [Thu, 6 Feb 2014 17:21:47 +0000 (17:21 +0000)]
git: update to 1.8.5.4

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 39505

11 years agocurl: enable cookie support by default - increases .ipk by around 3K (#14518)
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

11 years agoi2c-tools: honour TARGET_CFLAGS
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

11 years agoxmail: add missing file from r39497.
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

11 years agoddns-scripts : New DDNS service added to the list of DDNS in OpenWRT, Winco DDNS
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

11 years agoxmail: Update to version 1.27
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

11 years agolibssh2: update to 1.4.3
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

11 years agomosquitto: bump 1.2 to 1.2.3
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

11 years agofowsr: update to 2.0-131015
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

11 years agoboblight: update to boblight 478
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

11 years agonet/remotefs: updated remotefs to 1.0
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

11 years agoavrdude: update to avrdude 6.0.1
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

11 years agozabbix-extra-mac80211: fix mac80211.phydiscovery
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

11 years agoZabbix: update to 2.2.1
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

11 years agomysql: cleanup and update to 5.1.73
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

11 years agoadd myself as a maintainer for various packages
Nuno Goncalves [Wed, 5 Feb 2014 20:17:18 +0000 (20:17 +0000)]
add myself as a maintainer for various packages

SVN-Revision: 39485

11 years agoadd remserial, bridge TCP/IP port with a device
Nuno Goncalves [Wed, 5 Feb 2014 19:56:44 +0000 (19:56 +0000)]
add remserial, bridge TCP/IP port with a device

SVN-Revision: 39481

11 years agoadd RTKLIB, GNSS positioning suite
Nuno Goncalves [Wed, 5 Feb 2014 19:30:09 +0000 (19:30 +0000)]
add RTKLIB, GNSS positioning suite

SVN-Revision: 39480

11 years agoopen2300: custom config file was not copied, makefile cleanup
Nuno Goncalves [Wed, 5 Feb 2014 14:00:47 +0000 (14:00 +0000)]
open2300: custom config file was not copied, makefile cleanup

SVN-Revision: 39477

11 years agotiff: fix autoreconf
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

11 years agosane-backends: update to 1.0.24 and fix configure
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

11 years agoupdate to 7.35.0, fixes CVE-2014-0015
Imre Kaloz [Sun, 2 Feb 2014 13:15:15 +0000 (13:15 +0000)]
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

11 years agopackages/ffmpeg: disable altivec support
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

11 years agopackage/ffmpeg: remove trailing whitespaces from the Makefile
Gabor Juhos [Sun, 2 Feb 2014 11:01:49 +0000 (11:01 +0000)]
package/ffmpeg: remove trailing whitespaces from the Makefile

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39444

11 years agopackages/libflac: don't hardcode altivec options in CPUCFLAGS
Gabor Juhos [Sun, 2 Feb 2014 11:01:47 +0000 (11:01 +0000)]
packages/libflac: don't hardcode altivec options in CPUCFLAGS

The '-maltivec' and '-mabi=altivec' options always
included in the CPUCPFLAGS variable, even if altivec
support is disabled. This causes build failure on
powerpc platforms without altivec support:

  bitmath.c:1:0: error: AltiVec and E500 instructions cannot coexist

Update the src/libFLAC/Makefile.am template to skip
altivec options if 'FLaC__USE_ALTIVEC' is not used.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39443

11 years agoalpine: fix build on Archlinux
Jo-Philipp Wich [Wed, 29 Jan 2014 13:30:15 +0000 (13:30 +0000)]
alpine: fix build on Archlinux

alpine adds a wrong path during configure (-L/usr/lib)
this leads to build fail on Archlinux
...
checking for setupterm in -lncurses... no
...
"configure: error: Terminfo/termcap not found"

since Debian uses a different path for "host libs" it fails to load wrong libs
and finds the right ncurses lib in the next (correct) path

The wrong path is injected by the SSL test
thx jow for finding it

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 39423

11 years agopackages: libdaemon: prevent an erroneous error message
Jo-Philipp Wich [Wed, 29 Jan 2014 13:01:21 +0000 (13:01 +0000)]
packages: libdaemon: prevent an erroneous error message

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 39418

11 years agocmus: fix configure checks against host files
Jo-Philipp Wich [Wed, 29 Jan 2014 12:58:17 +0000 (12:58 +0000)]
cmus: fix configure checks against host files

cmuses configure checks an absolute path for the existence of a kernel
header. This results in a check against the hosts version of
/usr/include/sys/soundcard.h, which potentially does not exists (at
least on my system).

This patch supersedes http://patchwork.openwrt.org/patch/2713/.

Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 39417

11 years agomxml: Update package source URL
Jo-Philipp Wich [Wed, 29 Jan 2014 12:55:41 +0000 (12:55 +0000)]
mxml: Update package source URL

The ftp.easysw.com site has disappeared completely. So switch to the
authors personal site.

Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 39416

11 years agocups: Update package source URL
Jo-Philipp Wich [Wed, 29 Jan 2014 12:55:40 +0000 (12:55 +0000)]
cups: Update package source URL

The ftp.easysw.com site has disappeared completely.

This patch adds the official cups site as package source and
drops all easysw.com servers and not longer existent mirrors
of easys.com.

Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 39415