1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 03:43:53 +02:00
Commit Graph

263 Commits

Author SHA1 Message Date
Adze1502
7c2b22ca8d mwan3: update to version 1.5-9
Fix issue where config file would be overwritten in some cases
Fix issue where local address of wan point-to-point links were unreachable from lan

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-12-22 10:13:54 +01:00
Aedan ARFETT Renner
e27831d568 mwan3-luci: update to 1.3-5
new naming/wording - more generically mwan than mwan3
renamed cryptic variables/functions/etc everywhere
removed unused and unnecessary variables everywhere
cleaned up ugly and inefficient Lua and Javascript

Signed-off-by: Aedan Renner chipdankly@gmail.com
2014-11-11 23:00:13 +01:00
Aedan Renner
a1d8519b7d mwan3-luci: update to 1.3-4
put dummy echo command back in hotplug script send_alert function to avoid errors

Signed-off-by: Aedan Renner chipdankly@gmail.com
2014-11-11 23:00:13 +01:00
Aedan Renner
b128beaf2a mwan3-luci: update to 1.3-3
corrected name of last_resort option from "main" to "default"
added blackhole option to policy selection on rule configuration

Signed-off-by: Aedan Renner <chipdankly@gmail.com>
2014-11-11 23:00:13 +01:00
Aedan ARFETT Renner
6c1e1705b1 mwan3-luci: update to 1.3-2
added support for new last_resort option for policy configuration
added dependencies for luci-mod-admin-full and luci-lib-nixio
shortened length of menuconfig description lines
reworded things on various pages
changed date formatting in custom hotplug script
default route checks now verify both destination/netmask are 0.0.0.0
condensed messy javascript lines and removed -F' ' from awk commands

Signed-off-by: Aedan Renner <chipdankly@gmail.com>
2014-11-11 23:00:13 +01:00
Jo-Philipp Wich
6f089246a1 freeradius2: relax SSL version checks
Merge upstream commit 5ae2a70a135062a025d8fabc104eeae3a2c53a7a to relax the
SSL library version check at runtime.

The objective is to avoid the need for rebuilding freeradius2 whenever we push
binary updates for libopenssl. See https://dev.openwrt.org/ticket/18169 for
reference.

Please backport this change to the for-14.07 branch as well.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-11-11 11:14:17 +01:00
Jo-Philipp Wich
e9189f2efd wget: update to v1.16
The update fixes CVE-2014-4877 which allows malicious FTP servers
to modify local filesystem contents through specificially crafted
symlinks.

Please backport to for-14.07 too.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-30 11:31:56 +01:00
Nikos Mavrogiannopoulos
d83d5f6806 openconnect: fixed description of ca file location
Resolves #407
2014-10-09 22:15:20 +02:00
Adze1502
e6ea22ec3c mwan3: update to version 1.5-8
Fix bug introduced in version 1.5-7; args were not parsed to script.

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-10-07 14:04:53 +02:00
Adze1502
4c5ee1bc42 mwan3: update to version 1.5-7
Fixed issue where an manual ifup-ed interface would immediatly go down again
Remove from init as mwan3 is not a service

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-10-07 14:04:39 +02:00
Adze1502
4cc7f9d09d mwan3: update to version 1.5-6
Fixed issue where mwan3 would not immediately set interface down on link-loss event
Added feature to define last-resort action on policies with no members

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-10-07 14:04:22 +02:00
Adze1502
5a6a54e377 mwan3: update to version 1.5-4
Fix issue with more than one link route on a wan interface

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-10-07 14:04:00 +02:00
Bruno Randolf
02ae80a871 horst: Add horst version 4.2
horst 3.0 from oldpackages does not work well with the new mac80211 drivers
of 14.07, so please consider to merge this...

