openwrt/svn-archive/archive.git
13 years agonet/freeswitch: Separated configs. Made -upstream-defaults config a separate package...
Daniel Dickinson [Sun, 27 Jun 2010 13:36:34 +0000 (13:36 +0000)]
net/freeswitch: Separated configs.  Made -upstream-defaults config a separate package and added it to freeswitch-default.  Also added -config-minimal and added it to freeswitch-minimal

SVN-Revision: 21966

13 years agonet/freeswitch: Change -upstream-defaults and -minimal to use mod_syslog instead...
Daniel Dickinson [Sun, 27 Jun 2010 13:36:27 +0000 (13:36 +0000)]
net/freeswitch: Change -upstream-defaults and -minimal to use mod_syslog instead of mod_console for logging, and start in daemon mode not foreground

SVN-Revision: 21965

13 years agonet/freeswitch: Fixed restart so that it waits for FS to terminated before attempting...
Daniel Dickinson [Sun, 27 Jun 2010 13:36:24 +0000 (13:36 +0000)]
net/freeswitch: Fixed restart so that it waits for FS to terminated before attempting to start a new instance

SVN-Revision: 21964

13 years agonet/freeswitch: Tweaked modules included in freeswitch-minimal
Daniel Dickinson [Sun, 27 Jun 2010 13:36:19 +0000 (13:36 +0000)]
net/freeswitch: Tweaked modules included in freeswitch-minimal

SVN-Revision: 21963

