openwrt/svn-archive/archive.git
13 years ago[packages] binutils: fix linking to libiberty (#9048)
Jo-Philipp Wich [Mon, 21 Mar 2011 06:42:07 +0000 (06:42 +0000)]
[packages] binutils: fix linking to libiberty (#9048)

SVN-Revision: 26254

13 years agoKeep files in /etc/openvpn during sysupgrade
Travis Kemen [Sun, 20 Mar 2011 01:29:40 +0000 (01:29 +0000)]
Keep files in /etc/openvpn during sysupgrade

SVN-Revision: 26243

13 years ago[libs] zaptel-1.4.x: Build more of the utils for testing and configureing Zaptel...
Daniel Dickinson [Fri, 18 Mar 2011 23:37:48 +0000 (23:37 +0000)]
[libs] zaptel-1.4.x: Build more of the utils for testing and configureing Zaptel cards.

SVN-Revision: 26236

13 years ago[libs] zaptel14: Split ztdummy timer module into a speparate pacakge because we don...
Daniel Dickinson [Fri, 18 Mar 2011 23:37:45 +0000 (23:37 +0000)]
[libs] zaptel14: Split ztdummy timer module into a speparate pacakge because we don't want to install it on x86 (because it is broken there).

SVN-Revision: 26235

13 years ago[libs] [utils]: newt: Added source package newt which provides libnewt, a lightweight...
Daniel Dickinson [Fri, 18 Mar 2011 23:37:43 +0000 (23:37 +0000)]
[libs] [utils]: newt: Added source package newt which provides libnewt, a lightweight text console windowing library, and whiptail a lightweight dialog replacement.  Depends on S-Lang library (slang2 source package)

SVN-Revision: 26234

13 years ago[libs] slang2: Added S-Lang Library, used by libnewt and also providing the S-Lang...
Daniel Dickinson [Fri, 18 Mar 2011 23:37:40 +0000 (23:37 +0000)]
[libs] slang2: Added S-Lang Library, used by libnewt and also providing the S-Lang Shell

SVN-Revision: 26233

13 years ago[net] Telephony: Yate: Corrected copyright header to reflect reality (i.e. because...
Daniel Dickinson [Fri, 18 Mar 2011 06:51:17 +0000 (06:51 +0000)]
[net] Telephony: Yate: Corrected copyright header to reflect reality (i.e. because I created the Yate package for SMBPhone they own the copyright, but they have given permission to include it OpenWrt.  This doesn't change based on what's written in the file, so might as well be accurate).
* Also bumped package version as I forgot previously.

SVN-Revision: 26219

13 years ago[net] Telephone: Yate: Removed @BROKEN from Yate. It appears to work, except for...
Daniel Dickinson [Thu, 17 Mar 2011 19:27:04 +0000 (19:27 +0000)]
[net] Telephone: Yate: Removed @BROKEN from Yate.  It appears to work, except for the modules marked as broken.

SVN-Revision: 26210

13 years ago[net] IP Addresses and Names: Fixed using single IP addresses instead of always requi...
Daniel Dickinson [Thu, 17 Mar 2011 19:06:27 +0000 (19:06 +0000)]
[net] IP Addresses and Names: Fixed using single IP addresses instead of always required n.n.n.n/n even for single IP's.

SVN-Revision: 26206

13 years ago[net] IP Addresses and Names: miniupnpd: Added rule to allow high ports be default...
Daniel Dickinson [Thu, 17 Mar 2011 17:50:33 +0000 (17:50 +0000)]
[net] IP Addresses and Names: miniupnpd: Added rule to allow high ports be default.  This fixes miniupnpd default to config so that it works as expected after installed and enabled.  Also added comments for the UI, and removed the example config file as it is no longer needed.

SVN-Revision: 26205

13 years agonet/mtr: remove libresolv dependency
Alexandros C. Couloumbis [Wed, 16 Mar 2011 11:32:06 +0000 (11:32 +0000)]
net/mtr: remove libresolv dependency

SVN-Revision: 26188

13 years ago[packages] net: add a bmx6 package (thanks to Axel)
Nicolas Thill [Wed, 16 Mar 2011 03:15:22 +0000 (03:15 +0000)]
[packages] net: add a bmx6 package (thanks to Axel)

SVN-Revision: 26187

13 years ago[net] Telephony: Yate: Added conffiles. Fixes overwriting of configuration on reinst...
Daniel Dickinson [Wed, 16 Mar 2011 00:16:19 +0000 (00:16 +0000)]
[net] Telephony: Yate: Added conffiles.  Fixes overwriting of configuration on reinstall/update.

SVN-Revision: 26184

13 years ago[net] Telephony: Yate: Fixed bigendian test to use CONFIG_BIG_ENDIAN, not a cached...
Daniel Dickinson [Tue, 15 Mar 2011 12:48:48 +0000 (12:48 +0000)]
[net] Telephony: Yate: Fixed bigendian test to use CONFIG_BIG_ENDIAN, not a cached autoconf variable.  Thanks jow for pointing this out.

SVN-Revision: 26179

13 years ago[net] Telephony: Yate: Added -DBIGENDIAN to TARGET_CFLAGS when the target is big...
Daniel Dickinson [Tue, 15 Mar 2011 12:16:52 +0000 (12:16 +0000)]
[net] Telephony: Yate: Added -DBIGENDIAN to TARGET_CFLAGS when the target is big endian.  This fixes things like MD5 code in Yate for big endian targets.  Closes #9049.  Thanks to Dmitry Kurochkin for pointing this out.

SVN-Revision: 26178

13 years ago[net] Telephony: yate: Removed sysconfdir parameter from CONFIGURE_ARGS. This fixes...
Daniel Dickinson [Tue, 15 Mar 2011 08:43:35 +0000 (08:43 +0000)]
[net] Telephony: yate: Removed sysconfdir parameter from CONFIGURE_ARGS.  This fixes yate looking for configuration under /etc/yate/yate instead /etc/yate.  Closes: 9040.  Thanks Dimtiry Kurchkin for reporting.

SVN-Revision: 26174

13 years ago[net] Telephony: yate: Added needed libraries and flags to configure for Yate to...
Daniel Dickinson [Tue, 15 Mar 2011 08:30:10 +0000 (08:30 +0000)]
[net] Telephony: yate: Added needed libraries and flags to configure for Yate to execute not just compile.  Closes: #9039 and Closes: #9043.  Based on patch and tickets from Dimitry Kurochkin.  Thanks!

SVN-Revision: 26173

13 years ago[utils] coreutils: Stopped coreutils from building as long as no plugin is selected.
Daniel Dickinson [Tue, 15 Mar 2011 01:37:41 +0000 (01:37 +0000)]
[utils] coreutils: Stopped coreutils from building as long as no plugin is selected.
with commit 26026 (https://dev.openwrt.org/changeset/26026)
I see the coreutils package downloaded and build in my defconfig.

With the following patch, this default selection really does no build,
as long as no plugin is selected.
Thanks to Thomas Langer for this patch.

SVN-Revision: 26169

13 years ago[packages] babeld: patch minor bug until next release
Gabriel Kerneis [Mon, 14 Mar 2011 13:47:25 +0000 (13:47 +0000)]
[packages] babeld: patch minor bug until next release

SVN-Revision: 26159

13 years ago[net] various: Fixed openser and updatedd modules appearing in main list instead...
Daniel Dickinson [Mon, 14 Mar 2011 02:04:12 +0000 (02:04 +0000)]
[net] various: Fixed openser and updatedd modules appearing in main list instead of under the openser and updatedd packages.

SVN-Revision: 26155

13 years ago[packages] gst-plugins-good: enable icydemux and souphttpsrc plugins (#8762)
Jo-Philipp Wich [Sun, 13 Mar 2011 22:44:13 +0000 (22:44 +0000)]
[packages] gst-plugins-good: enable icydemux and souphttpsrc plugins (#8762)

SVN-Revision: 26153

13 years ago[packages] quagga: Fix ownership of configuration directory and files
Vasilis Tsiligiannis [Sun, 13 Mar 2011 21:00:10 +0000 (21:00 +0000)]
[packages] quagga: Fix ownership of configuration directory and files

SVN-Revision: 26151

13 years agoopenssh: do not touch /etc/services
Felix Fietkau [Sun, 13 Mar 2011 19:56:43 +0000 (19:56 +0000)]
openssh: do not touch /etc/services

SVN-Revision: 26149

13 years agoopenntpd: remove the postinst script for updating services, group, passwd
Felix Fietkau [Sun, 13 Mar 2011 19:56:41 +0000 (19:56 +0000)]
openntpd: remove the postinst script for updating services, group, passwd

SVN-Revision: 26148

13 years agoleafnode: do not touch /etc/services
Felix Fietkau [Sun, 13 Mar 2011 19:56:40 +0000 (19:56 +0000)]
leafnode: do not touch /etc/services

SVN-Revision: 26147

13 years agontpd: remove the postinst script for updating /etc/services
Felix Fietkau [Sun, 13 Mar 2011 19:56:38 +0000 (19:56 +0000)]
ntpd: remove the postinst script for updating /etc/services

SVN-Revision: 26146

13 years agoatftp: remove the postinst script for updating /etc/services
Felix Fietkau [Sun, 13 Mar 2011 19:56:35 +0000 (19:56 +0000)]
atftp: remove the postinst script for updating /etc/services

SVN-Revision: 26145

13 years agoquagga: remove the postinst script
Felix Fietkau [Sun, 13 Mar 2011 19:56:33 +0000 (19:56 +0000)]
quagga: remove the postinst script

SVN-Revision: 26144

13 years agoproftpd: remove the postinst script for users/groups
Felix Fietkau [Sun, 13 Mar 2011 19:12:01 +0000 (19:12 +0000)]
proftpd: remove the postinst script for users/groups

SVN-Revision: 26140

13 years agoalsa-driver: adding the audio group is no longer necessary
Felix Fietkau [Sun, 13 Mar 2011 19:02:58 +0000 (19:02 +0000)]
alsa-driver: adding the audio group is no longer necessary

SVN-Revision: 26135

13 years agopython-sip: Refresh patch
Michael Büsch [Sun, 13 Mar 2011 15:49:03 +0000 (15:49 +0000)]
python-sip: Refresh patch

SVN-Revision: 26122

13 years agopyqt4: Update to latest stable
Michael Büsch [Sun, 13 Mar 2011 15:27:56 +0000 (15:27 +0000)]
pyqt4: Update to latest stable

SVN-Revision: 26121

13 years agopyqt4: riverbank deletes old versions from their server. So point our Makefile to...
Michael Büsch [Sun, 13 Mar 2011 13:32:33 +0000 (13:32 +0000)]
pyqt4: riverbank deletes old versions from their server. So point our Makefile to a source that still contains the tarballs.

SVN-Revision: 26110

13 years ago[net] layer7: Firewall: Moved l7-protocols from submenu layer7 to Firewall submenu...
Daniel Dickinson [Sat, 12 Mar 2011 09:13:31 +0000 (09:13 +0000)]
[net] layer7: Firewall: Moved l7-protocols from submenu layer7 to Firewall submenu as it had only one top-level entry.

SVN-Revision: 26108

13 years ago[net] [multimedia]: Moved multimedia submenu to be part the the Multimedia package...
Daniel Dickinson [Sat, 12 Mar 2011 09:06:35 +0000 (09:06 +0000)]
[net] [multimedia]: Moved multimedia submenu to be part the the Multimedia package group, since that's what it's for.

SVN-Revision: 26107

13 years ago[net] printing: Removed printing submenu as it had only two entries.
Daniel Dickinson [Sat, 12 Mar 2011 08:53:03 +0000 (08:53 +0000)]
[net] printing: Removed printing submenu as it had only two entries.

SVN-Revision: 26106

13 years ago[admin] pmacct: Moved pmacct package from Network|pmacct to Administration because...
Daniel Dickinson [Sat, 12 Mar 2011 08:50:00 +0000 (08:50 +0000)]
[admin] pmacct: Moved pmacct package from Network|pmacct to Administration because it's accounting information.

SVN-Revision: 26105

13 years ago[net] wireless: Moved snort-wireless to wireless submenu.
Daniel Dickinson [Sat, 12 Mar 2011 08:35:53 +0000 (08:35 +0000)]
[net] wireless: Moved snort-wireless to wireless submenu.

SVN-Revision: 26104

13 years ago[net] Firewall: Moved snort to Firewall submenu.
Daniel Dickinson [Sat, 12 Mar 2011 08:35:46 +0000 (08:35 +0000)]
[net] Firewall: Moved snort to Firewall submenu.

SVN-Revision: 26103

13 years agowireless: Moved xsupplicant 802.1x authenticator to wireless submenu.
Daniel Dickinson [Sat, 12 Mar 2011 08:26:12 +0000 (08:26 +0000)]
wireless: Moved xsupplicant 802.1x authenticator to wireless submenu.

SVN-Revision: 26102

13 years ago[net] wireless: Moved wiviz Wireless Network Visualization to wireless submenu.
Daniel Dickinson [Sat, 12 Mar 2011 08:24:46 +0000 (08:24 +0000)]
[net] wireless: Moved wiviz Wireless Network Visualization to wireless submenu.

SVN-Revision: 26101

13 years ago[net] Routing and Redirection: Moved vis visualation server for B.A.T.M.A.N. routing...
Daniel Dickinson [Sat, 12 Mar 2011 08:23:20 +0000 (08:23 +0000)]
[net] Routing and Redirection: Moved vis visualation server for B.A.T.M.A.N. routing daemon to Routing and Redirection submenu.

SVN-Revision: 26100

13 years ago[net] IP Addresses and Names: Moved updatedd DDNS update to IP Addresses and Names...
Daniel Dickinson [Sat, 12 Mar 2011 08:19:01 +0000 (08:19 +0000)]
[net] IP Addresses and Names: Moved updatedd DDNS update to IP Addresses and Names submenu.

SVN-Revision: 26099

13 years ago[net] Instant Messaging: Moved uMurmur Mumble server to Instant Messaging submenu.
Daniel Dickinson [Sat, 12 Mar 2011 08:17:47 +0000 (08:17 +0000)]
[net] Instant Messaging: Moved uMurmur Mumble server to Instant Messaging submenu.

SVN-Revision: 26098

13 years ago[net] IP Addresses and Names: Moved unbound DNS resolver to IP Addresses and Names...
Daniel Dickinson [Sat, 12 Mar 2011 08:11:08 +0000 (08:11 +0000)]
[net] IP Addresses and Names: Moved unbound DNS resolver to IP Addresses and Names submenu.

SVN-Revision: 26097

13 years ago[net] SSH: Moved rssh restricted shell for SSH to SSH submenu.
Daniel Dickinson [Sat, 12 Mar 2011 08:07:15 +0000 (08:07 +0000)]
[net] SSH: Moved rssh restricted shell for SSH to SSH submenu.

SVN-Revision: 26096

13 years ago[net] IP Addresses and Names: Moved reverse ARP daemon to IP Addreses and Names submenu.
Daniel Dickinson [Sat, 12 Mar 2011 08:05:38 +0000 (08:05 +0000)]
[net] IP Addresses and Names: Moved reverse ARP daemon to IP Addreses and Names submenu.

SVN-Revision: 26095

13 years ago[net] Routing and Redirection: Moved proxy arp daemon to Routing and Redirection...
Daniel Dickinson [Sat, 12 Mar 2011 08:03:10 +0000 (08:03 +0000)]
[net] Routing and Redirection: Moved proxy arp daemon to Routing and Redirection submenu.

SVN-Revision: 26094

13 years ago[net] P2P: Moved peerguardian safeguards for P2P to P2P submenu.
Daniel Dickinson [Sat, 12 Mar 2011 07:59:58 +0000 (07:59 +0000)]
[net] P2P: Moved peerguardian safeguards for P2P to P2P submenu.

SVN-Revision: 26093

13 years ago[net] Telephony: Moved pcapsipdump SIP session dumper to Telephony submenu.
Daniel Dickinson [Sat, 12 Mar 2011 07:58:31 +0000 (07:58 +0000)]
[net] Telephony: Moved pcapsipdump SIP session dumper to Telephony submenu.

SVN-Revision: 26092

13 years ago[net] Routing and Redirection: Move OLSR routing daemon to Routing and Redirection...
Daniel Dickinson [Sat, 12 Mar 2011 07:56:38 +0000 (07:56 +0000)]
[net] Routing and Redirection: Move OLSR routing daemon to Routing and Redirection submenu.

SVN-Revision: 26091

13 years ago[net] VPN: Moved opennhrp to VPN submenu.
Daniel Dickinson [Sat, 12 Mar 2011 07:56:33 +0000 (07:56 +0000)]
[net] VPN: Moved opennhrp to VPN submenu.

SVN-Revision: 26090

13 years ago[net] Instant Messaging: Moved ngircd, and IRC Server, to Instant Messaging submenu.
Daniel Dickinson [Sat, 12 Mar 2011 07:50:03 +0000 (07:50 +0000)]
[net] Instant Messaging: Moved ngircd, and IRC Server, to Instant Messaging submenu.

SVN-Revision: 26089

13 years ago[net] Filesystem: Moved netatalk (AppleTalk File and Printer Sharing) to Filesystem...
Daniel Dickinson [Sat, 12 Mar 2011 07:48:25 +0000 (07:48 +0000)]
[net] Filesystem: Moved netatalk (AppleTalk File and Printer Sharing) to Filesystem submenu.

SVN-Revision: 26088

13 years ago[net] IP Addresses and Names: Moved ipupdate DDNS updater to IP Addresses and Names...
Daniel Dickinson [Sat, 12 Mar 2011 07:45:05 +0000 (07:45 +0000)]
[net] IP Addresses and Names: Moved ipupdate DDNS updater to IP Addresses and Names submenu.

SVN-Revision: 26087

13 years ago[net] Routing and Redirection: Moved link level discovery daemon to Routing and Redir...
Daniel Dickinson [Sat, 12 Mar 2011 07:43:03 +0000 (07:43 +0000)]
[net] Routing and Redirection: Moved link level discovery daemon to Routing and Redirection submenu.

SVN-Revision: 26086

13 years ago[net] Firewall: Moved knock client and daemon for opening desired holes in firewall...
Daniel Dickinson [Sat, 12 Mar 2011 07:40:38 +0000 (07:40 +0000)]
[net] Firewall: Moved knock client and daemon for opening desired holes in firewall from remote to the Firewall submenu.

SVN-Revision: 26085

13 years ago[net] wireless: Moved karma tools for assessing wireless security to wireless submenu.
Daniel Dickinson [Sat, 12 Mar 2011 07:38:29 +0000 (07:38 +0000)]
[net] wireless: Moved karma tools for assessing wireless security to wireless submenu.

SVN-Revision: 26084

13 years ago[net] File Transfer: Moved iputils-tftpd tftp daemon to File Transfer submenu.
Daniel Dickinson [Sat, 12 Mar 2011 07:37:17 +0000 (07:37 +0000)]
[net] File Transfer: Moved iputils-tftpd tftp daemon to File Transfer submenu.

SVN-Revision: 26083

13 years ago[net] VPN: Moved IPsec management tools (both versions) to VPN submenu.
Daniel Dickinson [Sat, 12 Mar 2011 07:35:17 +0000 (07:35 +0000)]
[net] VPN: Moved IPsec management tools (both versions) to VPN submenu.

SVN-Revision: 26082

13 years ago[net] Instant Messaging: Moved imsnif MSN Messenger sniffer to Instant Messaging...
Daniel Dickinson [Sat, 12 Mar 2011 07:19:53 +0000 (07:19 +0000)]
[net] Instant Messaging: Moved imsnif MSN Messenger sniffer to Instant Messaging submenu.

SVN-Revision: 26080

13 years ago[net] Routing and Redirection: Moved IGMP Routing Daemon to Routing and Redirection...
Daniel Dickinson [Sat, 12 Mar 2011 07:18:25 +0000 (07:18 +0000)]
[net] Routing and Redirection: Moved IGMP Routing Daemon to Routing and Redirection submenu.

SVN-Revision: 26079

13 years ago[net] wireless: Moved horst radio scanning tool to wireless submenu.
Daniel Dickinson [Sat, 12 Mar 2011 07:16:43 +0000 (07:16 +0000)]
[net] wireless: Moved horst radio scanning tool to wireless submenu.

SVN-Revision: 26078

13 years ago[net] SSH: Moved gestftpserver SFTP server to SSH submenu
Daniel Dickinson [Sat, 12 Mar 2011 07:14:13 +0000 (07:14 +0000)]
[net] SSH: Moved gestftpserver SFTP server to SSH submenu

SVN-Revision: 26077

13 years ago[net] Instant Messaging: Moved ekg, a Gadu-Gadu client to Instant Messaging.
Daniel Dickinson [Sat, 12 Mar 2011 07:11:21 +0000 (07:11 +0000)]
[net] Instant Messaging: Moved ekg, a Gadu-Gadu client to Instant Messaging.

SVN-Revision: 26076

13 years ago[net] Filesystem: Moved curlftpfs to Filesystem submenu.
Daniel Dickinson [Sat, 12 Mar 2011 07:07:52 +0000 (07:07 +0000)]
[net] Filesystem: Moved curlftpfs to Filesystem submenu.

SVN-Revision: 26075

13 years ago[net] File Transfer: Moved axel download accelerator to File Transfer submenu.
Daniel Dickinson [Sat, 12 Mar 2011 07:06:52 +0000 (07:06 +0000)]
[net] File Transfer: Moved axel download accelerator to File Transfer submenu.

SVN-Revision: 26074

13 years ago[net] Filesystem: Moved samba2, samba3, and remotefs to Filesystem submenu.
Daniel Dickinson [Sat, 12 Mar 2011 07:05:09 +0000 (07:05 +0000)]
[net] Filesystem: Moved samba2, samba3, and remotefs to Filesystem submenu.

SVN-Revision: 26073

13 years ago[net] Routing and Redirection: Moved programs for routing and redirecting/relaying...
Daniel Dickinson [Sat, 12 Mar 2011 06:55:07 +0000 (06:55 +0000)]
[net] Routing and Redirection: Moved programs for routing and redirecting/relaying traffic to the Routing and Redirection submenu.

SVN-Revision: 26072

13 years ago[net] Instant Messaging: Moved bahamut IRC server to Instant Messagin submenu.
Daniel Dickinson [Sat, 12 Mar 2011 06:25:44 +0000 (06:25 +0000)]
[net] Instant Messaging: Moved bahamut IRC server to Instant Messagin submenu.

SVN-Revision: 26071

13 years ago[net] keepalived: Moved keepalived to main list and eliminated HA submenu because...
Daniel Dickinson [Sat, 12 Mar 2011 06:22:48 +0000 (06:22 +0000)]
[net] keepalived: Moved keepalived to main list and eliminated HA submenu because keepalived was the only program in that menu.

SVN-Revision: 26070

13 years ago[net] elinks: Moved elinks to main list and removed Web submenu, as it elinks was...
Daniel Dickinson [Sat, 12 Mar 2011 06:20:08 +0000 (06:20 +0000)]
[net] elinks: Moved elinks to main list and removed Web submenu, as it elinks was the only program in it.

SVN-Revision: 26069

13 years ago[net] IP Addresses and Names: Moved DHCP, DNS, mDNS, and DDNS program into IP Address...
Daniel Dickinson [Sat, 12 Mar 2011 06:16:47 +0000 (06:16 +0000)]
[net] IP Addresses and Names: Moved DHCP, DNS, mDNS, and DDNS program into IP Addresses and Names submenu

SVN-Revision: 26068

13 years ago[net] airpwn: Moved airpwn to wireless submenu
Daniel Dickinson [Sat, 12 Mar 2011 05:53:23 +0000 (05:53 +0000)]
[net] airpwn: Moved airpwn to wireless submenu

SVN-Revision: 26067

13 years ago[net] File Transfer: Moved old FTP category and combined with other file transfer...
Daniel Dickinson [Sat, 12 Mar 2011 05:50:28 +0000 (05:50 +0000)]
[net] File Transfer: Moved old FTP category and combined with other file transfer programs (HTTP, uucp, rsync, TFTP) to create the FIle Transfer submenu.

SVN-Revision: 26066

13 years ago[net] Firewall Tunnel: Move all programs meant to get tunnel trhough restrictive...
Daniel Dickinson [Sat, 12 Mar 2011 05:01:14 +0000 (05:01 +0000)]
[net] Firewall Tunnel: Move all programs meant to get tunnel trhough restrictive firewall (but not VPN) to Firewall Tunnel submenu.

SVN-Revision: 26065

13 years ago[net] rinetd: Moved rinetd back into main list. Proxy Servers submenu is going away.
Daniel Dickinson [Sat, 12 Mar 2011 05:01:07 +0000 (05:01 +0000)]
[net] rinetd: Moved rinetd back into main list.  Proxy Servers submenu is going away.

SVN-Revision: 26064

13 years ago[net] Web Servers/Proxies: Moved privoxy to new Web Servers/Proxies submenu.
Daniel Dickinson [Sat, 12 Mar 2011 04:48:53 +0000 (04:48 +0000)]
[net] Web Servers/Proxies: Moved privoxy to new Web Servers/Proxies submenu.

SVN-Revision: 26063

13 years ago[net] Web Servers/Proxies: Move all web servers, proxies, and related programs into...
Daniel Dickinson [Sat, 12 Mar 2011 04:41:35 +0000 (04:41 +0000)]
[net] Web Servers/Proxies:  Move all web servers, proxies, and related programs into the combined Web Servers/Proxies category.  One-stop shopping.

SVN-Revision: 26061

13 years ago[net] xtables-addons: Moved xtables-addons to Firewall submenu so that it appears...
Daniel Dickinson [Sat, 12 Mar 2011 01:57:34 +0000 (01:57 +0000)]
[net] xtables-addons: Moved xtables-addons to Firewall submenu so that it appears under iptables as before.

SVN-Revision: 26060

13 years ago[net] Proxy Servers: Moved web proxy servers and related programs to Proxy Servers...
Daniel Dickinson [Sat, 12 Mar 2011 01:51:49 +0000 (01:51 +0000)]
[net] Proxy Servers: Moved web proxy servers and related programs to Proxy Servers submenu.

SVN-Revision: 26059

13 years ago[net] chaosvpn: Moved chaosvpn to VPN submenu.
Daniel Dickinson [Sat, 12 Mar 2011 01:39:53 +0000 (01:39 +0000)]
[net] chaosvpn: Moved chaosvpn to VPN submenu.

SVN-Revision: 26058

13 years ago[net] corkscrew: Moved corkscrew to SSH submenu
Daniel Dickinson [Sat, 12 Mar 2011 01:37:47 +0000 (01:37 +0000)]
[net] corkscrew: Moved corkscrew to SSH submenu

SVN-Revision: 26057

13 years ago[net] Firewall: Moved firewalling related programs to Firewall submenu.
Daniel Dickinson [Sat, 12 Mar 2011 01:14:02 +0000 (01:14 +0000)]
[net] Firewall: Moved firewalling related programs to Firewall submenu.

SVN-Revision: 26055

13 years ago[net] Firewall: Renamed firewall submenu to Firewall.
Daniel Dickinson [Sat, 12 Mar 2011 01:13:55 +0000 (01:13 +0000)]
[net] Firewall: Renamed firewall submenu to Firewall.

SVN-Revision: 26054

13 years ago[net] Telephony: Yate: Corrected typo in dependency for dbwave.
Daniel Dickinson [Sat, 12 Mar 2011 00:57:33 +0000 (00:57 +0000)]
[net] Telephony: Yate: Corrected typo in dependency for dbwave.

SVN-Revision: 26053

13 years ago[net] jtg: Removed jtg from Monitoring submenu, it didn't belong and was the only...
Daniel Dickinson [Sat, 12 Mar 2011 00:54:32 +0000 (00:54 +0000)]
[net] jtg: Removed jtg from Monitoring submenu, it didn't belong and was the only one left, so the Monitoring submenu has been eliminated (in favour of Administration.

SVN-Revision: 26052

13 years ago[net] [admin]: Moved Nagios programs from Network|Monitoring to Administration becaus...
Daniel Dickinson [Sat, 12 Mar 2011 00:54:26 +0000 (00:54 +0000)]
[net] [admin]: Moved Nagios programs from Network|Monitoring to Administration because nagios was the only monitoring app under monitoring, and Administration already had monitoring applications

SVN-Revision: 26051

13 years ago[net] Monitoring: Finally collected a Nagios programs under Monitoring submenu.
Daniel Dickinson [Sat, 12 Mar 2011 00:37:48 +0000 (00:37 +0000)]
[net] Monitoring: Finally collected a Nagios programs under Monitoring submenu.

SVN-Revision: 26050

13 years ago[net] Telephony: Moved baresip to telephony submenu.
Daniel Dickinson [Sat, 12 Mar 2011 00:29:19 +0000 (00:29 +0000)]
[net] Telephony: Moved baresip to telephony submenu.

SVN-Revision: 26049

13 years ago[net] Telephony: Moved most (all?) SIP and other telephony applications to the Teleph...
Daniel Dickinson [Sat, 12 Mar 2011 00:25:24 +0000 (00:25 +0000)]
[net] Telephony: Moved most (all?) SIP and other telephony applications to the Telephony submenu.  STUN however has been left in the main menu as it has other uses.

SVN-Revision: 26048

13 years ago[net] yate: Added package for Yate (Yet Another Telephony Engine). Currently marked...
Daniel Dickinson [Sat, 12 Mar 2011 00:03:37 +0000 (00:03 +0000)]
[net] yate: Added package for Yate (Yet Another Telephony Engine).  Currently marked as @BROKEN because compilation and package creation is working successfuly, but it is untested on real hardware.

SVN-Revision: 26047

13 years ago[packages] add gst-plugins-bad (#8761)
Jo-Philipp Wich [Fri, 11 Mar 2011 21:52:44 +0000 (21:52 +0000)]
[packages] add gst-plugins-bad (#8761)

SVN-Revision: 26046

13 years ago[packages] add gst-ffmpeg, gstreamer backend for the ffmpeg codec family (#8759)
Jo-Philipp Wich [Fri, 11 Mar 2011 21:24:20 +0000 (21:24 +0000)]
[packages] add gst-ffmpeg, gstreamer backend for the ffmpeg codec family (#8759)

SVN-Revision: 26045

13 years ago[packages] gst-plugins-ugly: add asf demuxer (#8758)
Jo-Philipp Wich [Fri, 11 Mar 2011 21:05:27 +0000 (21:05 +0000)]
[packages] gst-plugins-ugly: add asf demuxer (#8758)

SVN-Revision: 26043

13 years ago[packages] alsa: add audio group in postinstall (#8755)
Jo-Philipp Wich [Fri, 11 Mar 2011 21:03:00 +0000 (21:03 +0000)]
[packages] alsa: add audio group in postinstall (#8755)

SVN-Revision: 26042

13 years ago[packages] xl2tpd: update to v1.2.8, refresh patches (#9030)
Jo-Philipp Wich [Fri, 11 Mar 2011 20:04:43 +0000 (20:04 +0000)]
[packages] xl2tpd: update to v1.2.8, refresh patches (#9030)

SVN-Revision: 26040

13 years ago[packages] alsa-utils: update to 1.0.24.2 (thanks Acinonyx)
Jan Willies [Fri, 11 Mar 2011 13:51:48 +0000 (13:51 +0000)]
[packages] alsa-utils: update to 1.0.24.2 (thanks Acinonyx)

SVN-Revision: 26035

13 years ago[packages] mpc: update to 0.20
Jan Willies [Fri, 11 Mar 2011 11:30:20 +0000 (11:30 +0000)]
[packages] mpc: update to 0.20

SVN-Revision: 26032

13 years ago[packages] add libmpdclient
Jan Willies [Fri, 11 Mar 2011 11:30:19 +0000 (11:30 +0000)]
[packages] add libmpdclient

SVN-Revision: 26031