packages.git
13 years ago[packages] l2tpv3tun: fix whitespace mangled patch
jow [Thu, 24 Feb 2011 00:36:56 +0000 (00:36 +0000)]
[packages] l2tpv3tun: fix whitespace mangled patch

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25687 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] add crtmpserver - a high performance C++ RTMP streaming server
jow [Wed, 23 Feb 2011 23:06:08 +0000 (23:06 +0000)]
[packages] add crtmpserver - a high performance C++ RTMP streaming server

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25679 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] openswan: update to v2.6.33 (#8924)
jow [Wed, 23 Feb 2011 22:56:19 +0000 (22:56 +0000)]
[packages] openswan: update to v2.6.33 (#8924)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25676 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] php5: add missing dependency on libsqlite3/libpthread (#7224)
florian [Wed, 23 Feb 2011 22:24:39 +0000 (22:24 +0000)]
[package] php5: add missing dependency on libsqlite3/libpthread (#7224)

The binaries are already dependent on sqlite3 and pthread, not only the
corresponding php modules.

This closes #7724.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25674 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] php5: first steps to simplify the Makefile
florian [Wed, 23 Feb 2011 22:24:30 +0000 (22:24 +0000)]
[package] php5: first steps to simplify the Makefile

- Introduce /etc/php5 which is scanned for additional configuration files.
  So it is possible that a installed modules is automatically enabled
  without the need to modify the php.ini.
- Remove unsupported config option: --disable-ttf
- Add support for SimpleXML module, closes #7758.
- Add support for PCNTL module.
- Modularize System V stuff.
- Rename BuildPlugin to BuildModule which IMHO fits better to the
  commonly used terminology of "PHP module".

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25673 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] vim: update to 7.3, patch from koniu
florian [Wed, 23 Feb 2011 22:24:28 +0000 (22:24 +0000)]
[package] vim: update to 7.3, patch from koniu

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25672 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] radsecproxy: update to 1.4.2
zandbelt [Wed, 23 Feb 2011 17:44:34 +0000 (17:44 +0000)]
[packages] radsecproxy: update to 1.4.2

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25667 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] asterisk-1.8.x: add func_uri
zandbelt [Wed, 23 Feb 2011 08:27:15 +0000 (08:27 +0000)]
[packages] asterisk-1.8.x: add func_uri

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25666 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agonet/etherpuppet: add etherpuppe, a voodoo doll for an Ethernet interface (closes...
acoul [Wed, 23 Feb 2011 06:41:28 +0000 (06:41 +0000)]
net/etherpuppet: add etherpuppe, a voodoo doll for an Ethernet interface  (closes #8913)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25665 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] asterisk-1.8.x: add mysql modules
zandbelt [Tue, 22 Feb 2011 21:29:52 +0000 (21:29 +0000)]
[packages] asterisk-1.8.x: add mysql modules

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25664 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages/oprofile] rename i386 to x86 to match $(LINUX_KARCH) when compiling for x86
mirko [Tue, 22 Feb 2011 21:04:03 +0000 (21:04 +0000)]
[packages/oprofile] rename i386 to x86 to match $(LINUX_KARCH) when compiling for x86

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25663 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] lftp: link libc for atexit() - fixes compilation against most recent uClibc
jow [Tue, 22 Feb 2011 14:50:48 +0000 (14:50 +0000)]
[packages] lftp: link libc for atexit() - fixes compilation against most recent uClibc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25662 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages/qt4] add the possibility of specifying and passing a path relative to ...
mirko [Tue, 22 Feb 2011 12:13:07 +0000 (12:13 +0000)]
[packages/qt4] add the possibility of specifying and passing a path relative to $(PKG_BUILD_DIR) to qmake for *.pro files lying in subdirectories

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25660 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages/qt4] we need to pass all the environment variables not just to $(QMAKE...
mirko [Tue, 22 Feb 2011 12:12:59 +0000 (12:12 +0000)]
[packages/qt4] we need to pass all the environment variables not just to $(QMAKE) but also to $(MAKE), because Makefiles may invoke qmake once again for creating further Makefiles

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25659 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages/qt4] some Qt-internal paths are magically getting appended to TARGET_{INC...
mirko [Tue, 22 Feb 2011 12:12:48 +0000 (12:12 +0000)]
[packages/qt4] some Qt-internal paths are magically getting appended to TARGET_{INC,LIB}DIRS - however _only_ to the very last element (so the last elem should be the staging-dir - not the toolchain-dir)

thanks to kyak for pointing this out!

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25658 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] shadow: reorder patches, prevent dependency on librpc
jow [Tue, 22 Feb 2011 11:17:05 +0000 (11:17 +0000)]
[packages] shadow: reorder patches, prevent dependency on librpc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25657 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] l2tpv3tun: fix libnl 2.0 fallout...
jow [Mon, 21 Feb 2011 21:13:53 +0000 (21:13 +0000)]
[packages] l2tpv3tun: fix libnl 2.0 fallout...

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25655 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] jpeg: package is not autoreconfigurable and ships broken libtool, fixup...
jow [Mon, 21 Feb 2011 21:01:39 +0000 (21:01 +0000)]
[packages] jpeg: package is not autoreconfigurable and ships broken libtool, fixup manually

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25654 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] php4: fix OpenSSL v1.0.0 fallout...
jow [Mon, 21 Feb 2011 19:44:17 +0000 (19:44 +0000)]
[packages] php4: fix OpenSSL v1.0.0 fallout...

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25651 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agonet/quagga: add an upstream pending patch
acoul [Mon, 21 Feb 2011 13:16:44 +0000 (13:16 +0000)]
net/quagga: add an upstream pending patch

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25650 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] remove asterisk-addons-1.4.x (#8898)
florian [Mon, 21 Feb 2011 09:24:58 +0000 (09:24 +0000)]
[packages] remove asterisk-addons-1.4.x (#8898)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25645 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] xorg-kdrive: fix linker errors.
florian [Sun, 20 Feb 2011 17:25:50 +0000 (17:25 +0000)]
[package] xorg-kdrive: fix linker errors.

Signed-off-by: Jochen Friedrich <jochen@scram.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25624 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] libmatchbox: use nls.mk and depend on check, fix linker errors
florian [Sun, 20 Feb 2011 17:25:49 +0000 (17:25 +0000)]
[package] libmatchbox: use nls.mk and depend on check, fix linker errors

Signed-off-by: Jochen Friedrich <jochen@scram.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25623 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] input-utils: update to make it works with new kernels.
florian [Sun, 20 Feb 2011 16:04:10 +0000 (16:04 +0000)]
[package] input-utils: update to make it works with new kernels.