Signed-off-by: Bruno Randolf <br1@einfach.org>
2014-10-02 09:16:41 +01:00
Nikos Mavrogiannopoulos
04e21e66e2 openconnect: increased the timeout value for retrying
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-28 18:26:45 +02:00
sbyx
cd4e751ea1 Merge pull request #346 from salzmdan/for-14.07
knot: update to 1.5.3.
2014-09-23 09:20:09 +02:00
Daniel Salzman
a388c3e182 knot: update to 1.5.3.
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2014-09-22 15:14:31 +02:00
Christian Schoenebeck
2b66b4902d xinetd: socket bind: Invalid argument (errno = 22) when using USERID on ipv6
copied from trunk

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-17 21:03:59 +02:00
Christian Schoenebeck
5ae277cd9b Add PKG_LICENSE and MAINTAINER
Add PKG_LICENSE and MAINTAINER and update PKG_RELEASE
2014-09-16 05:28:22 +02:00
Christian Schoenebeck
a0f29822e0 start via hotplug only if enabled
To be consistent with other services only start via hotplug if enabled.
Now full functionality of /etc/init.d/ddns enable/disable start/stop

Optimization: Include script only if needed
2014-09-16 05:23:55 +02:00
Christian Schoenebeck
2472014a7d only start via hotplug not via boot
Hotplug script will start service for each interface.
To prevent duplicates and in general must not start on boot.
2014-09-16 05:20:52 +02:00
Christian Schoenebeck
aabc203d54 delete editor backup file
delete editor backup file
2014-09-16 05:17:45 +02:00
Christian Schoenebeck
8d1f73fd26 Add "spdns.de" and "duiadns.net" services
Add "spdns.de" and "duiadns.net" services

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-16 05:15:59 +02:00
Nikos Mavrogiannopoulos
1a5a2dd446 openconnect: openconnect-wrapper would trap signals and send the correct one to server
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-01 01:10:14 +02:00
Nikos Mavrogiannopoulos
45922bb086 openconnect: set config variable on teardown and correctly pass the password
This addresses https://dev.openwrt.org/ticket/16634

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-01 00:28:32 +02:00
Nikos Mavrogiannopoulos
b90c261d34 ocserv: updated to 0.8.4
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-27 18:23:33 +02:00
Nikos Mavrogiannopoulos
fe1862d395 ocserv: use the system's protocol buffers by default
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-27 18:22:46 +02:00
Nikos Mavrogiannopoulos
bda3dc01cf ocserv: added various patches
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-23 18:32:58 +02:00
Adze1502
a99e2c7a7c mwan3: update to version 1.5-4
Fix issue #219: Policy status output returns arithmetic syntax error

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-08-21 09:17:56 +02:00
Steven Barth
7c3d7ca550 Revert "xl2tpd: rename netifd protocol handler to l2tpv2 to avoid clashes with l2tpv3"
This reverts commit 981f2da457.
OpenWrt wiki knew l2tp from l2tpv3tun, but luci knew l2tp from xl2tpd
2014-08-18 11:37:31 +02:00
Adze1502
7d2477e9ae mwan3: update to version 1.5-3
Better way of fixing the "icmp unreachable exits wrong interface" problem

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-08-16 09:03:14 +02:00
Adze1502
697bc45b2a mwan3: Update to version 1.5-2
Fix issue icmp unreachables go out wrong interface
Remove unnecessary line

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-08-16 09:03:00 +02:00
Adze1502
5623b229b7 mwan3: Update to version 1.5-1
Add iptables -w option, which increases stability, requires iptables v1.4.20.
Code cleanup

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-08-16 09:02:44 +02:00
Aedan ARFETT Renner
ac55d3ef7a version bumped to 1.3-1
shortened title so it fits on menuconfig screen
added newline in description so no menuconfig side scrolling required

Signed-off-by: Aedan Renner chipdankly@gmail.com
2014-08-16 09:02:24 +02:00
Aedan ARFETT Renner
f9d5435f95 Upload of mwan3 LuCI package for OpenWrt feeds.
Signed-off-by: Aedan Renner chipdankly@gmail.com
2014-08-16 08:59:58 +02:00
Adze1502
e35caf0640 Add mwan3 to packages feed
Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-08-16 08:59:30 +02:00
Martin Johansson
202622f351 umurmur: Set PKG_LICENSE
Signed-off-by: Martin Johansson <martin@fatbob.nu>
2014-08-14 21:32:29 +02:00
Martin Johansson
1e83236297 Add package umurmur. Add myself as maintainer.
Signed-off-by: Martin Johansson <martin@fatbob.nu>
2014-08-14 21:30:49 +02:00
Karl Palsson
fd1ae3eae7 net/mosquitto: Bump to version 1.3.4
A minor point release.

