9513 Commits

Author SHA1 Message Date
hauke
c21558ee14 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39545 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-09 13:12:35 +00:00
hauke
bddb038bef 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39542 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-08 19:05:58 +00:00
hauke
528f9f8af3 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39541 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-08 18:18:30 +00:00
hauke
63626f93cd 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-08 18:04:03 +00:00
hauke
a3a96573b3 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39539 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-08 17:54:20 +00:00
hauke
159547f66f umurmur: version 0.2.14
Now do it really.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@39538 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-08 17:52:35 +00:00
hauke
ec68dc675d 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39537 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-08 17:23:43 +00:00
hauke
c789f8e85a 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39536 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-08 17:01:28 +00:00
luka
62ccef795d [packages] luacurl: add package
Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39523 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-07 15:10:33 +00:00
hauke
b5673aa54a avrdude: fix build of new version
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39522 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 23:29:56 +00:00
hauke
787423d3c2 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39521 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 23:09:14 +00:00
hauke
03c2c42e2e libftdi: fix pkgconfig support by installing .pc into staging dir
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39520 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 22:46:40 +00:00
hauke
486ba2e8c6 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39519 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 22:46:16 +00:00
hauke
fadc28ab79 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39517 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 21:58:45 +00:00
hauke
700454b43f 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39516 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 21:58:11 +00:00
hauke
d1cb56ef61 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39515 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 21:12:09 +00:00
hauke
7f466741ef 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39514 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 21:11:43 +00:00
hauke
68837c6691 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39513 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 21:11:23 +00:00
tripolar
85b6d8f60d [packages] git: update to 1.8.5.4
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39505 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 17:21:47 +00:00
jow
3044632b94 curl: enable cookie support by default - increases .ipk by around 3K (#14518)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39503 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 12:06:17 +00:00
wigyori
0f622ee37f i2c-tools: honour TARGET_CFLAGS
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@39500 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 09:59:19 +00:00
hauke
4b4dbc6d61 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39499 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 23:10:39 +00:00
hauke
4a5889f1ce 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39498 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 23:08:14 +00:00
hauke
323e2cbce2 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39497 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 23:00:23 +00:00
hauke
840d46aacb 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39496 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 22:47:47 +00:00
hauke
8c693b789b 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39495 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 22:41:37 +00:00
hauke
0d3cdf77d2 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39494 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 22:36:42 +00:00
hauke
c1a7fee484 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39493 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 22:25:36 +00:00
hauke
d94aef04e1 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39492 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 22:14:42 +00:00
hauke
7184cf53a7 avrdude: update to avrdude 6.0.1
according to configure warning some options were removed

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


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39491 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 22:05:44 +00:00
hauke
4474f2911f 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 21:27:47 +00:00
hauke
0d416a1cc0 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39489 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 21:27:13 +00:00
hauke
b47d1ebf84 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39488 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 21:14:15 +00:00
nunojpg
64f84b7d0b [packages] add myself as a maintainer for various packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39485 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 20:17:18 +00:00
nunojpg
3009368efd [packages] add remserial, bridge TCP/IP port with a device
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 19:56:44 +00:00
nunojpg
c6a23a9fb7 [packages] add RTKLIB, GNSS positioning suite
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39480 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 19:30:09 +00:00
nunojpg
af0c5d3990 [packages] open2300: custom config file was not copied, makefile cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39477 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 14:00:47 +00:00
jow
ef90dbc471 tiff: fix autoreconf
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39461 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-04 15:32:40 +00:00
jow
1de539c66a 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39460 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-04 15:32:37 +00:00
kaloz
d236eeea3b [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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39446 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-02 13:15:15 +00:00
juhosg
0a2fcfbf5d 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39445 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-02 11:01:50 +00:00
juhosg
3e7e28ce9e package/ffmpeg: remove trailing whitespaces from the Makefile
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39444 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-02 11:01:49 +00:00
juhosg
e7ee3fdc14 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39443 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-02 11:01:47 +00:00
jow
1a7cc8cfb6 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39423 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-01-29 13:30:15 +00:00
jow
7597bb13da packages: libdaemon: prevent an erroneous error message
Signed-off-by: Michael Heimpold <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39418 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-01-29 13:01:21 +00:00
jow
6469bc1c61 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39417 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-01-29 12:58:17 +00:00
jow
e69dca813c 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39416 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-01-29 12:55:41 +00:00
jow
4b28719502 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39415 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-01-29 12:55:40 +00:00
jow
4e9143e657 shadow: add missing build dependency
As jow has stated in #12004 correctly, shadows needs a build dependency
on libintl (gettext) to provide the missing m4 macros.

The missing dependency was spotted while doing a parallel build.

This patch closes #12004.

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39414 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-01-29 12:54:17 +00:00
jow
a5499da920 re, rem: drop packages, they got moved to the telephony feed
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39413 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-01-29 12:51:49 +00:00