Commit graph

872 commits

Author SHA1 Message Date
Marko Ratkaj
c05980909c squid: update to 3.5.2
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-03-06 23:29:26 +01:00
Sebastian Moeller
1b5afe8f46 sqm-scripts: make run.sh ignore spurious incomplete hotplug ifups
During system start up pppoe devices seem to receice ifup events before
the interface actually exists. This commit makes sqm's run.sh script
test whether the sys files for an interface exist before actually trying
to start an SQM instance on an interface. This seems to nicely avoid
starting on an not fully established pppoe interface and avoids a number
of error messages during startup.

In addition, debug logging is disabled.

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-03-05 16:23:42 +01:00
Álvaro Fernández Rojas
fd62435cd4 udpxy: fix build on OS X and clean up Makefile
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-05 13:52:38 +01:00
Dirk Neukirchen
2e723d4019 ocserv: fix libcrypt location
fix build errors on Arch Linux/Fedora 20

config.log trying to link with /usr/lib/libcrypt.so
/usr/lib/libcrypt.so: undefined reference to `memset@GLIBC_2.2.5'

linkage is AC_LIB_HAVE_LINKFLAGS macro behaviour
see http://marc.info/?l=gnulib-bug&m=129660262901148

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-04 21:32:53 +01:00
Dirk Neukirchen
12e57878fe nfs-kernel-server: fix build with libblkid, libuuid
config.log reports
WARNING: uuid support disabled as libblkid is too old
because the test macro AC_BLKID_VERS is not cross compile friendly
resulting in libblkid_cv_is_recent=unknown

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-04 19:31:57 +01:00
Sebastian Moeller
5b61cfba07 Teach SQM hotplug tricks
Some interfaces like wan-pppoe go away, when the ppp connection is lost
and get recreated once the link is established again. SQM now
has its own hotplug script to re-enable itself on the interfae just hotplugged.
SQM will not touch other instances of itself running on other interfaces
if called by hotplug.d. The implementation now allows this functionality by
calling run.sh like:
/usr/lib/sqm/run.sh interface YOUR_INTERFACE_NAME_HERE
e.g.: /usr/lib/sqm/run.sh interface ge00-pppoe
If called with a specific interface SQM will only try to disable itself
on that interface to clean up all left over state and the re-enable
itself on just that interface. Hopefully that allows for better service
with instable interfaces like pppoe. The current code passes a simple manual
stop start test of the ge00-pppoe interface from the GUI and does seem
to do the right thing, at least on cerowrt 3.10.50-1...
2015-03-03 17:49:50 +01:00
John Szakmeister
2720fe57e5 Upgrade socat to 1.7.3.0.
The cross-compiling patch is no longer necessary.  Also added librt as a
dependency, since it is required.  This also fixes an issue where
support for linux/errqueue.h was not being detected correctly and
causing a build failure with 3.18.

Signed-off-by: John Szakmeister <john@szakmeister.net>
2015-03-03 06:39:43 -05:00
Maxim Storchak
1e4684c236 wget: update to 1.16.2
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-03-02 10:22:05 +02:00
Steven Barth
04f065b3ea Merge pull request #938 from kissg1988/seafile
seafile: deleted outdated patch
2015-03-02 08:00:03 +01:00
Steven Barth
762fafebb9 Merge pull request #873 from jow-/umurmur-autoconf-fix
umurmur: use generic autoreconf fixup
2015-03-02 07:58:20 +01:00
Ted Hess
5d4867ab2f Merge pull request #965 from chris5560/master
ddns-scripts: implements usage of nsupdate to direct update DNS servers
2015-02-28 20:50:55 -05:00
Ted Hess
5fa6635e9b Merge pull request #941 from commodo/ovs-fix
openvswitch: limit package to supported kernel versions
2015-02-28 20:44:48 -05:00
Christian Schoenebeck
fad616a4cc ddns-scripts: implements usage of nsupdate to direct update DNS servers
* new service "bind-nsupdate" using nsupdate to directly updates a PowerDNS or Bind server via nsupdate.
  suggested by Jan Riechers (Pull #957) many thanks!
* updated tld-names.dat

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-02-28 16:43:02 +01:00
Othmar Truniger
1ab82e2f30 apcupsd: add driver modbus-usb
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-02-24 22:41:53 +01:00
Johannes Morgenroth
1b5ba1b255 ibrdtn-tools: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-02-24 17:43:36 +01:00
Johannes Morgenroth
c9f59276bf ibrdtnd: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-02-24 17:43:36 +01:00
Karl Palsson
7c2f386e2d net: mosquitto: Fix libwebsockets detection
Patch suggested from upstream.  Bumping release and including the patch
directly until a point release is available.

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-02-23 15:24:37 +00:00
Ted Hess
77aea53dae Merge pull request #950 from salzmdan/master
knot: update to 1.6.2
2015-02-23 09:41:38 -05:00
Daniel Salzman
6d95de9181 knot: update to 1.6.2
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2015-02-23 09:07:16 +01:00
Ted Hess
75fa8ea9ac Merge pull request #947 from MikePetullo/master
krb5: update to 1.13.1
2015-02-22 18:33:38 -05:00
Nicolas Thill
b89f0c54fd pen: update to 0.27.1
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 23:57:51 +01:00
W. Michael Petullo
a581d888a2 krb5: update to 1.13.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-02-22 17:36:34 -05:00
Ted Hess
38e0c6bbbb Merge pull request #939 from morgenroth/Add-redsocks
redsocks: add new package
2015-02-22 14:22:50 -05:00
Ted Hess
cf028c5cef Merge pull request #940 from tru7/apcupsd
apcupsd: add cgi module
2015-02-22 13:09:05 -05:00
Johannes Morgenroth
8c0260db9e redsocks: add new package
Redsocks is a daemon running on the local system, that will transparently
tunnel any TCP connection via a remote SOCKS4, SOCKS5 or HTTP proxy server. It
uses the system firewall's redirection facility to intercept TCP connections,
thus the redirection is system-wide, with fine-grained control, and does
not depend on LD_PRELOAD libraries.

Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-02-22 17:11:33 +01:00
Nicolas Thill
e24dfafb01 remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 02:37:56 +01:00
Nicolas Thill
cd21cbb82e mosquitto: don't depend on websocket for -nossl variant
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 02:36:35 +01:00
Alexandru Ardelean
3593bef259 openvswitch: limit package to supported kernel versions
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-02-21 19:54:20 +02:00
Othmar Truniger
dda1acfefa apcupsd: add cgi module
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-02-21 18:11:57 +01:00
Gergely Kiss
5d276af52a seafile: deleted outdated patch
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-02-20 23:15:07 +01:00
Karl Palsson
f3566f4809 net: mosquitto: add missing libuuid dependency
Improper patch resolution when importing this from it's development
repository :(

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-02-20 16:56:28 +00:00
Karl Palsson
07eb064392 net: mosquitto: overhaul uci conversion script
Support more options that came with mosquitto 1.4
Use more built in functions to make script simpler to read and easier to
extend.

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-02-20 16:49:17 +00:00
Karl Palsson
a584b3efe8 net: mosquitto: Bump to 1.4 release
Of particular note, this adds optional support for websockets. This
defaults to enabled, as it's the biggest new feature in this release.
A config item is provided to disable it for manual use.

Full release notes: http://mosquitto.org/2015/02/version-1-4-released/

This also remove some build workarounds that are no longer required for
newer versions of mosquitto.

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-02-20 16:48:08 +00:00
Maxim Storchak
4a299c8652 tgt: unquote 'device' and 'file' to make them keywords, not literals
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-02-18 15:22:48 +02:00
Nikos Mavrogiannopoulos
5836fe34e9 ocserv: updated to 0.9.2
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-18 08:18:46 +01:00
Stijn Tintel
bee2865492 net-snmp: monitor ifindex changes
When an ifindex for an interface changes, some monitoring tools can no
longer find the interface and send alerts. Monitor all network
interfaces via the procd netdev parameter, so that
/etc/init.d/snmpd reload will restart snmpd if any ifindex changed.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2015-02-18 06:19:59 +01:00
Stijn Tintel
53fc8d3191 net-snmp: cosmetic changes in snmpd init script
- Refactor RUN_C into CONFIGFILE, as used in dnsmasq and igmpproxy init
  scripts.
- Add a newline after each function definition.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2015-02-18 06:01:19 +01:00
Stijn Tintel
8faff3334f net-snmp: convert snmpd to procd
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2015-02-18 05:05:27 +01:00
Stijn Tintel
e2b43afc85 net-snmp: remove /etc/default/snmpd Debianism
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2015-02-18 04:46:05 +01:00
Ted Hess
a3bacc1389 Merge pull request #919 from tru7/apcupsd
apcupsd: move from old packages and Makefile updated
2015-02-17 18:44:40 -05:00
Othmar Truniger
a460965a67 apcupsd: move from old packages and Makefile updated
Signed-off-by: Othmar Truniger <Othmar Truniger github@truniger.ch>
2015-02-17 23:14:27 +01:00
Nikos Mavrogiannopoulos
21e433324e openconnect: backup hook scripts as well
Resolves #882

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-17 22:11:52 +01:00
Steven Barth
bcc6a7766c Merge pull request #913 from mstorchak/tgt
tgt: allow to export devices in addition to files; define reload_service as stop+start
2015-02-17 15:55:06 +01:00
Nicolas Thill
84e9cf801c pen: update to 0.27.0
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-17 05:48:41 +01:00
Maxim Storchak
accb5447e8 tgt: allow to export devices in addition to files; define reload_service as stop+start
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-02-16 10:58:53 +02:00
Steven Barth
09a5633817 Merge pull request #910 from chris5560/master-privoxy
privoxy: remove upgrade handling, conffile and initscript fixes
2015-02-16 09:48:20 +01:00
Maxim Storchak
6e9b8e6a52 rsync: patch CVE-2014-9512
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-02-15 19:43:16 +02:00
Christian Schoenebeck
87b9255c03 privoxy: remove upgrade handling, conffile and initscript fixes
* remove upgrade handling for version 3.0.21 or older packages. Also fix #726
* added user.action, user.filter and user.trust files to conffiles (might be modified by user on running system)
* move permission setting from Makefile (install) to initscript because permissions are overwritten during/inside buildroot

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-02-15 16:58:43 +01:00
Daniel Golle
ce83241311 ulogd: backport upstream fixes
Fixes https://github.com/openwrt/packages/issues/908

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-02-15 16:23:50 +01:00
Nikos Mavrogiannopoulos
72fa0f7ac8 ocserv: updated to 0.9.1
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-15 15:21:48 +01:00
Thomas Heil
8609cc44e7 haproxy: update to version 1.5.11 and pending patches
- BUG/MEDIUM: backend: correctly detect the domain when use_domain_only is used
     - MINOR: ssl: load certificates in alphabetical order
     - BUG/MINOR: checks: prevent http keep-alive with http-check expect
     - BUG/MEDIUM: Do not set agent health to zero if server is disabled in config
     - MEDIUM/BUG: Only explicitly report "DOWN (agent)" if the agent health is zero
     - BUG/MINOR: stats:Fix incorrect printf type.
     - DOC: add missing entry for log-format and clarify the text
     - BUG/MEDIUM: http: fix header removal when previous header ends with pure LF
     - BUG/MEDIUM: channel: fix possible integer overflow on reserved size computation
     - BUG/MINOR: channel: compare to_forward with buf->i, not buf->size
     - MINOR: channel: add channel_in_transit()
     - MEDIUM: channel: make buffer_reserved() use channel_in_transit()
     - MEDIUM: channel: make bi_avail() use channel_in_transit()
     - BUG/MEDIUM: channel: don't schedule data in transit for leaving until connected
     - BUG/MAJOR: log: don't try to emit a log if no logger is set
     - BUG/MINOR: args: add missing entry for ARGT_MAP in arg_type_names
     - BUG/MEDIUM: http: make http-request set-header compute the string before removal
     - BUG/MINOR: http: fix incorrect header value offset in replace-hdr/replace-value
     - BUG/MINOR: http: abort request processing on filter failure
     - BUG/MINOR: pattern: error message missing
     - BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2015-02-15 14:26:03 +01:00
Daniel Gimpelevich
0075f283ef fakeidentd: import from oldpackages
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-02-14 12:19:13 -05:00
Nikos Mavrogiannopoulos
201ef91c32 ocserv: added option to use seccomp
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-14 13:40:29 +01:00
Steven Barth
dd6b14a833 Merge pull request #904 from tru7/patch-2
knxd: update Makefile to new version
2015-02-14 11:33:50 +01:00
Steven Barth
164c7eea6e Merge pull request #903 from tru7/patch-1
knxd: improve init script
2015-02-14 11:33:40 +01:00
Othmar Truniger
dd223dd1ff knxd: update Makefile to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-02-13 19:36:44 +01:00
Othmar Truniger
31a4a47dd0 knxd: improve init script
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-02-13 19:34:17 +01:00
Heiner Kallweit
2cfb8c6c2a unbound: bump to version 1.5.1
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
2015-02-12 21:01:12 +01:00
Heiner Kallweit
f2370ca1db unbound: bump named.cache to latest version from Nov 2014
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
2015-02-12 21:00:13 +01:00
Ted Hess
be72dc43b4 Merge pull request #891 from psycho-nico/fix-dmapd-issue-890
dmapd: make check library optionnal
2015-02-12 11:12:01 -05:00
Steven Barth
0b4aa71a32 Merge pull request #893 from chris5560/master
ddns-scripts: update to version 2.3.0-1
2015-02-11 10:12:53 +01:00
Steven Barth
5945521662 Merge pull request #894 from kissg1988/seafile
seafile: update to version 4.0.6
2015-02-11 10:12:36 +01:00
Gergely Kiss
05264f3f00 seafile: update to version 4.0.6
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-02-10 23:56:28 +01:00
Christian Schoenebeck
5731d0e52d ddns-scripts: update to version 2.3.0-1
new option "use_curl" to force the use of curl if GNU Wget and curl are installed
fix initscript reload(): reload and not restart if killall -1 fails
BusyBox nc not support -v in every compiled version

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-02-10 22:06:02 +01:00
Nicolas Thill
278105df8e dmapd: make check library optionnal
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-10 12:08:28 +01:00
Peter Wagner
a957258b78 ntpd: update to 4.2.8p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-02-09 14:41:44 +01:00
Peter Wagner
ea86770688 git: update to 2.3.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-02-09 14:40:01 +01:00
tripolar
ac152121f3 Merge pull request #870 from jow-/rtorrent-autoconf-fix
rtorrent: remove manual autoconf invocation
2015-02-09 14:36:58 +01:00
Nicolas Thill
bf2c0d7fdb pen: update to 0.26.1
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-08 19:13:16 +01:00
Nikos Mavrogiannopoulos
dca4c16156 Merge pull request #863 from danielg4/master
openconnect: separate out vpnc-scripts and import vpnc
2015-02-08 19:04:05 +01:00
Christian Schoenebeck
abdd1593f8 privoxy: modified init scripts
remove "killall" from initscript because it kills itself #867

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-02-08 16:50:16 +01:00
Steven Barth
afaf425278 Merge pull request #862 from chris5560/master
ddns-scripts: Update to version 2.2.0-1
2015-02-08 16:08:01 +01:00
Jo-Philipp Wich
a1fa6125ba umurmur: use generic autoreconf fixup
Use the generic autoreconf facility to pickup proper variants of
autoconf, automake and libtool.

Remove the unneeded Build/Configure override.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-07 23:41:02 +01:00
Ted Hess
90869f37ad Merge pull request #872 from ZeroChaos-/aircrack-ng_v2
aircrack-ng: import from old packages
2015-02-07 16:59:55 -05:00
Jo-Philipp Wich
94822d00c8 rtorrent: remove manual autoconf invocation
The Makefile already uses the proper autoreconf fixup but leaves a manual
autoconf invocation in place.

The bad autoconf call leads to the following build error in the SDK:

	( cd .../rtorrent-0.9.4-git; ./autogen.sh );
	aclocal...
	autoheader...
	libtoolize... libtoolize nor glibtoolize not found
	make[2]: *** [.../rtorrent-0.9.4-git/.configured_] Error 1

Remove the entire Build/Configure override to let rtorrent build correctly.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-07 20:41:33 +01:00
Rick Farina (Zero_Chaos)
a9bc939166 aircrack-ng: import from old packages
cleanup, update to latest version, mark myself maintainer

Signed-off-by: Rick Farina (Zero_Chaos) <zerochaos@gentoo.org>
2015-02-07 14:15:41 -05:00
Nicolas Thill
460237b52e keepalived: import from old packages feed
- update to latest version (v1.2.15)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-07 11:10:03 +01:00
Daniel Gimpelevich
d16359b96e vpnc: initial import
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-02-06 14:07:29 -08:00
Daniel Gimpelevich
41f8d54650 openconnect: fix a couple of minor things and add an interface option
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-02-06 11:54:39 -08:00
Daniel Gimpelevich
a904a173ed openconnect: separate out vpnc-scripts
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-02-06 11:03:56 -08:00
Christian Schoenebeck
5b26382273 ddns-scripts: Update to version 2.2.0-1
modified source directory structure
  - files for production files
  - samples for sample files (not installed in final build)
modified Makefile
  - separate options for additional provider scripts
  - remove comments and empty lines from final build
add IPv4 100.64/10 (RFC 6598) and 169.254/16 (RFC 5735) to the range of default blocked IP's.
new option "bind_network" to force GNU Wget or cURL to use specific network/interface for communication
new "domains.google.com" as IPv4 DDNS provider #822

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-02-05 21:33:02 +01:00
Christian Schoenebeck
4437e87f93 privoxy: new upstream version 3.0.23
new upstream version 3.0.23

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-02-02 20:34:10 +01:00
Nicolas Thill
6bdc2e1eae nfs-kerne-server: fix host/build
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-02 13:35:48 +01:00
Peter Wagner
d09c153df0 nfs-kernel-server: update to 1.3.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-02-02 03:02:07 +01:00
Nicolas Thill
39c8784355 squid: disable netfilter-conntrack explicitly
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-01 23:56:07 +01:00
Nicolas Thill
cebdcd227f davfs2: add 'gettext-version' fixup
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-01 23:56:07 +01:00
Matthias Schiffer
07627d5c03 fastd: update to v17
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2015-01-29 07:10:11 +01:00
Luka Perkov
a1438cc5a8 e2guardian: add package
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-28 23:43:08 +01:00
Nikos Mavrogiannopoulos
1ed01ba09e openconnect: updated to 7.04
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-28 20:31:43 +01:00
Marko Ratkaj
2a9ddbcc54 dansguardian: minor fix in init script
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-01-28 11:20:17 +01:00
Marko Ratkaj
ae6f5aef85 dansguardian: fix trailing white spaces
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-01-28 09:47:54 +01:00
Luka Perkov
0fbe9331a9 dansguardian: import from old-packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-28 02:09:20 +01:00
Steven Barth
fa2c097b0d Merge pull request #827 from salzmdan/master
knot: update to 1.6.1
2015-01-27 14:25:38 +01:00
Daniel Salzman
fdfacf24ea knot: update to 1.6.1
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2015-01-27 09:36:15 +01:00
Luka Perkov
155398e723 snort: initial import from old-packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-25 23:36:45 +01:00
Nikos Mavrogiannopoulos
2201c608f2 Merge pull request #818 from probonopd/announce
announce: Announce services on the network with Zeroconf/Bonjour
2015-01-25 14:13:30 +01:00
probonopd
eeec3dcb4b announce: Announce services on the network with Zeroconf/Bonjour
Signed-off-by: Simon Peter <probono@puredarwin.org>
2015-01-25 11:52:21 +01:00
Nikos Mavrogiannopoulos
fd5970343d Merge pull request #816 from chris5560/master
luci-app-privoxy: will be moved to github/luci
2015-01-25 08:47:36 +01:00
Nikos Mavrogiannopoulos
e3e33e10dd ocserv: enable min-reauth-time in default configuration
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-24 13:59:08 +01:00
Christian Schoenebeck
5873f8023a luci-app-privoxy: will be moved to github/luci
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-24 10:06:04 +01:00
Zoltan HERPAI
3fa281e56e sshfs: import from oldpackages feed
- update to latest 2.5
 - add license info
 - add maintainer

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
2015-01-23 01:11:24 +01:00
Steven Barth
e5af27480e ola: mark as @BROKEN for now, breaks builds
Signed-off-by: Steven Barth <steven@midlink.org>
2015-01-22 20:38:35 +01:00
Jo-Philipp Wich
3505f198bb ola: use https:// urls for cloning
The SSH transport can trigger interactive prompts during the build,
this is failing all build bots atm.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-21 14:24:27 +01:00
Marko Ratkaj
b252299069 squid: bump to 3.4.11
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-01-21 14:08:46 +01:00
Nikos Mavrogiannopoulos
e54b709101 ocserv: added missing file 2015-01-21 07:58:46 +01:00
Nikos Mavrogiannopoulos
b83057ce9c ocserv: update to 0.9.0
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-20 22:24:18 +01:00
champtar
cabf81b35e Merge pull request #788 from teslamint/patch-1
coova-chilli: fix typo in Config.in
2015-01-20 21:01:38 +01:00
Christian Beier
47c306512d ola: Add an Open Lighting Architecture package.
The Open Lighting Architecture is a framework for lighting control information.
It supports a range of protocols and over a dozen USB devices. It can run as a
standalone service, which is useful for converting signals between protocols,
or alternatively using the OLA API, it can be used as the backend for lighting
control software. OLA runs on many different platforms including ARM, which
makes it a perfect fit for low cost Ethernet to DMX gateways.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
2015-01-20 12:11:48 +01:00
Nikos Mavrogiannopoulos
8a12c83e3e ocserv: prevent ocpasswd from using sha2crypt
That doesn't cope well with uclibc.
https://bugs.busybox.net/show_bug.cgi?id=7808

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-19 23:24:00 +01:00
Nikos Mavrogiannopoulos
1a67e62e7e ocserv: use ocserv.upgrade to save configured files
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-19 23:22:50 +01:00
Nikos Mavrogiannopoulos
7f0b553169 Revert "ocserv: store permanent config files in /etc/config"
This reverts commit 1c40fc1022.
2015-01-19 23:15:59 +01:00
Nikos Mavrogiannopoulos
500db547b8 openconnect: use openconnect.upgrade to save configured files
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-19 23:15:57 +01:00
Nikos Mavrogiannopoulos
ab50e4802f Revert "openconnect: move certificate files to config/ to add graceful upgrade"
This reverts commit b53e5bfe87.
2015-01-19 23:15:54 +01:00
Nikos Mavrogiannopoulos
cd73693255 Revert "openconnect: cmdline parameter for CA not moved"
This reverts commit fa8f547945.
2015-01-19 23:15:51 +01:00
Steven Barth
0dc928025b Merge pull request #800 from fededim/master
Davfs2: fixed issue with automake
2015-01-19 19:34:54 +01:00
Rupan
cb2f8a2b80 Davfs2: fixed issue with automake
Signed-off-by: Federico Di Marco fededim@gmail.com
2015-01-19 19:28:04 +01:00
Toke Høiland-Jørgensen
f05378ec6d Update radsecproxy package to v1.6.6. 2015-01-19 15:14:43 +01:00
Steven Barth
8c67f0c13f Merge pull request #793 from tru7/patch-1
linknx: update package with updated files
2015-01-19 07:53:49 +01:00
Nikos Mavrogiannopoulos
88e77324ba ocserv: added info on setting up firewall
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-18 22:06:55 +01:00
Nikos Mavrogiannopoulos
b87de0a4fa ocserv: added default_domain config option
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-18 22:06:55 +01:00
Nikos Mavrogiannopoulos
197587102e ocserv: Enable config-per-user by default as well as the route-add-cmd
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-18 22:06:55 +01:00
Peter Wagner
3687f946a2 git: update to 2.2.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-01-18 21:00:48 +01:00
Peter Wagner
3d54534d69 rtorrent: update to git HEAD
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-01-18 20:04:56 +01:00
Nikos Mavrogiannopoulos
d27eeb8bbf ocserv: removed old option from README
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-18 12:57:46 +01:00
Nikos Mavrogiannopoulos
71f53a24be ocserv: don't print needless warnings
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-18 12:20:56 +01:00
Nikos Mavrogiannopoulos
8f9afdac64 ocserv: depend on kmod-tun
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-18 12:14:40 +01:00
Othmar Truniger
c933b66958 linknx: update release number for changes in files dir
Signed-off-by: Othmar Truniger <gibthub@truniger.ch>
2015-01-17 19:13:15 +01:00
Othmar Truniger
83ddfd0d16 linknx: improve init script
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-17 19:11:41 +01:00
Othmar Truniger
bae1b2bfde linknx: change path for persistent files
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-17 19:09:11 +01:00
Nikos Mavrogiannopoulos
66d6ba168d openconnect: bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-17 09:15:39 +01:00
Nikos Mavrogiannopoulos
a1da87730e Merge pull request #790 from jaspersalathe/patch-1
openconnect: cmdline parameter for CA not moved
2015-01-17 09:01:08 +01:00
Christian Schoenebeck
317740f2f2 ddns-scripts: Update to Version 2.1.0-5
restructure startup of dnymaic_dns_updater.sh
 - first run load_all_config_options (it returns 1 if SECTION_ID not found) #779
 - set all defaults if necessary
 - verify if username and/or password is needed inside update_url #779
 - remove wait - will be done by retry_interval and retry_count if communication fails
provider specific update scripts
 - verify if username/password are needed
services_ipv6
 - added freedns.afraid.org
 - IPv6 should work due to their documentation
minor fixes

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-17 00:11:09 +01:00
Jasper
fa8f547945 openconnect: cmdline parameter for CA not moved
The location for the server CA file was moved in b53e5bfe87, but the corresponding command line option for opeconnect not updated.
2015-01-16 17:21:44 +01:00
Jaehoon You
2a5e219503 coova-chilli: fix typo in Config.in
Signed-off-by: Jaehoon You <teslamint@gmail.com>
2015-01-16 17:26:53 +09:00
Othmar Truniger
e1a0360f93 knxd: fix path in Makefile and some cleanups
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-15 20:50:04 +01:00
Adze1502
4ce8b48d65 mwan3: update to version 1.5-10
Fixed issue in mwan3 status output with mwan3 interfaces not yet configuerd in network config
Removed nexthop argument as it is no longer used

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2015-01-15 14:15:53 +01:00
Steven Barth
d8874f0f3c pen: change source to http, ftp seems to timeout for some clients
Signed-off-by: Steven Barth <steven@midlink.org>
2015-01-15 11:20:00 +01:00
Othmar Truniger
b446dbba58 knxd: bump to latest release, add conffile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-14 21:15:16 +01:00
Nikos Mavrogiannopoulos
1c40fc1022 ocserv: store permanent config files in /etc/config
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-12 19:50:35 +01:00
Jonathan McCrohan
9767485f65 mtr: update to v0.86
Drop 521-glib-dependency-fixes.patch; merged upstream

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-01-11 23:56:55 +00:00
Luka Perkov
3df768771f squid: initial import from old-packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-12 00:42:25 +01:00
Christian Schoenebeck
83e8a0e36c luci-app-privoxy: modified to support new LuCI structure
* Makefile
    - modified to support new LuCI build structure when building i18n support
    - increase "patch" version
* privoxy.lua detail.lua apperror.lua
    - modified version detection
    - removed function ipgk_version()
* new file build/i18n-po2lua.pl
    - copied from luci build system to create lmo language files

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-11 21:30:50 +01:00
Steven Barth
b0ae832197 strongswan: bump to 5.2.2
Signed-off-by: Steven Barth <steven@midlink.org>
2015-01-11 20:27:06 +01:00
Steven Barth
56ff32fd8b Merge pull request #770 from damianorenfer/master
net/dnscrypt-proxy: update to 1.4.3
2015-01-11 19:11:32 +01:00
Steven Barth
30f004c791 Merge pull request #768 from chris5560/master
ddns-scripts: update to version 2.1.0-4
2015-01-11 19:08:17 +01:00
Damiano Renfer
87d7b3fef2 net/dnscrypt-proxy: update to 1.4.3
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-01-11 18:55:50 +01:00
Peter Wagner
99aad1438a [ntpd] fix deps and cleanup the Makefile
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-01-11 18:34:29 +01:00
Christian Schoenebeck
64250aebc7 ddns-scripts: update to version 2.1.0-4
* remove CHANGELOG from distribution
* fix syslog output printing "\n" or other formating chars
* ddns configuration
    - new UCI-config value ddns.global.allow_local_ip "0" or "1"
(default "0") - (OpenWrt Ticket 18642)
* dynamic_dns_functions.sh
- new function split_FQDN() splits a given FQDN into host,
(registerable) domainname, and TLD using
https://publicsuffix.org/list/effective_tld_names.dat
- verify_host_port() use BIND host, if installed
- verify_host_port() not detecting ip, if already given
- fixed regexp for IP detection from nslookup's answer - (OpenWrt
Ticket 16363)
- support ddns.global.allow_local_ip to allow sending non public IP's
to DDNS provider like 127.x, 192.168.x.x or fxxx - (OpenWrt Ticket
18642)
* new file tld_names.dat
- used by dynamic_dns_functions.sh inside split_FQDN() function to
find valid TLD's
* update_cloudflare.sh
- modified subdomain/domain splitting using split_FQDN()
- modified support for AA12.09 (json_get_keys())
- minor fixes and cleanup
- many thanks to Aaron Tanner for testing

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-11 15:39:47 +01:00
Steven Barth
881f9d0107 Merge pull request #763 from morgenroth/Update-to-1.0
Upgrade IBR-DTN to version 1.0.0
2015-01-11 08:39:22 +01:00
Nicolas Thill
e2b6aedea8 ser2net: import from old packages feed
- update to latest version (v2.10.0)
 - add a patch to fix compilation failures due to missing TIOCSRS485 macro
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-10 23:17:01 +01:00
Nikos Mavrogiannopoulos
251eaf99fd ocserv: corrected the extraction of dyndns name
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 21:50:17 +01:00
Nicolas Thill
664258e3d5 pen: import from old packages feed
- update to latest version (v0.25.1)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-10 18:31:26 +01:00
Johannes Morgenroth
111d3f9d84 ibrdtnd: Updated to 1.0.0
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-01-10 17:30:57 +01:00
Johannes Morgenroth
df34963277 ibrdtn-tools: Updated to 1.0.0
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-01-10 17:30:57 +01:00
Nikos Mavrogiannopoulos
387ec8dbe8 openconnect: automatically enable rebind for DNS servers sent by VPN server
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:30:44 +01:00
Nikos Mavrogiannopoulos
b53e5bfe87 openconnect: move certificate files to config/ to add graceful upgrade
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:12:33 +01:00
Nikos Mavrogiannopoulos
9e75cfeeef openconnect: removed unneeded entries from interface
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:00:35 +01:00
Nikos Mavrogiannopoulos
66cf9c34eb openconnect: updated to 7.03
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:00:30 +01:00
Nikos Mavrogiannopoulos
c19342901a openconnect: register split-dns to dnsmasq
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:00:17 +01:00
Ted Hess
a922475cd2 Merge pull request #751 from tru7/patch-4
linknx: change runtime patch in config files
2015-01-09 06:54:56 -05:00
Peter Wagner
45e8c33f3a [tor]: update to 0.2.5.10
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-01-08 13:49:07 +01:00
Othmar Truniger
d83f4e5028 linknx: fix name of PID file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-08 10:22:50 +01:00
Ted Hess
a140e60409 Merge pull request #752 from tru7/patch-3
linknx: fix permissions, add conffiles in Makefile
2015-01-07 19:50:54 -05:00
Matthias Schiffer
6cafaf4cf8 fastd: update configuration options
When updating fastd, some added and renamed CMake options had been forgotten, so
it was impossible to disable some feature to reduce its size.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2015-01-08 01:12:07 +01:00
Othmar Truniger
81f06b2756 linknx: change runtime patch in config files
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-07 21:43:56 +01:00
Othmar Truniger
66a7e02d1b linknx: fix permissions, add conffiles in Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-07 21:41:17 +01:00
Adam Gensler
675b31cdf8 Add netcat package from old 14.07 package repository.
Signed-off-by: Adam Gensler openwrt@a.gnslr.us
2015-01-06 19:10:34 -05:00
Alexandru Ardelean
e87af5bd0e openvswitch: upgrade to version 2.3.1
Release notes here:
   https://github.com/openvswitch/ovs/blob/v2.3.1/NEWS

Remove patch (included in 2.3.1):
   0005-datapath-backport___ip_select_ident_function.patch

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-01-06 17:05:31 +02:00
Steven Barth
8602b0d415 Merge pull request #730 from tru7/patch-3
knxd: use better macrons in Makefile
2015-01-05 10:00:39 +01:00
Othmar Truniger
23a17f85ac linknx: use better macros in Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-04 22:13:07 +01:00
Othmar Truniger
a0afa7623d knxd: use better macrons in Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-04 22:05:31 +01:00
Thomas Heil
a393c6b021 haproxy: update to version 1.5.10
- DOC: fix a few typos
 - BUG/MINOR: http: fix typo: "401 Unauthorized" => "407 Unauthorized"
 - BUG/MINOR: parse: refer curproxy instead of proxy
 - DOC: httplog does not support 'no'
 - MINOR: map/acl/dumpstats: remove the "Done." message
 - BUG/MEDIUM: sample: fix random number upper-bound
 - BUG/MEDIUM: patterns: previous fix was incomplete
 - BUG/MEDIUM: payload: ensure that a request channel is available
 - BUG/MINOR: tcp-check: don't condition data polling on check type
 - BUG/MEDIUM: tcp-check: don't rely on random memory contents
 - BUG/MEDIUM: tcp-checks: disable quick-ack unless next rule is an expect
 - BUG/MINOR: config: fix typo in condition when propagating process binding
 - BUG/MEDIUM: config: do not propagate processes between stopped processes
 - BUG/MAJOR: stream-int: properly check the memory allocation return
 - BUG/MEDIUM: memory: fix freeing logic in pool_gc2()
 - BUG/MEDIUM: compression: correctly report zlib_mem

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2015-01-04 18:21:07 +01:00
Thomas Heil
5ef87ec191 memcached: update to version 1.4.22
- Bugfix maintenance release

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2015-01-04 18:17:46 +01:00
Thomas Heil
bf6152058b Merge pull request #717 from MikePetullo/master
prosody: fix use of randomseed (prosody issue #439)
2015-01-04 18:06:11 +01:00
Nikos Mavrogiannopoulos
33c5c14c52 Merge pull request #723 from gohai/openconnect-readme-fixes
openconnect: update README
2015-01-03 19:04:55 +01:00
Nikos Mavrogiannopoulos
d647bd3464 openconnect: updated to 7.02
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-03 18:58:39 +01:00
gohai
e1340c761c openconnect: update README
Signed-off-by: Gottfried Haider <gottfried.haider@gmail.com>
2015-01-03 17:29:48 +01:00
Steven Barth
18dd4d2cd7 Merge pull request #721 from tru7/patch-3
linknx: fix Makefile to use TABs instead of spaces
2015-01-03 17:08:24 +01:00
Othmar Truniger
be0ed6fc2c linknx: fix Makefile to use TABs instead of spaces
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-03 16:13:54 +01:00
Othmar Truniger
634d442613 knxd: fix Makefile to use TABs instead of spaces
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-03 16:07:14 +01:00
Steven Barth
2993533747 Merge pull request #714 from tru7/net-linknx
linknx: new package
2015-01-03 11:53:07 +01:00
W. Michael Petullo
9bcbcdfbc1 prosody: fix use of randomseed (prosody issue #439)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-01-02 14:22:54 -05:00
Othmar Truniger
1a9bc1c43a linknx: add dist xml conf file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:22:57 +01:00
Othmar Truniger
934d7f249e linknx: add config file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:21:03 +01:00
Othmar Truniger
c7e53198ae linknx: add init file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:20:11 +01:00
Othmar Truniger
d2c7bf32ae linknx: add Makefile for new package
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:18:51 +01:00
Othmar Truniger
c978ec5335 knxd: add config file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:15:49 +01:00
Othmar Truniger
f2bdf8e63f knxd: add init file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:14:02 +01:00
Othmar Truniger
3a8983f379 knxd: add patch file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:12:53 +01:00
Othmar Truniger
deedcd2b2a knxd: add Makefile for new package
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:11:31 +01:00
Steven Barth
4b93183f55 Merge pull request #693 from chris5560/master
[luci-app-privoxy] New LuCI App to support privoxy
2014-12-26 09:57:24 +01:00
Saverio Proto
695b595012 [tinc] Update to tinc 1.0.25 2014-12-24 09:49:05 +01:00
Steven Barth
d838872cc5 fwknop: refresh patches
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-23 14:57:34 +01:00
Peter Wagner
335dbdb850 git: update to 2.2.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-12-23 13:28:35 +01:00
Christian Schoenebeck
dca364638e [luci-app-privoxy] New LuCI App to support privoxy
New LuCI Application to support privoxy WEB proxy

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-12-23 11:51:42 +01:00
Christian Schoenebeck
6aa05568b8 [privoxy] remove using procd
* go back to "old" initscript not using procd
    * privoxy running --no-daemon only logging to STDERR
    * procd do not support redirection of STDOUT/STDERR, '2>file' as a command parameter does not work

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-12-23 10:50:51 +01:00
Steven Barth
45cb1f563f Merge pull request #691 from kissg1988/seafile
seafile-server: fix fastcgi mode settings in seafile-admin script
2014-12-23 10:29:09 +01:00
Gergely Kiss
e06d1cae3b seafile-server: fix fastcgi mode settings in seafile-admin script
* Use the correct path for the pidfile
* Start a multithreaded daemon instead of pre-forking worker processes.
  This avoids consuming too much memory and makes context switches faster

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-22 21:56:04 +01:00
Jonathan Bennett
af5d7927cb Add package license information
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2014-12-22 07:58:24 -06:00
Jonathan Bennett
560ba25e9c Update fwknopd to 2.6.5
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2014-12-22 06:53:28 -06:00