Signed-off-by: Jochen Friedrich <jochen@scram.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25615 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] lsof: cross-build properly
florian [Sun, 20 Feb 2011 16:04:02 +0000 (16:04 +0000)]
[package] lsof: cross-build properly

I found that the lsof build was using the build host's ar and ranlib
instead of the target's. That's tolerable when the build host is
Linux/ELF. It's not so great when building on Mac OS X.

I also found that lsof was reporting that it was built with the native
compiler instead of the cross-compiler.

Signed-off-by: Mark Mentovai <mark@moxienet.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25614 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] shorewall-lite: add missing lsm script
florian [Sun, 20 Feb 2011 16:03:59 +0000 (16:03 +0000)]
[package] shorewall-lite: add missing lsm script

Per http://article.gmane.org/gmane.comp.embedded.openwrt.devel/7339
please find attached the referenced missing lsm_script.

Signed-off-by: Brian J. Murrell <brian <at> interlinx.bc.ca>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25613 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] openswan: mark conffiles
jow [Sun, 20 Feb 2011 16:01:16 +0000 (16:01 +0000)]
[packages] openswan: mark conffiles

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25612 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] openswan: add missing bit from previous commit
jow [Sun, 20 Feb 2011 15:21:56 +0000 (15:21 +0000)]
[packages] openswan: add missing bit from previous commit

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25611 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] openswan: fix typo in last commit, refresh patches
jow [Sun, 20 Feb 2011 15:20:37 +0000 (15:20 +0000)]
[packages] openswan: fix typo in last commit, refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25610 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] openswan: fix setup scripts (#8029)
jow [Sun, 20 Feb 2011 15:18:26 +0000 (15:18 +0000)]
[packages] openswan: fix setup scripts (#8029)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25609 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] remove asterisk-1.6.x
florian [Sun, 20 Feb 2011 15:11:54 +0000 (15:11 +0000)]
[packages] remove asterisk-1.6.x

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25608 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] remove asterisk-1.4.x
florian [Sun, 20 Feb 2011 15:11:38 +0000 (15:11 +0000)]
[packages] remove asterisk-1.4.x

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25607 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] nzbget: fix compilation against OpenSSL v1.x (#8893)
jow [Sun, 20 Feb 2011 15:04:51 +0000 (15:04 +0000)]
[packages] nzbget: fix compilation against OpenSSL v1.x (#8893)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25606 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] dmidecode: update to 2.11, use PKG_INSTALL
swalker [Sun, 20 Feb 2011 04:56:15 +0000 (04:56 +0000)]
[packages] dmidecode: update to 2.11, use PKG_INSTALL

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25602 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoglib2: add dependencies to the gettext and libiconv stub host builds
nbd [Sun, 20 Feb 2011 03:26:52 +0000 (03:26 +0000)]
glib2: add dependencies to the gettext and libiconv stub host builds

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25601 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agolibiconv: add support for using the stub on the host
nbd [Sun, 20 Feb 2011 03:26:48 +0000 (03:26 +0000)]
libiconv: add support for using the stub on the host

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25600 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agogettext: add support for using the stub headers on the host
nbd [Sun, 20 Feb 2011 03:26:44 +0000 (03:26 +0000)]
gettext: add support for using the stub headers on the host

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25599 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] udpxy: update to 19, use PKG_INSTALL
swalker [Sun, 20 Feb 2011 03:13:45 +0000 (03:13 +0000)]
[packages] udpxy: update to 19, use PKG_INSTALL

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25597 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoxinetd: Fix compile w.r.t. RPC headers
mb [Sat, 19 Feb 2011 19:53:40 +0000 (19:53 +0000)]
xinetd: Fix compile w.r.t. RPC headers

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25594 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] miniupnpd: restart daemon if internal iface is ifup'd
jow [Sat, 19 Feb 2011 19:11:11 +0000 (19:11 +0000)]
[packages] miniupnpd: restart daemon if internal iface is ifup'd

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25593 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoxinetd: fix compiling without RPC support
nbd [Sat, 19 Feb 2011 18:10:37 +0000 (18:10 +0000)]
xinetd: fix compiling without RPC support

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25591 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] muninlite: update to Version 1.0.4 (#8877)
florian [Sat, 19 Feb 2011 13:04:01 +0000 (13:04 +0000)]
[package] muninlite: update to Version 1.0.4 (#8877)

Signed-off-by: Andreas Oeldenberger <Andreas.Oeldenberger@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25587 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] net-snmp: fix exec section execname -> name usage (#8882)
florian [Sat, 19 Feb 2011 12:48:52 +0000 (12:48 +0000)]
[package] net-snmp: fix exec section execname -> name usage (#8882)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25586 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] lcd4linux: update to r1143, patch from Jonathan McCrohan
florian [Sat, 19 Feb 2011 12:44:08 +0000 (12:44 +0000)]
[package] lcd4linux: update to r1143, patch from Jonathan McCrohan

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25581 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] vblade: change config to read-only
florian [Sat, 19 Feb 2011 12:44:05 +0000 (12:44 +0000)]
[package] vblade: change config to read-only

This patch changes the default vbladed config to read-only. It
circumvents data corruption in case of the accidental simultaneous rw
mount.

Signed-off-by: Paul Geraedts <p.f.j.geraedts@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25579 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] ddns-scripts: add https support to ddns-scripts
florian [Sat, 19 Feb 2011 12:44:03 +0000 (12:44 +0000)]
[package] ddns-scripts: add https support to ddns-scripts

adds a "use_https" and "cacert" option to the ddns-scripts package.

when use_https is enabled, then curl is required to perform the update.

the cacert option can be set to either a single file containing a trust
signing authority certificate or a directory containing certificates
which has been prepared with the usual c_rehash method.

Signed-off-by: Matthew William Cox <matt@mattcox.ca>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25578 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] Add new package libmicrohttpd
hcg [Fri, 18 Feb 2011 16:35:27 +0000 (16:35 +0000)]
[packages] Add new package libmicrohttpd

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25573 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] asterisk-1.8.x: fix typo in res_rtp modules inclusion
zandbelt [Thu, 17 Feb 2011 07:46:04 +0000 (07:46 +0000)]
[packages] asterisk-1.8.x: fix typo in res_rtp modules inclusion

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25563 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] asterisk-1.8.x: add chan_mgcp
zandbelt [Wed, 16 Feb 2011 21:37:25 +0000 (21:37 +0000)]
[package] asterisk-1.8.x: add chan_mgcp

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25561 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] asterisk-1.8.x: add arm/mips word alignment patch
zandbelt [Wed, 16 Feb 2011 20:57:23 +0000 (20:57 +0000)]
[packages] asterisk-1.8.x: add arm/mips word alignment patch

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25560 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] asterisk 1.8.x: add chan_mobile support
zandbelt [Wed, 16 Feb 2011 20:14:41 +0000 (20:14 +0000)]
[packages] asterisk 1.8.x: add chan_mobile support

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25559 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] asterisk-*: allow headers for multiple versions to co-exist in staging
zandbelt [Wed, 16 Feb 2011 17:29:50 +0000 (17:29 +0000)]
[packages] asterisk-*: allow headers for multiple versions to co-exist in staging

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25557 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] krb5: bump pkg revision
jow [Wed, 16 Feb 2011 11:58:00 +0000 (11:58 +0000)]
[packages] krb5: bump pkg revision

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25550 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] krb5: MIT krb5 Security Advisory 2011-002 (CVE-2011-0281, CVE-2011-0283)
jow [Wed, 16 Feb 2011 11:54:11 +0000 (11:54 +0000)]
[packages] krb5: MIT krb5 Security Advisory 2011-002 (CVE-2011-0281, CVE-2011-0283)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25549 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] radvd: revert r25424 for now as it seems to cause problems in various...
jow [Tue, 15 Feb 2011 14:19:19 +0000 (14:19 +0000)]
[packages] radvd: revert r25424 for now as it seems to cause problems in various cases and it breaks 6to4 prefix announcements. Users who want to use automatic prefix selection can still use ::/64 in the configuration

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25546 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] add asterisk-1.8.x, patch from zandbelt
florian [Tue, 15 Feb 2011 10:18:49 +0000 (10:18 +0000)]
[packages] add asterisk-1.8.x, patch from zandbelt

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25545 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agonetatalk: fix compiling with librpc (based on patch from #8858)
nbd [Mon, 14 Feb 2011 20:31:48 +0000 (20:31 +0000)]
netatalk: fix compiling with librpc (based on patch from #8858)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25541 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agolsof: fix compiling with librpc (based on a patch by tripolar), fixes #8854
nbd [Mon, 14 Feb 2011 18:26:25 +0000 (18:26 +0000)]
lsof: fix compiling with librpc (based on a patch by tripolar), fixes #8854

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25539 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] transmission: add missing option, use service_kill in init
obsy [Mon, 14 Feb 2011 17:41:06 +0000 (17:41 +0000)]
[packages] transmission: add missing option, use service_kill in init

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25538 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agodo not pack structs - this causes segmentation faults on ARM architectures - especial...
mirko [Sun, 13 Feb 2011 23:59:37 +0000 (23:59 +0000)]
do not pack structs - this causes segmentation faults on ARM architectures - especially when freetype is involved...

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25532 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agotcpdump: do not use rpc support - fixes unnecessary dependency on librpc
nbd [Sun, 13 Feb 2011 20:22:38 +0000 (20:22 +0000)]
tcpdump: do not use rpc support - fixes unnecessary dependency on librpc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25531 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agonfs-kernel-server: disable tcp-wrappers for the host build
nbd [Sun, 13 Feb 2011 15:46:38 +0000 (15:46 +0000)]
nfs-kernel-server: disable tcp-wrappers for the host build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25520 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agonfs-kernel-server: add a host build for rpcgen with the header file fixes, fix patchi...
nbd [Sun, 13 Feb 2011 15:21:37 +0000 (15:21 +0000)]
nfs-kernel-server: add a host build for rpcgen with the header file fixes, fix patching of generated files

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25519 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agounfs3: add support for compiling with the external librpc
nbd [Sun, 13 Feb 2011 01:45:33 +0000 (01:45 +0000)]
unfs3: add support for compiling with the external librpc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25503 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agonfs-kernel-server: add dependency on librpc
nbd [Sun, 13 Feb 2011 01:45:31 +0000 (01:45 +0000)]
nfs-kernel-server: add dependency on librpc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25502 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoportmap: add dependency on librpc
nbd [Sun, 13 Feb 2011 01:45:29 +0000 (01:45 +0000)]
portmap: add dependency on librpc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25501 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agonfs-server: add support for building with external librpc
nbd [Sun, 13 Feb 2011 01:45:26 +0000 (01:45 +0000)]
nfs-server: add support for building with external librpc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25500 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agonfs-kernel-server: fix compile issues with uclibc and the new external librpc
nbd [Sun, 13 Feb 2011 01:45:25 +0000 (01:45 +0000)]
nfs-kernel-server: fix compile issues with uclibc and the new external librpc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25499 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoportmap: use the new LIBRPC flag
nbd [Sun, 13 Feb 2011 01:45:22 +0000 (01:45 +0000)]
portmap: use the new LIBRPC flag

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25498 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages/qt4] make QMAKE_LIBS modifiable from within OpenWrt Makefiles invoking...
mirko [Sat, 12 Feb 2011 19:56:38 +0000 (19:56 +0000)]
[packages/qt4] make QMAKE_LIBS modifiable from within OpenWrt Makefiles invoking qmake

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25489 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] qt4: add qt4-openssl (#8726)
florian [Sat, 12 Feb 2011 19:27:01 +0000 (19:27 +0000)]
[package] qt4: add qt4-openssl (#8726)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25487 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] net-snmp: enable 64-bits counter (#8818)
florian [Sat, 12 Feb 2011 19:22:39 +0000 (19:22 +0000)]
[package] net-snmp: enable 64-bits counter (#8818)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25486 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[openssh-client-utils] dont add libgcc two times
tripolar [Sat, 12 Feb 2011 16:37:40 +0000 (16:37 +0000)]
[openssh-client-utils] dont add libgcc two times

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25477 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[openssh-server] depends on openssh-keygen
tripolar [Sat, 12 Feb 2011 16:31:50 +0000 (16:31 +0000)]
[openssh-server] depends on openssh-keygen

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25476 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] nmap: update to version 5.51
nunojpg [Sat, 12 Feb 2011 16:18:56 +0000 (16:18 +0000)]
[packages] nmap: update to version 5.51

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25475 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] openssh: simplify makefile
florian [Sat, 12 Feb 2011 12:57:31 +0000 (12:57 +0000)]
[package] openssh: simplify makefile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25471 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[openssh]: DEPENDS on libgcc
tripolar [Sat, 12 Feb 2011 11:36:41 +0000 (11:36 +0000)]
[openssh]: DEPENDS on libgcc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25470 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] transmission: update to 2.21
obsy [Fri, 11 Feb 2011 16:18:16 +0000 (16:18 +0000)]
[packages] transmission: update to 2.21

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25467 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] wide-dhcpv6: generate used DUID from interface mac address before starting...
jow [Fri, 11 Feb 2011 03:38:22 +0000 (03:38 +0000)]
[packages] wide-dhcpv6: generate used DUID from interface mac address before starting the client

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25461 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[openssh] add DSCP QoS options to ssh_config and sshd_config
tripolar [Thu, 10 Feb 2011 18:35:16 +0000 (18:35 +0000)]
[openssh] add DSCP QoS options to ssh_config and sshd_config
thanks Philip Prindeville

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25451 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoPackage: haproxy bump to version 1.4.11
heil [Thu, 10 Feb 2011 17:36:19 +0000 (17:36 +0000)]
Package: haproxy bump to version 1.4.11

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25446 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoPackage: haproxy (forgot to increse Version)
heil [Thu, 10 Feb 2011 17:15:16 +0000 (17:15 +0000)]
Package: haproxy (forgot to increse Version)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25445 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoPackage: haproxy
heil [Thu, 10 Feb 2011 17:14:36 +0000 (17:14 +0000)]
Package: haproxy
 - increase default bufsize to 16384 so that
   http error 400 is not thrown any longer due to
   large get requests (reduce this in the global section with (tune.bufsize 8192)
   to save memory
   Thx. to Willy

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25444 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] opencdk: change default mirror
florian [Wed, 9 Feb 2011 20:36:36 +0000 (20:36 +0000)]
[package] opencdk: change default mirror

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25438 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] opencdk: fix verification of clearsigned documents
florian [Wed, 9 Feb 2011 20:36:32 +0000 (20:36 +0000)]
[package] opencdk: fix verification of clearsigned documents