13 years agofreeswitch/net: Moved default config into a separate package which installs under...
Daniel Dickinson [Sun, 27 Jun 2010 13:36:16 +0000 (13:36 +0000)]
freeswitch/net: Moved default config into a separate package which installs under /usr/share for documentation purposes (as it's not really intended to be a production configuration)

SVN-Revision: 21962

13 years agopackages/zaptel-1.4.x: remove KCONFIG options
Gabor Juhos [Sat, 26 Jun 2010 16:57:44 +0000 (16:57 +0000)]
packages/zaptel-1.4.x: remove KCONFIG options

The package builds fine without the tracing stuff.

SVN-Revision: 21902

13 years ago[package] add missing CONFIG_SYSPROF_TRACER in zaptel-1.4.x
Florian Fainelli [Sat, 26 Jun 2010 16:07:51 +0000 (16:07 +0000)]
[package] add missing CONFIG_SYSPROF_TRACER in zaptel-1.4.x

SVN-Revision: 21901

13 years ago[packages] multiwan: Updated rt_tables again, from 300 to 170.
Craig M. Coffee [Sat, 26 Jun 2010 08:02:46 +0000 (08:02 +0000)]
[packages] multiwan: Updated rt_tables again, from 300 to 170.

SVN-Revision: 21900

13 years agonet/net-tools: break one big output package to individual net-tools utilities
Alexandros C. Couloumbis [Thu, 24 Jun 2010 11:33:33 +0000 (11:33 +0000)]
net/net-tools: break one big output package to individual net-tools utilities

SVN-Revision: 21888

13 years agopackages/net/kismet: update to version 2010-01-R1
Alexandros C. Couloumbis [Wed, 23 Jun 2010 14:48:11 +0000 (14:48 +0000)]
packages/net/kismet: update to version 2010-01-R1

SVN-Revision: 21886

13 years agopackages/net/usbip: fix dependency issue (#5590)
Alexandros C. Couloumbis [Wed, 23 Jun 2010 08:28:12 +0000 (08:28 +0000)]
packages/net/usbip: fix dependency issue (#5590)

SVN-Revision: 21885

13 years agopackages/libs/glib2: fix dependency issue (#5590)
Alexandros C. Couloumbis [Wed, 23 Jun 2010 08:26:33 +0000 (08:26 +0000)]
packages/libs/glib2: fix dependency issue (#5590)

SVN-Revision: 21884

13 years agobatman-adv: hotfix for maint branch
Marek Lindner [Tue, 22 Jun 2010 14:37:40 +0000 (14:37 +0000)]
batman-adv: hotfix for maint branch

SVN-Revision: 21880

13 years agoJavaScriptCore reqiures calling <make> before <make install>, otherwise it doesn...
Mirko Vogt [Tue, 22 Jun 2010 10:04:49 +0000 (10:04 +0000)]
JavaScriptCore reqiures calling <make> before <make install>, otherwise it doesn't get compiled

SVN-Revision: 21878

13 years agopackage qt4-declarative which is part of the new qt4.7 feature and language <QML>
Mirko Vogt [Tue, 22 Jun 2010 10:04:43 +0000 (10:04 +0000)]
package qt4-declarative which is part of the new qt4.7 feature and language <QML>

SVN-Revision: 21877

13 years agoavoid requiring the member <defdname> in struct <__res_state> of libc which is bloate...
Mirko Vogt [Tue, 22 Jun 2010 10:04:38 +0000 (10:04 +0000)]
avoid requiring the member <defdname> in struct <__res_state> of libc which is bloated, deprecated and disabled in uClibc

SVN-Revision: 21876

13 years agouClibc doesn't support the <realpath>-function properly which results in immediate...
Mirko Vogt [Tue, 22 Jun 2010 10:04:32 +0000 (10:04 +0000)]
uClibc doesn't support the <realpath>-function properly which results in immediate segmentation faults when passing NULL as argument (as qt does). This patch - which adds checks before calling <realpath> - went upstream in qt4.7 and therewith is not needed anymore.

SVN-Revision: 21875

13 years agolevel up qt4 from 4.6.2 to 4.7beta
Mirko Vogt [Tue, 22 Jun 2010 10:04:25 +0000 (10:04 +0000)]
level up qt4 from 4.6.2 to 4.7beta

SVN-Revision: 21874

13 years agosince uclibc version 0.9.32 comes with nptl support, packages requiring nptl support...
Mirko Vogt [Tue, 22 Jun 2010 10:04:20 +0000 (10:04 +0000)]
since uclibc version 0.9.32 comes with nptl support, packages requiring nptl support could now be used with uclibc >= v0.9.32 as well

SVN-Revision: 21873

13 years agothere are more parts where missing ntpl-support in uclibc < 0.9.32 is a problem when...
Mirko Vogt [Tue, 22 Jun 2010 10:04:13 +0000 (10:04 +0000)]
there are more parts where missing ntpl-support in uclibc < 0.9.32 is a problem when compiling qt4, so this effort trying to avoid using nptl functionality doesn't actually make anything better

SVN-Revision: 21872

13 years ago[packages] debootstrap: move package to the admin directory
Jo-Philipp Wich [Tue, 22 Jun 2010 00:34:39 +0000 (00:34 +0000)]
[packages] debootstrap: move package to the admin directory

SVN-Revision: 21869

13 years ago[packages] olsrd: force non-interactive install (#7470)
Jo-Philipp Wich [Mon, 21 Jun 2010 22:34:41 +0000 (22:34 +0000)]
[packages] olsrd: force non-interactive install (#7470)

SVN-Revision: 21868

13 years ago[packages] haproxy: update to v1.4.7 (#7475)
Jo-Philipp Wich [Mon, 21 Jun 2010 22:29:49 +0000 (22:29 +0000)]
[packages] haproxy: update to v1.4.7 (#7475)

SVN-Revision: 21867

13 years ago[packages] add "ntfsprogs", utilities to manage ntfs volumes from within OpenWrt...
Jo-Philipp Wich [Mon, 21 Jun 2010 22:26:33 +0000 (22:26 +0000)]
[packages] add "ntfsprogs", utilities to manage ntfs volumes from within OpenWrt (#7501)

SVN-Revision: 21866

13 years ago[packages] zabbix: don't chown on host system (#7497)
Jo-Philipp Wich [Mon, 21 Jun 2010 22:23:22 +0000 (22:23 +0000)]
[packages] zabbix: don't chown on host system (#7497)

SVN-Revision: 21865

13 years ago[packages] unbound: update to v1.4.5 (#7498)
Jo-Philipp Wich [Mon, 21 Jun 2010 22:14:51 +0000 (22:14 +0000)]
[packages] unbound: update to v1.4.5 (#7498)

SVN-Revision: 21864

13 years ago[packages] add "debootstrap", allows bootstrapping Debianish systems from within...
Jo-Philipp Wich [Mon, 21 Jun 2010 22:10:49 +0000 (22:10 +0000)]
[packages] add "debootstrap", allows bootstrapping Debianish systems from within OpenWrt (#7500)

SVN-Revision: 21863

13 years ago[packages] add "pwcrypt", a cli wrapper around the crypt() call (#7490)
Jo-Philipp Wich [Mon, 21 Jun 2010 21:57:27 +0000 (21:57 +0000)]
[packages] add "pwcrypt", a cli wrapper around the crypt() call (#7490)

SVN-Revision: 21862

13 years ago[packages] minicom, microcom, picocom, setserial: s/terminal/Terminal/ for submenu...
Jo-Philipp Wich [Mon, 21 Jun 2010 21:55:06 +0000 (21:55 +0000)]
[packages] minicom, microcom, picocom, setserial: s/terminal/Terminal/ for submenu entries (#7494)

SVN-Revision: 21861

13 years ago[packages] mtd: make grep for playlist config option more explicit to discard comment...
Jo-Philipp Wich [Mon, 21 Jun 2010 21:51:04 +0000 (21:51 +0000)]
[packages] mtd: make grep for playlist config option more explicit to discard comments (#7499)

SVN-Revision: 21860

13 years ago[package] Add cwiid package
Claudio Mignanti [Sun, 20 Jun 2010 18:06:06 +0000 (18:06 +0000)]
[package] Add cwiid package

SVN-Revision: 21855

13 years ago[packages] ffmpeg: add missing MD5SUM, add missing dependency on libpostproc to ffmpe...
Nicolas Thill [Sun, 20 Jun 2010 02:40:04 +0000 (02:40 +0000)]
[packages] ffmpeg: add missing MD5SUM, add missing dependency on libpostproc to ffmpeg, bump release number

SVN-Revision: 21845

13 years ago[packages] add liblo - Lightweight Open Sound Control (OSC) implementation
Nicolas Thill [Sun, 20 Jun 2010 02:35:39 +0000 (02:35 +0000)]
[packages] add liblo - Lightweight Open Sound Control (OSC) implementation

SVN-Revision: 21844

13 years ago[packages] asterisk16: upgrade to 1.6.2.9
Hans Zandbelt [Sat, 19 Jun 2010 19:48:22 +0000 (19:48 +0000)]
[packages] asterisk16: upgrade to 1.6.2.9

SVN-Revision: 21841

13 years agoremove empty directories
Hauke Mehrtens [Sat, 19 Jun 2010 10:07:37 +0000 (10:07 +0000)]
remove empty directories

SVN-Revision: 21840

13 years ago[packages]: multiwan - Removed invalid reference.
Craig M. Coffee [Fri, 18 Jun 2010 23:24:19 +0000 (23:24 +0000)]
[packages]: multiwan - Removed invalid reference.

SVN-Revision: 21839

13 years ago[packages] multiwan: Updated QoS table names.
Craig M. Coffee [Fri, 18 Jun 2010 04:15:30 +0000 (04:15 +0000)]
[packages] multiwan: Updated QoS table names.

SVN-Revision: 21832

13 years ago[packages] multiwan:
Craig M. Coffee [Fri, 18 Jun 2010 03:22:19 +0000 (03:22 +0000)]
[packages] multiwan:
Routing tables now begin at 300+, to stay away from default routing tables.
Changed message for fastbalancer failure.
Changed QoS portion to allow more WANs, added check to make sure same interface doesnt receive qos configuration twice.
Restructured order of iptables so DNS comes last, and utilizing differnt fwmark for load balancing.

SVN-Revision: 21831

13 years ago- bump version to 2010.5.22 for all uclibc versions
Bud Dhay [Thu, 17 Jun 2010 19:49:23 +0000 (19:49 +0000)]
- bump version to 2010.5.22 for all uclibc versions
- minor fixes

SVN-Revision: 21830

13 years agopackages/zaptel-1.4: fix Kconfig options
Gabor Juhos [Thu, 17 Jun 2010 17:45:57 +0000 (17:45 +0000)]
packages/zaptel-1.4: fix Kconfig options

SVN-Revision: 21828

13 years ago[packages] ffmpeg: update to 0.5.2
Nicolas Thill [Wed, 16 Jun 2010 18:19:46 +0000 (18:19 +0000)]
[packages] ffmpeg: update to 0.5.2
 * add OSS demuxer & PCM signed 16-bit encoder/decoder for audio output
 * add an FFMPEG_PATENTED config item to include support for patented codecs - need help to spot them
 * fix IPv6 support

SVN-Revision: 21816

13 years ago[packages] add ortp - a Real-time Transport Protocol (RTP) library
Nicolas Thill [Wed, 16 Jun 2010 18:10:16 +0000 (18:10 +0000)]
[packages] add ortp - a Real-time Transport Protocol (RTP) library

SVN-Revision: 21815

13 years ago[packages] transmission: update to 2.00 final
Cezary Jackiewicz [Wed, 16 Jun 2010 15:12:19 +0000 (15:12 +0000)]
[packages] transmission: update to 2.00 final

SVN-Revision: 21814

13 years ago[packages] cksfv: fix the package definitions
Stephen Walker [Wed, 16 Jun 2010 11:08:07 +0000 (11:08 +0000)]
[packages] cksfv: fix the package definitions

SVN-Revision: 21812

13 years agonet/freeswitch: Set stacksize for freeswitch using ulimit in init script
Daniel Dickinson [Tue, 15 Jun 2010 22:20:49 +0000 (22:20 +0000)]
net/freeswitch: Set stacksize for freeswitch using ulimit in init script

SVN-Revision: 21811

13 years agopackages/utils: add cksfv package
Gabor Juhos [Tue, 15 Jun 2010 18:51:21 +0000 (18:51 +0000)]
packages/utils: add cksfv package

SVN-Revision: 21810

13 years ago[package] zaptel: fix typo introduced in r21786
Claudio Mignanti [Mon, 14 Jun 2010 07:01:26 +0000 (07:01 +0000)]
[package] zaptel: fix typo introduced in r21786

SVN-Revision: 21792

13 years ago[package] zaptel: Package for wcusb and wctdm driver
Claudio Mignanti [Sun, 13 Jun 2010 13:05:59 +0000 (13:05 +0000)]
[package] zaptel: Package for wcusb and wctdm driver

SVN-Revision: 21786

13 years ago[packages] zaptel: update and fix kernel module build for 2.6.34
Claudio Mignanti [Sun, 13 Jun 2010 07:08:08 +0000 (07:08 +0000)]
[packages] zaptel: update and fix kernel module build for 2.6.34

SVN-Revision: 21774

13 years ago[packages] ndisc: make rdnssd depend on librt, fix typo
Jo-Philipp Wich [Sun, 13 Jun 2010 00:22:08 +0000 (00:22 +0000)]
[packages] ndisc: make rdnssd depend on librt, fix typo

SVN-Revision: 21773

13 years ago[packages] ndisc:
Jo-Philipp Wich [Sun, 13 Jun 2010 00:17:30 +0000 (00:17 +0000)]
[packages] ndisc:
- update to v0.9.9
- fix compilation by providing dummy WIFCONTINUED() macro
- package rdnssd DNS discovery deamon

SVN-Revision: 21772

13 years agoRemove unavailable mirror for jtg package
Gabor Juhos [Fri, 11 Jun 2010 19:38:04 +0000 (19:38 +0000)]
Remove unavailable mirror for jtg package

Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>
SVN-Revision: 21761

13 years agotinc: update to 1.0.13
Gabor Juhos [Fri, 11 Jun 2010 19:37:59 +0000 (19:37 +0000)]
tinc: update to 1.0.13

Signed-off-by: Linus Lüssing <linus.luessing@web.de>
SVN-Revision: 21760

13 years ago[packages] asterisk16: add CURL support for asterisk-1.6.x
Hans Zandbelt [Thu, 10 Jun 2010 11:53:13 +0000 (11:53 +0000)]
[packages] asterisk16: add CURL support for asterisk-1.6.x

SVN-Revision: 21753

13 years agopackages/net/bmxd update to revision 1694
Axel Neumann [Tue, 8 Jun 2010 20:47:57 +0000 (20:47 +0000)]
packages/net/bmxd  update to revision 1694

SVN-Revision: 21731

13 years ago[package] move broadcom-shdc from trunk to packages/utils
Florian Fainelli [Mon, 7 Jun 2010 11:26:32 +0000 (11:26 +0000)]
[package] move broadcom-shdc from trunk to packages/utils

SVN-Revision: 21702

13 years ago[package] add mxml library (#7396)
Florian Fainelli [Sun, 6 Jun 2010 19:02:16 +0000 (19:02 +0000)]
[package] add mxml library (#7396)

SVN-Revision: 21686

13 years ago[package] update imapfilter to 2.2.2 (#7422)
Florian Fainelli [Sun, 6 Jun 2010 19:02:12 +0000 (19:02 +0000)]
[package] update imapfilter to 2.2.2 (#7422)

SVN-Revision: 21685

13 years ago[packages] olsrd: Added maintainer to the Makefile
Saverio Proto [Fri, 4 Jun 2010 19:38:58 +0000 (19:38 +0000)]
[packages] olsrd: Added maintainer to the Makefile

SVN-Revision: 21678

13 years agoVersion 0.6.0 of OLSR allows the 0.0.0.0 setting for the plugin so any host can gathe...
Saverio Proto [Fri, 4 Jun 2010 19:34:41 +0000 (19:34 +0000)]
Version 0.6.0 of OLSR allows the 0.0.0.0 setting for the plugin so any host can gather information

SVN-Revision: 21677

13 years agoRemoving default values enforced but init script, this way OLSR will use its default...
Saverio Proto [Fri, 4 Jun 2010 19:33:29 +0000 (19:33 +0000)]
Removing default values enforced but init script, this way OLSR will use its default values that are suggested by the developers. This change was committed within the Wireless Battle Mesh V3 meeting

SVN-Revision: 21676

13 years ago[packages] transmission: update to 2.00b2, prevent linking host libevent
Cezary Jackiewicz [Fri, 4 Jun 2010 07:02:16 +0000 (07:02 +0000)]
[packages] transmission: update to 2.00b2, prevent linking host libevent

SVN-Revision: 21670

13 years ago[packages] ptpd: fix initscript file name, fix description, add copyright header...
Nicolas Thill [Fri, 4 Jun 2010 03:37:54 +0000 (03:37 +0000)]
[packages] ptpd: fix initscript file name, fix description, add copyright header, bump release number

SVN-Revision: 21669

13 years ago[packages] babel: pass optimization flags, bump release number
Nicolas Thill [Fri, 4 Jun 2010 00:48:23 +0000 (00:48 +0000)]
[packages] babel: pass optimization flags, bump release number

SVN-Revision: 21668

13 years ago[packages] babel: fix typo in initscript, bump release number
Nicolas Thill [Fri, 4 Jun 2010 00:39:14 +0000 (00:39 +0000)]
[packages] babel: fix typo in initscript, bump release number

SVN-Revision: 21667

13 years ago[package] babeld: fix wrong option order
Gabriel Kerneis [Thu, 3 Jun 2010 21:15:23 +0000 (21:15 +0000)]
[package] babeld: fix wrong option order

Thanks to Juliusz and Nico.

Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>
SVN-Revision: 21666

13 years ago[package] babeld: add missing options in init
Gabriel Kerneis [Thu, 3 Jun 2010 21:06:17 +0000 (21:06 +0000)]
[package] babeld: add missing options in init

Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>
SVN-Revision: 21665

13 years ago[packages/net/bird] upgrade to bird-1.2.3 (thanks Ondrej Zajicek)
Alexandros C. Couloumbis [Wed, 2 Jun 2010 11:52:58 +0000 (11:52 +0000)]
[packages/net/bird] upgrade to bird-1.2.3 (thanks Ondrej Zajicek)

SVN-Revision: 21658

13 years ago[packages] add vpzone - A flexible multipurpose layer 3 VPN daemon
Nicolas Thill [Tue, 1 Jun 2010 09:08:57 +0000 (09:08 +0000)]
[packages] add vpzone - A flexible multipurpose layer 3 VPN daemon

SVN-Revision: 21646

13 years ago[package] ahcpd: Fix server mode (broken script)
Gabriel Kerneis [Mon, 31 May 2010 12:17:42 +0000 (12:17 +0000)]
[package] ahcpd: Fix server mode (broken script)

Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>
SVN-Revision: 21644

13 years agocollectd: add conditional dependencies for plugins (patch by NetRolller3D)
Felix Fietkau [Sun, 30 May 2010 00:16:25 +0000 (00:16 +0000)]
collectd: add conditional dependencies for plugins (patch by NetRolller3D)

SVN-Revision: 21625

13 years agostrongswan4: make build dependencies on libraries required by plugins conditional
Felix Fietkau [Sat, 29 May 2010 23:34:33 +0000 (23:34 +0000)]
strongswan4: make build dependencies on libraries required by plugins conditional

SVN-Revision: 21624

13 years ago[package] ahcpd: fix typo in config file
Gabriel Kerneis [Fri, 28 May 2010 16:49:24 +0000 (16:49 +0000)]
[package] ahcpd: fix typo in config file

Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>
SVN-Revision: 21602

13 years ago[packages] olsrd: Add mdns and p2pd plugins, cleanup Makefile
Vasilis Tsiligiannis [Thu, 27 May 2010 21:58:59 +0000 (21:58 +0000)]
[packages] olsrd: Add mdns and p2pd plugins, cleanup Makefile

SVN-Revision: 21587

13 years ago[packages] olsrd: Update configuration schema with OLSRd default settings
Vasilis Tsiligiannis [Thu, 27 May 2010 21:46:38 +0000 (21:46 +0000)]
[packages] olsrd: Update configuration schema with OLSRd default settings

SVN-Revision: 21586

13 years ago[pacakges] olsrd: Update to v0.6.0
Vasilis Tsiligiannis [Thu, 27 May 2010 21:43:30 +0000 (21:43 +0000)]
[pacakges] olsrd: Update to v0.6.0

SVN-Revision: 21585

13 years ago[packages] ruby: correct the md5sum
Stephen Walker [Wed, 26 May 2010 02:50:03 +0000 (02:50 +0000)]
[packages] ruby: correct the md5sum

SVN-Revision: 21570

13 years ago[packages] transmission: update to 2.00b1, add new options
Cezary Jackiewicz [Tue, 25 May 2010 19:53:25 +0000 (19:53 +0000)]
[packages] transmission: update to 2.00b1, add new options

SVN-Revision: 21569

13 years ago[packages] ruby: add /usr/bin/gem binary to ruby-gems (closes: #7358)
Nicolas Thill [Mon, 24 May 2010 17:33:10 +0000 (17:33 +0000)]
[packages] ruby: add /usr/bin/gem binary to ruby-gems (closes: #7358)

SVN-Revision: 21565

13 years ago[packages] ruby: update to 1.9.1-p376, cleanup
Nicolas Thill [Mon, 24 May 2010 16:13:11 +0000 (16:13 +0000)]
[packages] ruby: update to 1.9.1-p376, cleanup

SVN-Revision: 21562

13 years agopackages: add luasql package - Lua SQL bindings for MySQL, PostgreSQL & SQLite (close...
Nicolas Thill [Mon, 24 May 2010 10:40:32 +0000 (10:40 +0000)]
packages: add luasql package - Lua SQL bindings for MySQL, PostgreSQL & SQLite (closes: #7353)

SVN-Revision: 21561

13 years ago[packages] upx: update to 3.05
Stephen Walker [Sun, 23 May 2010 21:11:51 +0000 (21:11 +0000)]
[packages] upx: update to 3.05

SVN-Revision: 21553

13 years ago[packages] freeradius2: update to version 2.1.8
Hauke Mehrtens [Sun, 23 May 2010 13:23:47 +0000 (13:23 +0000)]
[packages] freeradius2: update to version 2.1.8

SVN-Revision: 21544

13 years agobatman-adv: few makefile changes & upgrade dev to latest
Marek Lindner [Sun, 23 May 2010 13:17:09 +0000 (13:17 +0000)]
batman-adv: few makefile changes & upgrade dev to latest

SVN-Revision: 21541

13 years ago[packages] lftp: update to 4.0.7
Stephen Walker [Sun, 23 May 2010 06:07:07 +0000 (06:07 +0000)]
[packages] lftp: update to 4.0.7

SVN-Revision: 21539

13 years ago[packages] strace: update to 4.5.20
Stephen Walker [Sun, 23 May 2010 04:47:09 +0000 (04:47 +0000)]
[packages] strace: update to 4.5.20

SVN-Revision: 21538

13 years ago[packages] pure-ftpd: update to 1.0.29
Stephen Walker [Sun, 23 May 2010 04:43:39 +0000 (04:43 +0000)]
[packages] pure-ftpd: update to 1.0.29

SVN-Revision: 21537

13 years ago[packages] prosody: update to 0.6.2, add an init script, enable the posix module...
Stephen Walker [Sun, 23 May 2010 03:00:30 +0000 (03:00 +0000)]
[packages] prosody: update to 0.6.2, add an init script, enable the posix module and logging, use PKG_INSTALL

SVN-Revision: 21536

13 years ago[packages] subversion: update to 1.6.11
Stephen Walker [Sat, 22 May 2010 18:22:50 +0000 (18:22 +0000)]
[packages] subversion: update to 1.6.11

SVN-Revision: 21535

13 years ago[packages] haproxy: update to v1.4.6, tune optimization flags (#7350)
Jo-Philipp Wich [Thu, 20 May 2010 06:53:26 +0000 (06:53 +0000)]
[packages] haproxy: update to v1.4.6, tune optimization flags (#7350)

SVN-Revision: 21515

13 years ago[packages] ddns-scripts: fix overriding ip_network (#7361)
Jo-Philipp Wich [Thu, 20 May 2010 06:03:37 +0000 (06:03 +0000)]
[packages] ddns-scripts: fix overriding ip_network (#7361)

SVN-Revision: 21512

13 years agocopy over pkgconfig file to $(STAGING_DIR) as well - thanks to Philipp Borgers for...
Mirko Vogt [Wed, 19 May 2010 13:08:07 +0000 (13:08 +0000)]
copy over pkgconfig file to $(STAGING_DIR) as well - thanks to Philipp Borgers for pointing this out

SVN-Revision: 21506

13 years ago[packages] ucarp: fix hardcoded paths to binaries (#7345)
Jo-Philipp Wich [Mon, 17 May 2010 20:05:32 +0000 (20:05 +0000)]
[packages] ucarp: fix hardcoded paths to binaries (#7345)

SVN-Revision: 21496

13 years ago[packages] multiwan: Changed syslog message for Fast Balancer failure.
Craig M. Coffee [Mon, 17 May 2010 15:49:02 +0000 (15:49 +0000)]
[packages] multiwan: Changed syslog message for Fast Balancer failure.

SVN-Revision: 21487

13 years ago[packages] jtg: put Roberto's email address inside angle brackets instead of parens
Stephen Walker [Mon, 17 May 2010 02:26:23 +0000 (02:26 +0000)]
[packages] jtg: put Roberto's email address inside angle brackets instead of parens

SVN-Revision: 21482

13 years ago[packages] bump release number for packages modified after 0.03
Nicolas Thill [Sun, 16 May 2010 14:22:12 +0000 (14:22 +0000)]
[packages] bump release number for packages modified after 0.03

SVN-Revision: 21480

13 years agosigscheme: new package in lang section
Gabor Juhos [Sun, 16 May 2010 13:13:23 +0000 (13:13 +0000)]
sigscheme: new package in lang section

this patch adds a new package in the lang section:

http://code.google.com/p/sigscheme/

SigScheme is a R5RS Scheme interpreter for embedded use. It features
small footprint (64KB in library form on the 'small' configuration)
like SIOD and TinyScheme, low memory consumption (2-words per cons
cell), multibyte characters handling (UTF-8, EUCs and Shift_JIS) and
more.

-Raphael

SVN-Revision: 21473

13 years agonew package: jtg
Gabor Juhos [Sun, 16 May 2010 13:13:18 +0000 (13:13 +0000)]
new package: jtg

add the jtg traffic generator

Signed-off-by: Roberto Riggio <roberto.riggio@gmail.com>
SVN-Revision: 21472

13 years agopackages/perl: fix target system endianness detection (closes #6900)
Gabor Juhos [Sun, 16 May 2010 06:58:53 +0000 (06:58 +0000)]
packages/perl: fix target system endianness detection (closes #6900)

SVN-Revision: 21465

13 years agopackages/perl: refresh patch
Gabor Juhos [Sun, 16 May 2010 06:58:48 +0000 (06:58 +0000)]
packages/perl: refresh patch

SVN-Revision: 21464