swalker
64470fbb29
[packages] protobuf-c: add protocol buffers C library, thanks Martin Johansson ( #9232 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28194 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-08 07:48:20 +00:00
swalker
a763ae2523
[packages] libevent2: update to 2.0.14, add sf mirror
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28156 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-03 22:52:29 +00:00
florian
e2dd3ccb10
[package] axtls: updae to 1.4.3
...
I'm the developer of axTLS. I've got an update to use the latest
version. Hopefully nothing too dramatic here.
Signed-off-by: Cameron Rich <camster444@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28100 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-28 12:08:28 +00:00
florian
dcf6c99f6a
[package] libosip2: minor fix for libosip2 package
...
Remove unneeded configure flags and add support for parallel build.
No need to bump the PKG_RELEASE.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28099 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-28 12:08:27 +00:00
florian
f198212712
[package] Fix mysql dependencies
...
Trying to fix some issues with php5 I discoverd that php5's mysql extension doesn't load:
<snip>
root@OpenWrt:/tmp# php-cli -m
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/mysql.so' - File not found in Unknown on line 0
[PHP Modules]
Core
ctype
curl
date
ereg
gettext
json
openssl
pcntl
pcre
posix
Reflection
session
sockets
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
zlib
[Zend Modules]
</snap>
After installing uclibcxx, the extension loads fine:
<snip>
root@OpenWrt:/tmp# opkg install uclibcxx
Installing uclibcxx (0.2.2-3) to root...
Downloading http://192.168.1.2:8081/brcm47xx/packages/uclibcxx_0.2.2-3_brcm47xx.ipk .
Configuring uclibcxx.
root@OpenWrt:/tmp# php-cli -m
[PHP Modules]
<...>
mysql
<...>
[Zend Modules]
</snap>
So the mysqlclient library needs uclibcxx, not only mysql-server. But since
mysql-server is depended of the mysqlclient library we can shorten its dependencies.
I also cross-checked that e.g. a mysql-enabled lighttpd shows the same behaviour
when uclibcxx is not installed.
<snip>
root@OpenWrt:/tmp/log/lighttpd# lighttpd -f /etc/lighttpd/lighttpd.conf
1970-01-01 05:07:30: (plugin.c.169) dlopen() failed for: /usr/lib/lighttpd/mod_mysql_vhost.so File not found
1970-01-01 05:07:30: (server.c.650) loading plugins finally failed
</snap>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28083 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-25 10:10:38 +00:00
loswillios
059835d1b0
[packages] libsndfile: fix large file support ( #9955 ), thanks jow for tracking this down
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28067 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-22 06:48:53 +00:00
loswillios
67815493c8
[packages] libsndfile: update to 1.0.25
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28065 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-21 14:41:10 +00:00
florian
0b29fbb5d5
[package] vips: update to 7.26.1 ( #9666 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28064 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-20 12:15:37 +00:00
florian
0a3fada187
[package] vips: update to 7.24.5
...
This updates to VIPS 7.24.5 and includes the im_bufjpeg2vips function,
backported from Git master.
Signed-off-by: W. Michael Petullo <mike at flyn.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28062 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-20 11:26:58 +00:00
florian
5e25f701c9
[package] elfutils: rename libelf to libelf1
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-17 14:37:25 +00:00
florian
c1830476f9
[package] elfutils: add back libelf, package is marked BROKEN
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28028 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-17 10:13:17 +00:00
loswillios
b370d246fb
[packages] remove json-c, its in trunk already
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28020 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-16 21:10:55 +00:00
loswillios
0eea92d877
[packages] add json-c
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28008 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-16 14:12:47 +00:00
florian
789f0b9e2f
[package] elfutils: mark as broken for now
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27892 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-04 10:46:22 +00:00
jogo
674bbc5002
[packages] upgrade libosip2 package
...
Upgrade to new version and refresh patches.
Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net >
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27886 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-03 21:08:39 +00:00
florian
2ea26f5d21
[package] elfutils: do not package nor stage libelf for now
...
This is clashing with libs/libelf, and only 'perf' is using this version, so
until we resolve that clashing, do not build libelf from elfutils.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27866 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-01 18:16:00 +00:00
jow
0ae15bc58a
[PATCH] #9863 : don't export target $PROFILE into postgresql
...
PROFILE is overloaded by postgresql versus how target's define it.
Fixes: https://dev.openwrt.org/ticket/9863
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27856 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-01 00:34:09 +00:00
nbd
7560574298
clearsilver: selecting zlib from one place is enough
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27741 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-24 08:22:54 +00:00
jow
94af5583a4
[packages] libgphoto2: bump PKG_REVISION to make the fix identifiable
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27715 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-20 21:50:11 +00:00
jow
d6ded14e05
[packages] libgphoto2: disable iconv support if built against the stub, this allows drivers with optional conversion to work which would otherwise fail
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27714 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-20 21:48:49 +00:00
jow
bcea80c2ba
[packages] cyrus-sasl: autoreconf sasldb subdir as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27707 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-20 14:51:23 +00:00
swalker
10c5fb2d8c
[packages] libnatpmp: update to 20110715, refresh patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27692 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-19 14:42:00 +00:00
swalker
f911de92a3
[packages] libgcrypt: update to 1.5.0
...
* Signed-off-by: Your Joe Roback <openwrt-devel at roback.cc>
* enable CAST5 cipher
* drop obsolete patch
* refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-17 18:06:47 +00:00
swalker
a6f71095e2
[packages] libgpg-error: update to 1.9
...
* Signed-off-by: Your Joe Roback <openwrt-devel at roback.cc>
* enable parallel building
* remove dead mirrors
* use CONFIGURE_ARGS
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27658 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-17 18:05:53 +00:00
swalker
2c1ff4e720
[packages] gsl: install pkgconfig gsl.pc, thanks Xiangfu Liu
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27645 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-17 14:53:28 +00:00
swalker
0b69e93928
[packages] ldns: add the ldns library ( #9374 ), thanks Cybjit
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-13 05:33:58 +00:00
loswillios
fc288465df
[packages] lzo: update to 2.05
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-12 07:55:25 +00:00
jow
9a67de60cc
[packages] re, restund: mark as broken, its buildsystem fails completely, does not support anything besides mipsel and mixes host with target variables, attempts to fix it where unsucessful
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27588 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-11 02:27:20 +00:00
jow
90274b4d90
[packages] tokyocabinet: add missing function nanl() to work with backfire/uClibc 0.9.30
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27584 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-10 23:39:33 +00:00
jow
bf8a6aded9
[packages] libcrypto++: fix compilation on backfire by getting rid of the GNUmakefile which injects invalid -mtune=native arguments
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27578 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-10 19:50:05 +00:00
jow
f008f4001b
[packages] avahi: disable the dbus support on brcm-2.4, it does not build
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27521 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-07 11:10:59 +00:00
jow
921725fb98
[packages] boost: disable on brcm-2.4, does not build
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27520 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-07 10:45:29 +00:00
florian
52fb71234d
[package] elfutils: link with libargp
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27506 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-07 08:07:35 +00:00
florian
c08ac9fb7e
[package] argp-standalone: should be compile with fpic
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27505 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-07 08:07:24 +00:00
cshore
73f3062a00
[packages] libs/avahi: Version bump (forgotten on previous update)
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27504 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-07 05:18:49 +00:00
florian
86c99cff8e
[package] elfutils: package libelf and libdw, update to 0.152
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27499 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-06 20:22:19 +00:00
cshore
52fb494968
[packages] libs/avahi: fixed mutating libavahi/avahi-daemon. The package was producing a package avahi which required dbus if libavahi-dbus-support was selected (even as module), and without dbus if that package was not select. This has been fixed so that there are now dbus versions of the binary packages and non-dbus versions of the ones that can be without dbus, so that the smaller platformas can still have avahi without dbus, and those who want the dbus avahi can have it as well.
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27479 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-06 08:19:14 +00:00
jow
feface7e07
[packages] apr: ensure rlimit support, fixes httpd mod_cgi link failures, upstream httpd bug 51371
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27465 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-05 22:21:13 +00:00
jow
de903b6b2e
[packages] glib2: add missing gthread.h include, observed during host compilation of glib2 on CentOS 5.6 ( #8794 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27453 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-05 11:52:20 +00:00
jow
9f1744f615
[packages] libcrypto++: remove manual autoreconf invocation, use default configure action
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27451 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-05 02:16:20 +00:00
swalker
3717facab3
[packages] sqlite3: update to 3070701
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27425 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-04 00:48:26 +00:00
swalker
3111905203
[packages] neon: update to 0.29.6
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27424 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-04 00:47:39 +00:00
swalker
96a6c11d78
[packages] apr-util: update to 1.3.12, switch to working mirror
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27419 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-03 21:05:11 +00:00
swalker
b724d94ac5
[packages] apr: update to 1.4.5 (CVE-2011-0419, CVE-2011-1928), refresh patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27418 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-03 21:04:31 +00:00
loswillios
50d1b93ab0
[packages] speex: update to 1.2rc1
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27270 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-24 13:20:27 +00:00
swalker
13198093fe
[packages] libnatpmp: add the libnatpmp library
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27260 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-23 00:38:53 +00:00
swalker
1b21080a16
[packages] opencdk: update urls
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27225 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-19 17:24:45 +00:00
swalker
5643f73561
[packages] libevent2: update to 2.0.12, add core, extra, openssl & pthreads packages
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-12 01:54:28 +00:00
mirko
bfe08b8f29
[packages] add package 'libprotobuf'
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27152 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-09 17:08:46 +00:00
swalker
bb474cdf99
[packages] tokyocabinet: correct section value
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27144 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-09 11:15:56 +00:00