8160 Commits

Author SHA1 Message Date
florian
0d80796377 [package] add unixodbc
Signed-off-by: Jiri Slachta <jiri@slachta.eu>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31164 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:20:04 +00:00
florian
d234cdcc86 [package] freeradius: remove
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31163 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:20:01 +00:00
florian
f9e5e04092 [package] shell-fm: add libao support
- remove madplay dependency
- enable libao support (we already depend on it)
- disable external command in default configuration
- add symlink for .libao
   To configure libao, the library looks for a .libao configuration file in
   the users home directory.
   To allow configuring libao for shell-fm running as a daemon, we symlink
   /etc/libao.conf to the temporary HOME for shell-fm.

[florian: added missing libmad dependency]

Signed-off-by: Christoph Gysin <christoph.gysin@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31162 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:20:00 +00:00
florian
05074dd92a [package] add haveged
I've checked the haveged makefile now, it only relies on librt, so the
attached patch should have no issues under any platform.

Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31161 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:19:59 +00:00
florian
33feb82b77 [package] freeradius2: add sqllog package
Patch from Andreas Kraxner

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31160 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:19:58 +00:00
florian
0000d52f48 [package] libffi: update to 3.0.10
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:19:55 +00:00
mirko
6ada3c9117 [packages/python] Python 2.7.3 got released meanwhile - level up, package python-readline
- thanks again to Cybjit

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31152 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-30 13:24:08 +00:00
jow
43ac9d946e [packages] samba36: update init script and config template (#11106)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31150 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-30 09:46:16 +00:00
swalker
5550c32586 [packages] tor-alpha: update to 0.2.3.13-alpha, drop obsolete patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31148 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-30 02:37:51 +00:00
swalker
e33811ac05 [packages] oww: update to 0.85.0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31147 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-30 02:37:25 +00:00
mirko
5015286f7f [packages/python] partially revert commit 31092, apply changes for real now - stupid me..
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31140 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-29 14:11:26 +00:00
blogic
ff029ef59c [package] Upgrade openconnect to v3.15
This fixes a bunch of interoperability issues, and one or two crashes.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31135 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-29 09:00:33 +00:00
florian
0c0f62de36 [package] libmodbus: bump to 3.0.2
This patch updates libmodbus from version 2.0.3 to the latest stable
release 3.0.2

I needed modbus RTU and that seemed to be missing in the older version ?

Patch is also attached in case it is corrupt inline here!

Signed-off-by: Simon Gaynor <openwrt@simong.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31099 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 19:20:29 +00:00
florian
7ac41b2874 [package] wavemon: Bump to v0.7.4
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31098 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 19:20:28 +00:00
florian
f0cb47e731 [package] lighttpd: configure with OpenSSL support only if the user asks for it
SSL support adds a quite large dependency to lighttpd when compiled
in. On a 32 bit platform, libcrypto is roughly 1MB, to which one must
add the size of libssl (roughly 250KB). This is 2 to 5 times the size
of a typical lighttpd embedded installation.

SSL support is only needed if one enables the SSL engine in the
lighttpd.conf configuration file.

This patch introduces a configuration option that allows the user to
choose whether or not he wants to compile SSL support in. It defaults
to 'y' only if libopenssl is already selected (either by active
selection or because libopenssl is a dependency of another package).

Signed-off-by: Emmanuel Deloget <logout@free.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31097 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 19:20:26 +00:00
mirko
824e3a70db [packages/python] level up python to version 2.7.3rc2 - thanks to Cybjit (ticket #11157)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31092 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 16:31:17 +00:00
jow
a10a304bb8 [packages] mc: add depend on librpc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31079 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-26 15:57:39 +00:00
zioproto
ebc4f1d621 [packages] version bump of tinc to 1.0.17
* The DeviceType option can now be used to select dummy, raw socket, UML and VDE devices without needing to recompile tinc.

 * Allow multiple BindToAddress statements.

 * Decrement TTL value of IPv4 and IPv6 packets.

 * Add LocalDiscovery option allowing tinc to detect peers that are behind the same NAT.

 * Accept Subnets passed with the -o option when StrictSubnets = yes.

 * Disabling old RSA keys when generating new ones now also works properly on Windows.




git-svn-id: svn://svn.openwrt.org/openwrt/packages@31055 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-22 18:07:09 +00:00
dingo
8ffd268207 [patchteam] Add two new packages, hsflowd and sflowovsd - Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31051 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-21 12:36:52 +00:00
nbd
9b54ca4728 samba36: disable the use of zlib
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31048 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-20 21:43:19 +00:00
nbd
0b85eb9822 bird: adjust for service_* code move
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31043 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-20 14:30:21 +00:00
nbd
30d097bd8e samba36: remove all the librpc debug print functions to save some more space (big patch this time, but almost entirely generated)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31040 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-20 01:00:47 +00:00
nbd
3df04c2231 oprofile: update to 0.9.7
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31039 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-20 01:00:43 +00:00
jow
e2c412babf [packages] acpid: fix copyright year, depend on kmod-acpi-button, use init script in postinstall
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31038 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 23:50:43 +00:00
heil
bf357edbd0 package: haproxy
- refresh patches
 - bump to version 1.4.20
 - clean up init script



git-svn-id: svn://svn.openwrt.org/openwrt/packages@31013 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 23:30:23 +00:00
jow
85049d7ba0 PyRRD upstream patch
re-submit upstream patch for pyrrd. this time it should not be mangled.

Signed-of-by: Roberto Riggio <roberto.riggio@create-net.org

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30992 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 20:56:30 +00:00
jow
9ec10c9555 new package acpid and related kernel modules
Hi,

Here is a new package called acpid and a related kernel module
kmod-button. Its main pupose is to listen for
acpi events and run a user defined script. For now only powerdown is
possible. I only tested this under the
X86 architecture.

Maybe somebody find that useful too.

regards.
thomas

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30991 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 20:48:24 +00:00
swalker
b90716941d [packages] minidlna: update to 1.0.24 (#11126)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30990 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 20:31:54 +00:00
jow
b81524bdea Add munin to /etc/services
The muninlite postinst fails to add munin to /etc/services.

This patch removes this broken postinst and add an entry for munin in
/etc/services. This should have been done when the rest of the
/etc/services postinsts were being removed (changesets 26142-26149).

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30983 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 19:42:07 +00:00
jow
5fb2a553e3 [packages] xtables-addons: enforce CONFIG_NF_CONNTRACK_MARK for kmod-compat-xtables
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30976 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 18:22:29 +00:00
jow
505107f9e6 [packages] uclibc++: remove conflicting inline declarations
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30953 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-16 02:00:36 +00:00
jow
066f726437 [packages] vsftpd: fix compilation if libcap has been built in the same tree (#10937)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30941 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-14 18:42:09 +00:00
juhosg
f0877c8c3b packages/tig: console git repository viewer
[juhosg: remove SVN keywords, add license header, add PKG_BUILD_DEPENDS,
add CONFIGURE_ARGS]

Signed-off-by: Xiangfu <xiangfu.z@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30935 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13 19:41:26 +00:00
juhosg
c781161607 packages/remind: powerful commandline reminder
[juhosg: remove SVN keywords, add license header, change package version
to 3.01.12]

Signed-off-by: Xiangfu <xiangfu.z@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30934 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13 19:41:25 +00:00
juhosg
1a49430aec packages/gawk: GNU version of awk
[juhosg: remove SVN keywords, add license header]

Signed-off-by: Xiangfu <xiangfu.z@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30933 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13 19:41:24 +00:00
juhosg
0e01d3a5b0 packages/taskwarrior: command line task manager
Signed-off-by: Xiangfu <xiangfu.z@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30932 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13 19:41:23 +00:00
juhosg
80f2d29969 packages/calcurse: fullscreen curses based calendar
Signed-off-by: Xiangfu <xiangfu.z@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30931 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13 19:41:21 +00:00
juhosg
4affa3e986 packages/byobu: decorative, multi-panel screens terminal
[juhosg: reformat package description]

Signed-off-by: Xiangfu <xiangfu.z@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30930 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13 19:41:20 +00:00
juhosg
ad8a8864c1 packages/4th: forth compiler
[juhosg: remove non-english comments]

Signed-off-by: Xiangfu <xiangfu.z@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30929 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13 19:41:19 +00:00
jow
f19a96c9ff [packages] libv4l: unconditionally disable the qv4l2 utility
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30914 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12 21:21:02 +00:00
jow
411bd7afce [packages] ipset: linux/export.h is only in Kernel 3.2 and later, ipset incorrectly assumes 3.0 and above (#10378)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30911 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12 19:15:12 +00:00
jow
6c9f39213e [packages] xtables-addons: package more addons
* add DHCPMAC, DNETMAP, LOGMARK, STEAL and SYSRQ targets
 * add fuzzy, geoip, iface, ipmark, ipv4options, length2, lscan, psd and quota2 matches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30910 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12 18:45:36 +00:00
jow
ccc0b86463 [packages] xtables-addons: integrate Lua PacketScript
PacketScript adds a -j LUA target to iptables which allows to manipulate
and filter packets in kernel space using Lua scripts uploaded through iptables.
This enables rapid netfilter prototyping and allows to easily implement complex filters.
See also http://cn.cs.unibas.ch/pub/doc/2010-msthGraf.pdf

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30901 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12 16:13:31 +00:00
jow
810cede7b1 [packages] ipset: load kmods after nfnetlink
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30899 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12 11:33:56 +00:00
swalker
bc5ee53154 [packages] less: update to 444, add wide variant (#8787), use PKG_INSTALL
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30896 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12 01:31:46 +00:00
jow
fb615e6ace [packages] ipset: update to v6.11 (#10378)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30895 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12 00:11:13 +00:00
swalker
e803c0e4e1 [packages] obfsproxy: update to 0.1.1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30893 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-11 22:06:01 +00:00
swalker
8b538180c2 [packages] freeswitch: mark gsmopen as broken, add historic event-zmq source url
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30892 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-11 20:31:20 +00:00
zandbelt
a2105ef51a [packages] asterisk-1.8.x: upgrade to 1.8.10.0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30891 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-11 19:25:48 +00:00
zandbelt
71637c9981 [packages] asterisk-1.8.x: add fax modules; thanks Zhiqiang Wang <wang.9264@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30886 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-11 17:42:07 +00:00