This patch fixes a bug in the upstream library that prevents the verification of
 clearsigned documents with \r\n line endings. Obviously, it should go under
feeds/packages/libs/opencdk/patches/

Signed-off-by: Daniel A. Nagy <nagydani@epointsystem.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25437 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] libusb: prevent building unused stuff
florian [Wed, 9 Feb 2011 20:36:29 +0000 (20:36 +0000)]
[package] libusb: prevent building unused stuff

This patch prevents the processing of the 'doc' and 'tests'
subdirectories of the libusb package. Since the result of building these
directories is never included in the ipkg package, omitting them saves
compilation time and avoids possible errors if building the docs fails
because of some openjade error (as it happened in my case).

This is my first contribution to the list, so please tell me if
something's wrong or if I could do smth better next time :-)

Signed-off-by: Joachim Schlipper <jschlipper@gmx.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25436 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] libjpeg: fix parallel build
florian [Wed, 9 Feb 2011 20:36:27 +0000 (20:36 +0000)]
[package] libjpeg: fix parallel build

For parallel builds, make targets that build need to be separated from targets that install ;-)

Signed-off-by: Joe Roback <joe@roback.cc>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25435 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] coreutils: rework Makefile.
florian [Wed, 9 Feb 2011 20:36:21 +0000 (20:36 +0000)]
[package] coreutils: rework Makefile.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25434 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] update coreutils to 8.8
florian [Wed, 9 Feb 2011 13:15:22 +0000 (13:15 +0000)]
[package] update coreutils to 8.8