* Don’t ask client for certificate when require_certificate is false.
* Fix incorrect handling of anonymous bridges on the local broker.
* backout incomplete functionality incorrectly added in 1.3.2

Signed-off-by: Karl Palsson <karlp@remake.is>
2014-08-11 11:46:38 +00:00
Steven Barth
0d2bb57c7c tinyproxy: fix CVE-2012-3505
Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-11 12:38:07 +02:00
Steven Barth
43eee5162b sslh: upstream has added COPYING files which changed md5sum
Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-07 11:19:21 +02:00
Nikos Mavrogiannopoulos
5b365e9315 ocserv: avoid setting up the firewall from ocserv.init
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-01 20:59:28 +02:00
Nikos Mavrogiannopoulos
ec45943003 Added maintainer
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-07-31 19:24:52 +02:00
Nikos Mavrogiannopoulos
43d1d069fa ocserv: upgraded to 0.8.2
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-07-26 11:17:25 +02:00
Nikos Mavrogiannopoulos
8d9e70b520 ocserv: fixed issue that caused the removal of ocserv-script.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-07-26 11:02:22 +02:00
Nikos Mavrogiannopoulos
44c96038c4 luci-app-ocserv: restart service on user add/remove
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-07-26 10:30:01 +02:00
Nikos Mavrogiannopoulos
fa34d7ec9f openconnect: added fix for handshake timeout
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-07-26 10:13:46 +02:00
Álvaro Fernández Rojas
16e27e02ab udpxy: add license.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-07-25 20:57:47 +02:00
sbyx
bc761570d4 Merge pull request #125 from ukleinek/iodine
net/iodine: config updates
2014-07-24 14:25:56 +02:00
chris5560
02491213fc [packages] tinyproxy: logging problems
1.) No SysLog possible because keyword misspelled
In tinyproxy.conf and tinyproxy.config the parameter is correct spelled
with small "l"
2.) No logging as non root user
The default is that tinyproxy deamon run as nobody:nogroup, but they have no permission to /var/log/ or any other location.
So touch and change permission for logfile during startup

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-07-24 14:19:12 +02:00
Uwe Kleine-König
a66f9e8854 net/iodine: make address config optional
In the absense of an address entry bind to all interfaces which is also
iodined's default when -l isn't given.

Signed-off-by: Uwe Kleine-König <uwe+openwrt@kleine-koenig.org>
2014-07-24 09:56:09 +02:00
Uwe Kleine-König
4e09eeb4ae net/iodine: make port configurable
Fall back to the default DNS port (i.e. 53). If you configure something
different than 53 this results in a warning from iodined:

	ALERT! Other dns servers expect you to run on port 53.
	You must manually forward port 53 to port $port for things to work.

This is obviously true.

