mb [Sun, 5 Sep 2010 00:16:19 +0000 (00:16 +0000)]
Add psfreedom
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22929
3c298f89-4303-0410-b956-
a3cf2f4a3e73
marek [Sat, 4 Sep 2010 23:36:15 +0000 (23:36 +0000)]
batman-adv: update package to latest release (2010.1.0)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22925
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Sep 2010 18:27:16 +0000 (18:27 +0000)]
[package] olsrd.init add virtual interface name
This patch add interface name handling for the NonOlsrIf Option in olsrd init script.
e.g. NonOlsrIf=lan and not NonOlsrIf=eth0
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22918
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Sep 2010 18:04:13 +0000 (18:04 +0000)]
[package] fix vnstat install usage on FreeBSD and MacOSX (#7718)
vnstat's makefile uses the '-D' option which is only part of GNU install,
thus compiling vnstat for OpenWrt on FreeBSD or Mac OS X fails because of
the missing option.
Attached is a patch to have the install target separately create the
destination directory before installing the vnstat.conf file to $(DEST)/etc.
Additionally it also removes an erroneous tab character in the Makefile.
The patch is meant to go in feeds/packages/net/vnstat/patches/ directory.
TRAC Ticket: https://dev.openwrt.org/attachment/ticket/7718/
Signed-off-by: Joe Roback <joe@roback.cc>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22913
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Sep 2010 18:04:05 +0000 (18:04 +0000)]
[package] sctp: Add SCTP library support
This patch provides a new module for the userland SCTP library.
This library is required by applications for full support of the SCTP
protocol.
This patch should be applied only after the kmod-sctp is integrated.
It applies against packages.git.
Signed-off-by: Sebastien Decugis <sdecugis@nict.go.jp>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22912
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Sep 2010 18:04:02 +0000 (18:04 +0000)]
[package] add mysql-server (#7384)
This is a patch to build the mysql server. So far I only have the
kirkwood target to test on, but it works great on that.
There seems to be some contention on whether Openwrt should have a
mysql-server package, but I don't see why it shouldn't at least have
the option. A full LAMP stack is now a reality.
Closes out https://dev.openwrt.org/ticket/7384
Again, I'm still pretty new to this, so any constructive criticism
would be appreciated.
Sorry for the attachment, but I wanted to make sure the whitespace and
lines got preserved.
Signed-off-by: Kyle Anderson <kyle@xkyle.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22911
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Sep 2010 18:03:54 +0000 (18:03 +0000)]
[package] add poco C++ library
The included patch modifies the poco configure script by adding an option
to disable the support of shared memory (not supported by uclibc).
It can be improved by disabling the compiling of the debug version of the
libraries - they are currently not included in the ipkg, but are still compiled.
Signed-off-by: Nicolas Leonard <leonard.nicolas@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22910
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 4 Sep 2010 17:30:59 +0000 (17:30 +0000)]
[packages] usb-modeswitch-data: update to v20100826, switch source mirror to draisberghof.de
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22904
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 4 Sep 2010 17:29:44 +0000 (17:29 +0000)]
[packages] usb-modeswitch: bump to v1.1.4, make hotplug less chatty
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22903
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Sep 2010 16:11:45 +0000 (16:11 +0000)]
[package] update owfs to 2.8p1, patch from Nicolas Leonard
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22896
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Sep 2010 16:11:42 +0000 (16:11 +0000)]
[package] update openvpn-devel to week 36 snapshot
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22895
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Sep 2010 16:11:39 +0000 (16:11 +0000)]
[package] update mercurial to 1.6.2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22894
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Sep 2010 16:04:39 +0000 (16:04 +0000)]
[package] add sslstrip
This patch adds sslstrip (http://www.thoughtcrime.org/software/sslstrip)
to OpenWrt.
A MITM tool that implements Moxie Marlinspike's HTTPS stripping attacks.
It will transparently hijack HTTP traffic on a network,
watch for HTTPS links and redirects, then map those links
into either look-alike HTTP links or homograph-similar HTTPS
links. It also supports modes for supplying a favicon which
looks like a lock icon, selective logging, and session denial.
Signed-off-by: Luis Alberto Dallos Roa <luis.dallos@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22892
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Sat, 4 Sep 2010 07:22:35 +0000 (07:22 +0000)]
utils/picocom: update picocom to version 1.6 (closes #7873)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22886
3c298f89-4303-0410-b956-
a3cf2f4a3e73
obsy [Thu, 2 Sep 2010 15:10:15 +0000 (15:10 +0000)]
[packages] transmission: always enable large file support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22873
3c298f89-4303-0410-b956-
a3cf2f4a3e73
swalker [Thu, 2 Sep 2010 04:56:32 +0000 (04:56 +0000)]
[packages] wing: put Roberto's email address inside angle brackets instead of parens, again
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22872
3c298f89-4303-0410-b956-
a3cf2f4a3e73
dingo [Wed, 1 Sep 2010 14:41:49 +0000 (14:41 +0000)]
[patchteam] WING version bump / updates for HNA and fixes for some scripts
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22868
3c298f89-4303-0410-b956-
a3cf2f4a3e73
ryd [Sun, 29 Aug 2010 12:38:00 +0000 (12:38 +0000)]
Update ChaosVPN
done by Haegar
add init script
update to version 2.0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22831
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 29 Aug 2010 11:55:48 +0000 (11:55 +0000)]
[packages] horst: fix endianess issues in protocol parser (#7822)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22830
3c298f89-4303-0410-b956-
a3cf2f4a3e73
marek [Fri, 27 Aug 2010 17:42:48 +0000 (17:42 +0000)]
batman-adv: adding stability patches
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22823
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Fri, 27 Aug 2010 16:12:57 +0000 (16:12 +0000)]
qt4: Fix non-GUI build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22822
3c298f89-4303-0410-b956-
a3cf2f4a3e73
ryd [Thu, 26 Aug 2010 22:27:08 +0000 (22:27 +0000)]
Add chaosvpn
by Christopher J. Pilkington
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22820
3c298f89-4303-0410-b956-
a3cf2f4a3e73
swalker [Thu, 26 Aug 2010 20:30:14 +0000 (20:30 +0000)]
[packages] usbutils: update to 0.90
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22818
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 26 Aug 2010 19:50:47 +0000 (19:50 +0000)]
pwrtray: Add qt4-gui dep
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22816
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 26 Aug 2010 01:05:45 +0000 (01:05 +0000)]
[packages] imapfilter: package deprecated.lua too (#7814)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22810
3c298f89-4303-0410-b956-
a3cf2f4a3e73
benoar [Thu, 26 Aug 2010 00:17:11 +0000 (00:17 +0000)]
[package] btrfs-utils: put it in the correct submenu
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22809
3c298f89-4303-0410-b956-
a3cf2f4a3e73
benoar [Thu, 26 Aug 2010 00:08:55 +0000 (00:08 +0000)]
[package] nginx: update to 0.7.67
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22808
3c298f89-4303-0410-b956-
a3cf2f4a3e73
benoar [Thu, 26 Aug 2010 00:05:56 +0000 (00:05 +0000)]
[package] nginx: packaging enhancements
* add a separate config menu for optionnal modules (not every possible
module are here; just taken the ones Debian enables). By default they
are all disabled, so this removes the default dependency on
libopenssl.
* correctly listed conffiles
* enable IPv6 only when CONFIG_IPV6 is set
* change the default listening adress in nginx.conf when IPv6 is
enabled so that it listens on [::]
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22807
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [Wed, 25 Aug 2010 11:00:48 +0000 (11:00 +0000)]
[DirectFB] copy over default cursor file
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22794
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [Wed, 25 Aug 2010 11:00:44 +0000 (11:00 +0000)]
[qt4] reorganize conditional drawing-backend dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22793
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [Wed, 25 Aug 2010 11:00:37 +0000 (11:00 +0000)]
[qt4] do not select tslib, but depend on it (to insure it's getting built before)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22792
3c298f89-4303-0410-b956-
a3cf2f4a3e73
swalker [Wed, 25 Aug 2010 01:10:45 +0000 (01:10 +0000)]
[packages] zile: update to 2.3.19
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22789
3c298f89-4303-0410-b956-
a3cf2f4a3e73
swalker [Wed, 25 Aug 2010 01:10:06 +0000 (01:10 +0000)]
[packages] nano: update to 2.2.5
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22788
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [Tue, 24 Aug 2010 13:23:26 +0000 (13:23 +0000)]
[packages] net/freeswitch: Added mod_voicemail config mentioned but forgotten in a previous commit.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22784
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [Tue, 24 Aug 2010 13:21:40 +0000 (13:21 +0000)]
[packages] net/freeswitch: Use /usr/share/freeswitch as prefix; this means freeswitch files not in bin, lib, or include will be stored under /usr/share/freeswitch.
Modify the configuration so that recordings are stored on /var/lib/freeswitch/recordings by default (this is a tmpfs so should be change if persistance is needed).
Allow the scripts and htdocs to have their directories set individually instead of requirings them to be under /usr/share/freeswitch.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22783
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [Tue, 24 Aug 2010 13:21:35 +0000 (13:21 +0000)]
[packages] net/freeswitch: Use /usr/share/freeswitch as prefix; this means freeswitch files not in bin, lib, or include will be stored under /usr/share/freeswitch.
Modify the configuration so that recordings are stored on /var/lib/freeswitch/recordings by default (this is a tmpfs so should be change if persistance is needed).
Allow the scripts and htdocs to have their directories set individually instead of requirings them to be under /usr/share/freeswitch.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22782
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Mon, 23 Aug 2010 14:05:22 +0000 (14:05 +0000)]
pwrtray: Add n810 battery support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22779
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [Sun, 22 Aug 2010 22:18:15 +0000 (22:18 +0000)]
[packages] net/freeswitch: Fixed auto module enabling for modules with more dashes than mod-modname (need to transform to underscores in the postinst/postrm scripts). This was part of getting mod_say_en to work. As part of getting mod_say_en working (and de, ru, and fr), added per-package config for freeswitch-mod-say-{en, fr, de, ru}.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22775
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 22 Aug 2010 16:36:35 +0000 (16:36 +0000)]
[package] update miredo to 1.2.3, packaged miredo-privproc, add client-hook script, patch from Alexander Khrykin
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22763
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 22 Aug 2010 16:36:33 +0000 (16:36 +0000)]
[package] update libusb-1.0 to 1.0.8 (#7806)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22762
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 22 Aug 2010 16:36:30 +0000 (16:36 +0000)]
[package] update aprx to 2.00 r421 (#7803)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22761
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [Sun, 22 Aug 2010 05:33:56 +0000 (05:33 +0000)]
[packages] net/freeswitch: Added includes for phrases back to freeswitch.xml and bumped package version
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22756
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [Sun, 22 Aug 2010 05:06:49 +0000 (05:06 +0000)]
[packages] net/freeswitch: Re-added per-package module configurartion (currently only voicemail uses it).
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22755
3c298f89-4303-0410-b956-
a3cf2f4a3e73
dingo [Sun, 22 Aug 2010 04:46:16 +0000 (04:46 +0000)]
[patchteam] dudders needs to be started after time synchronisation, because
if the time is not correct then the DNS update fails.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22754
3c298f89-4303-0410-b956-
a3cf2f4a3e73
agb [Sat, 21 Aug 2010 16:43:48 +0000 (16:43 +0000)]
[packages] net/znc: fixup compilation options. Closes #7786, thanks Obsy
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22750
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Sat, 21 Aug 2010 14:43:28 +0000 (14:43 +0000)]
net/ethtool: update to ethtool-2.6.35
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22746
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Fri, 20 Aug 2010 19:28:29 +0000 (19:28 +0000)]
pyqt4: Fix build deps
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22744
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Fri, 20 Aug 2010 18:24:49 +0000 (18:24 +0000)]
Add PyQt4
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22743
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Fri, 20 Aug 2010 17:34:32 +0000 (17:34 +0000)]
qt4: Make sure that damned function is really inlined
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22742
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Fri, 20 Aug 2010 16:14:48 +0000 (16:14 +0000)]
qt4: Add missing makefile include
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22741
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Fri, 20 Aug 2010 16:00:37 +0000 (16:00 +0000)]
qt4: Add X11 support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22740
3c298f89-4303-0410-b956-
a3cf2f4a3e73
swalker [Fri, 20 Aug 2010 15:09:25 +0000 (15:09 +0000)]
[packages] remove PKG_CATs that have crept in, add license to broadcom-sdhc, remove trailing whitespace
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22739
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Fri, 20 Aug 2010 15:07:03 +0000 (15:07 +0000)]
qt4: Rename file
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22738
3c298f89-4303-0410-b956-
a3cf2f4a3e73
swalker [Fri, 20 Aug 2010 14:42:06 +0000 (14:42 +0000)]
[packages] dudders: fix spaces, fix checksum, add license, add maintainer name, cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22736
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Fri, 20 Aug 2010 14:10:41 +0000 (14:10 +0000)]
Add "pwrtray" application package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22735
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [Fri, 20 Aug 2010 01:27:26 +0000 (01:27 +0000)]
[packages] net/freeswitch: Fixed remnants of UCI config that prevent FreeSWITCH startup with the UCI config not present (e.g. with -minimal or -upstream-defaults)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22734
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 19 Aug 2010 15:57:51 +0000 (15:57 +0000)]
python-sip: add missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22731
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 19 Aug 2010 15:57:48 +0000 (15:57 +0000)]
python: fix compile error
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22730
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 19 Aug 2010 15:57:45 +0000 (15:57 +0000)]
xmail: add $(LIBGCC_S) to fix ARM EABI compile errors
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22729
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 19 Aug 2010 13:13:48 +0000 (13:13 +0000)]
qt4: Make the WS configurable and add X11 files.
X11 config is still marked broken, because the configure script bits are missing.
This should not alter current QWS build in any way.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22725
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 19 Aug 2010 11:56:38 +0000 (11:56 +0000)]
qt4: Add qws- prefix to QWS specific files.
No functional change. This just moves the files.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22716
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 19 Aug 2010 11:35:08 +0000 (11:35 +0000)]
python-sip: Support parallel build for both native and host package.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22715
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 19 Aug 2010 11:28:43 +0000 (11:28 +0000)]
Add GPXView Geocaching application
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22714
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 19 Aug 2010 11:22:57 +0000 (11:22 +0000)]
gpsd: Install all libraries
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22713
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 18 Aug 2010 19:29:24 +0000 (19:29 +0000)]
qt4: compile fix
qRegisterAnimationInterpolator() is a function defined in a header. It is not declared static inline. Under certain circumstances this may cause linker errors. Make it static inline.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22707
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 18 Aug 2010 19:02:38 +0000 (19:02 +0000)]
qt4: Do not always compile optional features.
This adds the packages to PKG_CONFIG_DEPENDS to make sure qt4 is rebuilt if the config changes.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22706
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 18 Aug 2010 16:27:49 +0000 (16:27 +0000)]
qt4: Don't build examples/demos, if they are not selected.
This also adds PKG_CONFIG_DEPENDS to force a rebuild if those options change.
This brings a significant build speed improvement.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22705
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 18 Aug 2010 15:25:41 +0000 (15:25 +0000)]
qt4: Enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22699
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 18 Aug 2010 14:03:37 +0000 (14:03 +0000)]
qt4: Fix NPTL build options
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22697
3c298f89-4303-0410-b956-
a3cf2f4a3e73
dingo [Wed, 18 Aug 2010 12:40:02 +0000 (12:40 +0000)]
[Patchteam] New Package Dudders - a utility for updating DNS records
Signed-off-by: Dean Scarff <dos@scarff.id.au>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22695
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Wed, 18 Aug 2010 08:10:45 +0000 (08:10 +0000)]
[packages] openswan: update to 2.6.28 (closes: #7544, #7725, #7782)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22693
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Tue, 17 Aug 2010 15:34:44 +0000 (15:34 +0000)]
Add SIP C/C++ Bindings Generator for Python
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22691
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Tue, 17 Aug 2010 10:38:57 +0000 (10:38 +0000)]
[packages] gnutls: fix certtool dependency on libgnutls-extra (closes: #7776)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22687
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Mon, 16 Aug 2010 10:09:08 +0000 (10:09 +0000)]
[packages] owfs: sanitize Makefile:
* use Build/Configure/Defaults and CONFIGURE_{ARGS,VARS}
* add owget binary to owshell package, install shared libs dev symlinks (closes: #7749)
* use coherent template names
* remove obsolete UninstallDev
* bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22671
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Sun, 15 Aug 2010 19:28:27 +0000 (19:28 +0000)]
libs/pcre: update to pcre-8.10
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22664
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Sat, 14 Aug 2010 23:40:04 +0000 (23:40 +0000)]
[packages] collectd: fix fp-layout on big-endian targets (closes: #7707)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22653
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Sat, 14 Aug 2010 14:44:50 +0000 (14:44 +0000)]
Add maemo-kexec helper scripts for booting maemo from openwrt on the Nokia n810.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22641
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Sat, 14 Aug 2010 14:25:30 +0000 (14:25 +0000)]
[packages] collectd: set postgresql lib location explicitly (closes: #7247)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22640
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Sat, 14 Aug 2010 14:20:10 +0000 (14:20 +0000)]
[packages] miredo: various fixes and cleanup
* force use of shared libraries, remove obsolete configure args
* add a miredo-common package for shared libraries (libteredo & libtun) (closes: #7761)
* install config file in /etc/miredo/ (default) instead of /etc/
* use default config file location in initscripts, remove useless ipv6 & tun modules loading in start functions
* use PKG_INSTALL
* bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22639
3c298f89-4303-0410-b956-
a3cf2f4a3e73
swalker [Sat, 14 Aug 2010 14:04:42 +0000 (14:04 +0000)]
[packages] wing: put Roberto's email address inside angle brackets instead of parens
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22638
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Sat, 14 Aug 2010 13:13:23 +0000 (13:13 +0000)]
[packages] mpd: add dependency on libaudiofile (closes: #7519), bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22637
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Sat, 14 Aug 2010 12:59:24 +0000 (12:59 +0000)]
[packages] libshout: add dependencies on speex & theora (they can't be disabled), bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22636
3c298f89-4303-0410-b956-
a3cf2f4a3e73
agb [Sat, 14 Aug 2010 09:34:08 +0000 (09:34 +0000)]
[packages] multimedia/fswebcam: update website/source urls
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22635
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Sat, 14 Aug 2010 09:25:37 +0000 (09:25 +0000)]
[packages] openconnect: update patch (missed in r22604)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22634
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Fri, 13 Aug 2010 21:34:00 +0000 (21:34 +0000)]
[packages] libtorrent: fix build failures on octeon & ppc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22628
3c298f89-4303-0410-b956-
a3cf2f4a3e73
dingo [Fri, 13 Aug 2010 19:46:41 +0000 (19:46 +0000)]
[PATCHTEAM] - WING Wireless Mesh Routing Protocol
Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22627
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Fri, 13 Aug 2010 17:15:11 +0000 (17:15 +0000)]
update omapfb patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22624
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 13 Aug 2010 16:05:29 +0000 (16:05 +0000)]
[package] update faifa to r64
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22622
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Fri, 13 Aug 2010 15:13:18 +0000 (15:13 +0000)]
net/nmap: update nmap to 5.35DC1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22620
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Fri, 13 Aug 2010 13:21:20 +0000 (13:21 +0000)]
net/iodine: update iodine to 0.6.0-rc1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22619
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Fri, 13 Aug 2010 13:13:45 +0000 (13:13 +0000)]
net/kismet: update kismet to Kismet-2010-07-R1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22618
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [Fri, 13 Aug 2010 08:00:22 +0000 (08:00 +0000)]
[packages] net/freeswitch: Remove shell-script based UCI config. It breaks on restart, and it will be some time before the Lua based one is complete.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22617
3c298f89-4303-0410-b956-
a3cf2f4a3e73
agb [Fri, 13 Aug 2010 03:32:40 +0000 (03:32 +0000)]
[packages] net/nufw: run of autogen.sh needed with recent versions of libtool
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22616
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 12 Aug 2010 19:06:21 +0000 (19:06 +0000)]
remove lxpanel
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22613
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 12 Aug 2010 13:58:30 +0000 (13:58 +0000)]
[package] add minidlna (#7685)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22610
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 12 Aug 2010 13:57:02 +0000 (13:57 +0000)]
Add lxpanel
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22609
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Thu, 12 Aug 2010 03:57:28 +0000 (03:57 +0000)]
[packages] openconnect: update to 2.25 (thanks to David Woodhouse)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22604
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 12 Aug 2010 00:14:50 +0000 (00:14 +0000)]
[packages] php5: predefine target endianess (#4560)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22603
3c298f89-4303-0410-b956-
a3cf2f4a3e73
zandbelt [Wed, 11 Aug 2010 14:47:42 +0000 (14:47 +0000)]
[packages] upgrade asterisk-1.6.x to 1.6.2.11; include func_logic in the core package, which closes #7704
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22595
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Tue, 10 Aug 2010 21:08:34 +0000 (21:08 +0000)]
[packages] ntfs-3g: update to 2010.8.8
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22588
3c298f89-4303-0410-b956-
a3cf2f4a3e73