Signed-off-by: Alexander Khryukin <alexander@mezon.ru>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25432 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agopwrtray: Update to latest n810bm API
mb [Wed, 9 Feb 2011 12:54:07 +0000 (12:54 +0000)]
pwrtray: Update to latest n810bm API

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25430 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] radvd: use "::/64" placeholder for empty prefixes in interface sections...
jow [Tue, 8 Feb 2011 17:30:56 +0000 (17:30 +0000)]
[packages] radvd: use "::/64" placeholder for empty prefixes in interface sections (#8788)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25424 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[openssh]: remove obsolete lines
tripolar [Tue, 8 Feb 2011 00:05:48 +0000 (00:05 +0000)]
[openssh]: remove obsolete lines

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25416 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] irssi: Add missing libpthread dependency
acinonyx [Mon, 7 Feb 2011 21:44:58 +0000 (21:44 +0000)]
[packages] irssi: Add missing libpthread dependency

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25410 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] glib2: Add zlib and libpthread build dependencies
acinonyx [Mon, 7 Feb 2011 21:44:53 +0000 (21:44 +0000)]
[packages] glib2: Add zlib and libpthread build dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25409 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] syslog-ng3: Add missing libpthread and zlib dependencies
acinonyx [Mon, 7 Feb 2011 21:44:47 +0000 (21:44 +0000)]
[packages] syslog-ng3: Add missing libpthread and zlib dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25408 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoqt4: Default build rule: Honor PKG_JOBS, if present
mb [Mon, 7 Feb 2011 17:12:22 +0000 (17:12 +0000)]
qt4: Default build rule: Honor PKG_JOBS, if present

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25404 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoqt4: Port r25400 to qt-x11
mb [Mon, 7 Feb 2011 17:00:57 +0000 (17:00 +0000)]
qt4: Port r25400 to qt-x11

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25403 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] transmission: update to 2.20 final
obsy [Mon, 7 Feb 2011 15:58:58 +0000 (15:58 +0000)]
[packages] transmission: update to 2.20 final

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25402 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages/qt4] qmake.mk: pass $(STAGING_DIR); override Build/Compile/Default
mirko [Mon, 7 Feb 2011 13:03:54 +0000 (13:03 +0000)]
[packages/qt4] qmake.mk: pass $(STAGING_DIR); override Build/Compile/Default

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25401 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages/qt4] fix passing variables to qmake
mirko [Mon, 7 Feb 2011 13:03:08 +0000 (13:03 +0000)]
[packages/qt4] fix passing variables to qmake

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25400 3c298f89-4303-0410-b956-a3cf2f4a3e73