Signed-off-by: Uwe Kleine-König <uwe+openwrt@kleine-koenig.org>
2014-07-24 09:41:56 +02:00
chris5560
a909d2d7a2 [PATCH] lighttpd: errorlog failed as non root user
if running as non root user (what's should be the default on web-servers) you get:
(log.c.118) opening errorlog '/var/log/lighttpd/server.log' failed: Permission denied

Fix: create log directory only if not exist and chmod 777 to allow anyone 
to write and create files inside default log directory

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-07-23 21:50:16 +02:00
Cezary Jackiewicz
35e235ab07 Import aria2 from oldpackages, update to 1.18.7 2014-07-22 22:38:10 +02:00
sbyx
f94dce1ab4 Merge pull request #111 from equinox0815/uanytun-gcrypt
reenabled libgcrypt and make it the default again
2014-07-22 18:05:20 +02:00
Christian Pointner
45d4c1b288 reenabled libgcrypt and make it the default again
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2014-07-22 00:17:44 +02:00
Uwe Kleine-König
d1f21a7ad6 net/iodine: grab maintainership and add license info
Signed-off-by: Uwe Kleine-König <uwe+openwrt@kleine-koenig.org>
2014-07-21 21:29:40 +02:00
Uwe Kleine-König
7d5784fc51 net/iodine: upgrade to version 0.7.0
This is compatible to 0.6.0-rc1 client and servers and fixes an
authentication bypass bug (CVE-2014-4168).

Signed-off-by: Uwe Kleine-König <uwe+openwrt@kleine-koenig.org>
2014-07-21 21:29:40 +02:00
Uwe Kleine-König
f22fc16043 net/iodine: import from old packages
No further changes.
2014-07-21 21:29:34 +02:00
Nikos Mavrogiannopoulos
65718af1fc openconnect: updated description
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-07-21 19:13:39 +02:00
Hannu Nyman
add53caa84 vsftpd: Add TLS/SSL example options. Bump PKG_RELEASE and copyright year.
I did not define myself as the maintainer, as the package already had one.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2014-07-21 19:46:34 +03:00
Hannu Nyman
aff2e9e764 vsftpd: import from oldpackages. No changes. 2014-07-21 19:40:36 +03:00
Thomas Heil
bbfeac7e06 haproxy: fixes from upstream
[PATCH 6/6] BUG/MEDIUM: connection: fix proxy v2 header again!

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-07-21 17:57:31 +02:00
Steven Barth
08ae493776 l2tpv3tun: remove due to being deprecated
Signed-off-by: Steven Barth <steven@midlink.org>
2014-07-21 16:55:19 +02:00
sbyx
cbfba10210 Merge pull request #53 from heil/prosody
prosody: import from packages, add myself as the maintainer
2014-07-21 16:39:08 +02:00
Jonas Gorski
272014632f znc: update to 1.4
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2014-07-19 17:20:36 +02:00
Jonas Gorski
6a9cdf5d93 znc: copy from old packages and add PKG_LICENSE
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2014-07-19 17:20:24 +02:00
Jonathan McCrohan
a5ccfeaafe mtr: import from old packages
update from v0.82 to v0.85

set myself as maintainer

drop out of date patches:
patches/520-libresolv_fix.patch
patches/521-gtk_fix.patch

backport 25a2456 from upstream to fix glib dependency issue:
patches/521-glib-dependency-fixes.patch

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2014-07-19 14:18:37 +01:00
W. Michael Petullo
9b3a76017c lighttpd: update to 1.4.35
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo
1e122071b1 Copy lighttpd package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo
8c95cf3a12 krb5: update source URL and add build fix patch
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo
a7bb98aab9 krb5: remove some obsolete patches
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo
0a15ad8c83 krb5: update to 1.12.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo
c3866b4441 Copy krb5 package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
Steven Barth
30a979a992 l2tpv3tun: import from oldpackages
Signed-off-by: Steven Barth <steven@midlink.org>
2014-07-19 12:19:41 +02:00
Steven Barth
981f2da457 xl2tpd: rename netifd protocol handler to l2tpv2 to avoid clashes with l2tpv3
Signed-off-by: Steven Barth <steven@midlink.org>
2014-07-19 12:13:40 +02:00
John Crispin
4cb5f96293 nsd: fix build_varaint usage
without this only 1 of n variants builds, all others fail

Signed-off-by: John Crispin <blogic@openwrt.org>
2014-07-17 18:02:47 +01:00
John Crispin
4e0957cf33 ctorrent-svn: update download url
old url is dead.

Signed-off-by: John Crispin <blogic@openwrt.org>
2014-07-17 17:52:25 +01:00
John Crispin
34f9d6f45b rtorrent: missing LDFLAG
libtorrent requires zlib to be linked

Signed-off-by: John Crispin <blogic@openwrt.org>
2014-07-17 17:50:58 +01:00
Steven Barth
0086bfb04c nsd: use builtin libevent
Signed-off-by: Steven Barth <steven@midlink.org>
2014-07-18 16:03:14 +02:00
Thomas Heil
6785138bca haproxy: fixes from upstream
[PATCH 4/5] BUG/MINOR: http: base32+src should use the big endian
[PATCH 5/5] BUG/MEDIUM: connection: fix memory corruption when

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-07-18 14:58:29 +02:00
Steven Barth
e373aa5868 Disable various plugins with mising dependencies
Signed-off-by: Steven Barth <steven@midlink.org>
2014-07-18 12:01:33 +02:00
Steven Barth
4d5d3f47d1 ntpd: remove spurious libelf dependency
Signed-off-by: Steven Barth <steven@midlink.org>
2014-07-18 11:41:11 +02:00
Steven Barth
bf2d6236ea net-snmp: remove spurious libelf dependency
Signed-off-by: Steven Barth <steven@midlink.org>
2014-07-18 11:33:13 +02:00
Steven Barth
6f9f48eba7 Fix dependencies of LuCI modules
Signed-off-by: Steven Barth <steven@midlink.org>
2014-07-18 11:09:10 +02:00
sbyx
483e09bdb2 Merge pull request #98 from salzmdan/master
knot: update to 1.5.0.
2014-07-16 11:19:56 +02:00
Daniel Salzman
cebfdc6992 knot: update to 1.5.0.
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2014-07-16 10:29:24 +02:00
Zhao, Gang
e294483b40 Add package shadowsocks-client
Signed-off-by: Zhao, Gang <gang.zhao.42@gmail.com>
2014-07-16 12:03:58 +08:00
Thomas Heil
d49fd62acd haproxy: fixes from upstream
[PATCH 3/3] BUG/MEDIUM: ssl: Fix a memory leak in DHE key exchange

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-07-15 17:41:01 +02:00
Thomas Heil
48438302f5 haproxy: bump to version 1.5.2
- [RELEASE] Released version 1.5.2
 - [PATCH 1/2] DOC: mention that Squid correctly responds 400 to PPv2
 - [PATCH 2/2] DOC: fix typo in Unix Socket commands

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-07-14 17:02:53 +02:00
Karl Palsson
207073f694 net/mosquitto: Bump to version 1.3.2
This is a bugfix and security release.

Full details available at:
http://mosquitto.org/2014/07/version-1-3-2-released/

Signed-off-by: Karl Palsson <karlp@remake.is>
2014-07-14 12:17:47 +00:00
Vasilis Tsiligiannis
77cc875724 nsd: Add new package
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2014-07-14 12:12:18 +03:00
sbyx
3339a690a0 Merge pull request #90 from mstorchak/transmission
transmission: import from packages, update to latest
2014-07-13 13:22:35 +02:00
Maxim Storchak
b459aad260 transmission: import from packages, update to latest
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-07-13 13:53:55 +03:00
Maxim Storchak
6c73b3c945 wget: import from packages
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-07-13 13:25:38 +03:00
Thomas Heil
10d9b68c49 haproxy: fixes from upstream
- [PATCH 22/25] DOC: minor fix on {sc,src}_kbytes_{in,out}
 - [PATCH 23/25] DOC: fix alphabetical sort of converters
 - [PATCH 24/25] BUG/MAJOR: http: correctly rewind the request body
 - [PATCH 25/25] DOC: remove references to CPU=native in the README

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-07-12 13:45:36 +02:00
Thomas Heil
08379648ee apache: import from oldpackages, add myself as maintainer, add license
information, update source-url update to v2.2.27

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-07-12 13:40:35 +02:00
Thomas Heil
0661fbcf90 haproxy: fixes from upstream
this patch series mainly fixes a lot of reported issues in conjuction with
abstract socktet handling, improved the docs about the stats

 - [PATCH 13/21] BUILD: http: fix isdigit & isspace warnings on Solaris
 - [PATCH 14/21] BUG/MINOR: listener: set the listener's fd to -1 after
 - [PATCH 15/21] BUG/MEDIUM: unix: failed abstract socket binding is
 - [PATCH 16/21] MEDIUM: listener: implement a per-protocol pause()
 - [PATCH 17/21] MEDIUM: listener: support rebinding during resume()
 - [PATCH 18/21] BUG/MEDIUM: unix: completely unbind abstract sockets
 - [PATCH 19/21] DOC: explicitly mention the limits of abstract
 - [PATCH 20/21] DOC: expand the docs for the provided stats.
 - [PATCH 21/21] BUG/MEDIUM: backend: Update hash to use unsigned int

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-07-10 13:51:27 +02:00
Jonathan McCrohan
0533383534 Merge pull request #83 from jmccrohan/muninlite
muninlite,xinetd: Import from oldpackages, add myself as maintainer
2014-07-09 00:35:14 +01:00
Jonathan McCrohan
5b0c015de8 xinetd: Import from oldpackages, add myself as maintainer
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2014-07-09 00:32:45 +01:00
Nikos Mavrogiannopoulos
c306838474 ocserv: do not set default-domain
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-07-09 00:39:01 +02:00