Alexandros C. Couloumbis [Thu, 24 Mar 2011 11:22:25 +0000 (11:22 +0000)]
net/iputils: beautify brcm47xx fix (make owrt devs happy)
SVN-Revision: 26282
Alexandros C. Couloumbis [Wed, 23 Mar 2011 20:05:51 +0000 (20:05 +0000)]
net/iputils: include a missing option (thanks Hauke)
SVN-Revision: 26279
Alexandros C. Couloumbis [Wed, 23 Mar 2011 20:02:00 +0000 (20:02 +0000)]
net/iputils: fix ping & arping under brcm47xx.
SVN-Revision: 26278
Jo-Philipp Wich [Wed, 23 Mar 2011 17:50:01 +0000 (17:50 +0000)]
[packages] perl: make sure that staging_dir/*/usr/lib/perl5 is in host perl's @INC (#9111)
SVN-Revision: 26277
Jo-Philipp Wich [Tue, 22 Mar 2011 18:25:49 +0000 (18:25 +0000)]
[packages] coreutils: revert r26169, its just plain wrong
SVN-Revision: 26270
Stephen Walker [Tue, 22 Mar 2011 01:41:59 +0000 (01:41 +0000)]
[packages] zile: update to 2.3.23
SVN-Revision: 26266
Stephen Walker [Tue, 22 Mar 2011 01:41:33 +0000 (01:41 +0000)]
[packages] tor-alpha: update to 0.2.2.23-alpha, add missing librt dependency, use secure urls
SVN-Revision: 26265
Daniel Dickinson [Tue, 22 Mar 2011 00:39:37 +0000 (00:39 +0000)]
[net] Telephony: Yate: Added packages for files under /usr/share/yate, and created a minimal package collection for easy install.
SVN-Revision: 26263
Daniel Dickinson [Tue, 22 Mar 2011 00:35:30 +0000 (00:35 +0000)]
[libs] zaptel-1.4.x: Added hotplug script to create correct Zaptel device nodes (hotplug's autocreate does the wrong thing).
SVN-Revision: 26262
Daniel Dickinson [Mon, 21 Mar 2011 16:45:31 +0000 (16:45 +0000)]
[net] Telephony: Yate: Fixed build problems that prevented server modules from loading. (Must not use libtool fixup). Also added copy of SNMP files to /usr/share/yate/data as is expected when the ysnmpagent module is installed. Also switched to using PKG_INSTALL instead of copying object from source/build tree.
SVN-Revision: 26256
Jo-Philipp Wich [Mon, 21 Mar 2011 06:42:07 +0000 (06:42 +0000)]
[packages] binutils: fix linking to libiberty (#9048)
SVN-Revision: 26254
Travis Kemen [Sun, 20 Mar 2011 01:29:40 +0000 (01:29 +0000)]
Keep files in /etc/openvpn during sysupgrade
SVN-Revision: 26243
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
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
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
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
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
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
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
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
Alexandros C. Couloumbis [Wed, 16 Mar 2011 11:32:06 +0000 (11:32 +0000)]
net/mtr: remove libresolv dependency
SVN-Revision: 26188
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
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
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
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
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
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
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
Gabriel Kerneis [Mon, 14 Mar 2011 13:47:25 +0000 (13:47 +0000)]
[packages] babeld: patch minor bug until next release
SVN-Revision: 26159
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
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
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
Felix Fietkau [Sun, 13 Mar 2011 19:56:43 +0000 (19:56 +0000)]
openssh: do not touch /etc/services
SVN-Revision: 26149
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
Felix Fietkau [Sun, 13 Mar 2011 19:56:40 +0000 (19:56 +0000)]
leafnode: do not touch /etc/services
SVN-Revision: 26147
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
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
Felix Fietkau [Sun, 13 Mar 2011 19:56:33 +0000 (19:56 +0000)]
quagga: remove the postinst script
SVN-Revision: 26144
Felix Fietkau [Sun, 13 Mar 2011 19:12:01 +0000 (19:12 +0000)]
proftpd: remove the postinst script for users/groups
SVN-Revision: 26140
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
Michael Büsch [Sun, 13 Mar 2011 15:49:03 +0000 (15:49 +0000)]
python-sip: Refresh patch
SVN-Revision: 26122
Michael Büsch [Sun, 13 Mar 2011 15:27:56 +0000 (15:27 +0000)]
pyqt4: Update to latest stable
SVN-Revision: 26121
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
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
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
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
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
Daniel Dickinson [Sat, 12 Mar 2011 08:35:53 +0000 (08:35 +0000)]
[net] wireless: Moved snort-wireless to wireless submenu.
SVN-Revision: 26104
Daniel Dickinson [Sat, 12 Mar 2011 08:35:46 +0000 (08:35 +0000)]
[net] Firewall: Moved snort to Firewall submenu.
SVN-Revision: 26103
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
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
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
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
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
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
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
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
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
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
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
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
Daniel Dickinson [Sat, 12 Mar 2011 07:56:33 +0000 (07:56 +0000)]
[net] VPN: Moved opennhrp to VPN submenu.
SVN-Revision: 26090
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
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
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
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
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
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
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
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
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
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
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
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
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
Daniel Dickinson [Sat, 12 Mar 2011 07:07:52 +0000 (07:07 +0000)]
[net] Filesystem: Moved curlftpfs to Filesystem submenu.
SVN-Revision: 26075
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
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
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
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
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
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
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
Daniel Dickinson [Sat, 12 Mar 2011 05:53:23 +0000 (05:53 +0000)]
[net] airpwn: Moved airpwn to wireless submenu
SVN-Revision: 26067
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
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
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
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
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
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
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
Daniel Dickinson [Sat, 12 Mar 2011 01:39:53 +0000 (01:39 +0000)]
[net] chaosvpn: Moved chaosvpn to VPN submenu.
SVN-Revision: 26058
Daniel Dickinson [Sat, 12 Mar 2011 01:37:47 +0000 (01:37 +0000)]
[net] corkscrew: Moved corkscrew to SSH submenu
SVN-Revision: 26057
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
Daniel Dickinson [Sat, 12 Mar 2011 01:13:55 +0000 (01:13 +0000)]
[net] Firewall: Renamed firewall submenu to Firewall.
SVN-Revision: 26054
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
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
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
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
Daniel Dickinson [Sat, 12 Mar 2011 00:29:19 +0000 (00:29 +0000)]
[net] Telephony: Moved baresip to telephony submenu.
SVN-Revision: 26049