Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 21:48:47 +0000 (18:48 -0300)]
ruby: move gems out of core
Some ruby gems where still in ruby-core pkg. These files where
moved outside ruby-core into ruby-gems or their own subpkg.
ruby-unit renamed to ruby-testunit as its gem is named test-unit.
ruby-rdoc left a file in ruby-core.
Psych is a gem and deserves its own subpkg. It replaces syck
(used by yaml) on recent ruby version (ref:
https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/36786)
Also, some psych files where packed incorrecly into ruby-json. The asterisk
in */json was intend to match <arch>/json/ and not psych/json.
Files where derived
from ruby-core and a lost file in ruby-json.
New subpkgs:
- ruby-bigdecimal
- ruby-io-console
- ruby-minitest
- ruby-psych
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 20:51:56 +0000 (17:51 -0300)]
ruby: link ext/digest/* to openssl only when needed, fix rmd160 name
ext/digest/rmd160 was referencing a function that never existed in openssl.
The name was simply mistyped. Now it can use openssl.
openssl was always linked to ext/digest when library is avaiable,
even when it was disable by configure option and not used by code.
upstream refs: https://bugs.ruby-lang.org/issues/10252
upstream refs: https://bugs.ruby-lang.org/issues/10324
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 20:35:11 +0000 (17:35 -0300)]
ruby: remove minitest deps on gems
minitest can live without gems. Just a minor fix to
solve a require that fails when gem is missing
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 20:19:54 +0000 (17:19 -0300)]
ruby: rdoc can run without gems (with patch)
rdoc seems to be written to run without gem. However,
some internal code still does not check for gems presence.
With a small patch, rdoc can run without gems.
Ref: https://bugs.ruby-lang.org/issues/10196
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 19:54:24 +0000 (16:54 -0300)]
ruby: wrap script to disable gems if not installed
ruby, by default, try to load gems on start. If not
present, it fails. As gems brings many deps, this make ruby
unsuitable for routers limited resources.
ruby can avoid to load gems with the option "--disable-gems".
So, a wrap script in the place of /usr/bin/ruby adds this option
if gems are not found.
Also add vendor/site directories
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 19:38:53 +0000 (16:38 -0300)]
ruby: Disable doc generation
Docs are not currently packaged. So, there is no need to install
them. Also, doxygen have some problem with the usaged of git in
build_dir as it takes ages running git commands on every file.
Disabling the docs reduces the compilation time.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 19:33:22 +0000 (16:33 -0300)]
ruby: remove ruby-ncurses
ruby-ncurses where removed from ruby upstream (ruby commit
9c5b2fd8aa0fd343ad094d47a638cfd3f6ae0a81) and become solely
a gem now. OpenWRT subpackage removed.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Alessio Caiazza [Mon, 11 Aug 2014 10:24:27 +0000 (12:24 +0200)]
Currently tinc init script will delete the generated configuration folder and then check if it will not exists in order to create it.
This patch will first check if the generated configuration folder exists and then delete it, after that it will always create the configuration folder.
Saverio Proto [Tue, 12 Aug 2014 13:28:03 +0000 (15:28 +0200)]
tinc: update MAINTAINER contact info
Saverio Proto [Tue, 12 Aug 2014 13:26:36 +0000 (15:26 +0200)]
tinc: update year in Copyright notice
champtar [Thu, 2 Oct 2014 08:52:12 +0000 (10:52 +0200)]
Merge pull request #390 from Adze1502/master
mwan3: update to version 1.5-7
Adze1502 [Thu, 2 Oct 2014 07:57:50 +0000 (09:57 +0200)]
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>
champtar [Wed, 1 Oct 2014 21:17:01 +0000 (23:17 +0200)]
Merge pull request #357 from cjkoenig/update_monit
monit: Update to 5.9
sbyx [Wed, 1 Oct 2014 18:13:16 +0000 (20:13 +0200)]
Merge pull request #378 from Vasilis/update_lispmob
lispmob: Update to 0.4.1
Steven Barth [Wed, 1 Oct 2014 18:11:35 +0000 (20:11 +0200)]
confuse: adopt and update
sbyx [Wed, 1 Oct 2014 18:07:17 +0000 (20:07 +0200)]
Merge pull request #388 from br101/master
horst: Update to version 4.2
sbyx [Wed, 1 Oct 2014 18:05:49 +0000 (20:05 +0200)]
Merge pull request #389 from chris5560/master
ddns_scripts: url encode USERNAME and PASSWORD
Christian Schoenebeck [Wed, 1 Oct 2014 16:45:29 +0000 (18:45 +0200)]
ddns_scripts: url encode USERNAME and PASSWORD
New function __urlencode() to remove special chars used in send_update() for username and password.
username might have email address and password might have special chars for security reasons.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Christian Schoenebeck [Wed, 1 Oct 2014 16:35:46 +0000 (18:35 +0200)]
ddns-scripts: Increment PKG_RELEASE
Increment PKG_RELEASE to reflect changes
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Bruno Randolf [Wed, 1 Oct 2014 09:40:47 +0000 (10:40 +0100)]
horst: Update to version 4.2
sbyx [Wed, 1 Oct 2014 09:18:52 +0000 (11:18 +0200)]
Merge pull request #385 from msva/master
zsh: added
sbyx [Wed, 1 Oct 2014 08:48:38 +0000 (10:48 +0200)]
Merge pull request #384 from arfett/master
mwan3-luci: update to 1.3-4
sbyx [Wed, 1 Oct 2014 08:46:02 +0000 (10:46 +0200)]
Merge pull request #387 from MikePetullo/dovecot
dovecot: add LDAP option
W. Michael Petullo [Wed, 1 Oct 2014 02:54:05 +0000 (22:54 -0400)]
dovecot: add LDAP option
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Aedan Renner [Tue, 30 Sep 2014 22:41:13 +0000 (15:41 -0700)]
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
Ted Hess [Tue, 30 Sep 2014 16:36:49 +0000 (12:36 -0400)]
Merge pull request #375 from thess/xmlrpc-import
xmlrpc-c: Import from oldpackages, add myself as pkg maintainer, update ...
Vadim A. Misbakh-Soloviov [Tue, 30 Sep 2014 16:24:58 +0000 (23:24 +0700)]
zsh: added
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
Aedan Renner [Tue, 30 Sep 2014 15:50:31 +0000 (08:50 -0700)]
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>
sbyx [Tue, 30 Sep 2014 09:56:48 +0000 (11:56 +0200)]
Merge pull request #379 from mwarning/master
haveged: small improvements
Moritz Warning [Tue, 30 Sep 2014 01:48:25 +0000 (03:48 +0200)]
haveged: disable online testing
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Moritz Warning [Tue, 30 Sep 2014 01:45:08 +0000 (03:45 +0200)]
haveged: start earlier in boot sequence
Signed-off-by: Moritz Warning <moritzwarning@web.de>
sbyx [Tue, 30 Sep 2014 07:09:08 +0000 (09:09 +0200)]
Merge pull request #381 from arfett/master
mwan-luci: update to 1.3-2
Aedan ARFETT Renner [Tue, 30 Sep 2014 02:32:02 +0000 (19:32 -0700)]
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>
sbyx [Tue, 30 Sep 2014 06:48:46 +0000 (08:48 +0200)]
Merge pull request #383 from chris5560/master
ddns-scripts: send_update() detection private IPv4
Christian Schoenebeck [Tue, 30 Sep 2014 06:22:21 +0000 (08:22 +0200)]
ddns-scripts: send_update() detection private IPv4
correction of excluding private IPv4 in send_update() function.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Christian Schoenebeck [Tue, 30 Sep 2014 06:14:04 +0000 (08:14 +0200)]
ddns-scripts: increment PKG_RELEASE
Increment PKG_RELEASE to reflect updates
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Vasileios Lakafosis [Mon, 29 Sep 2014 22:38:51 +0000 (15:38 -0700)]
lispmob: Update to 0.4.1
Signed-off-by: Vasileios Lakafosis <lakafosi@cisco.com>
Nikos Mavrogiannopoulos [Mon, 29 Sep 2014 19:33:15 +0000 (21:33 +0200)]
Merge pull request #377 from chris5560/master
ddns-scripts: fix from ticket #17998 wrongly detect ipv4 address start with 10x.x.x.x
Christian Schoenebeck [Mon, 29 Sep 2014 18:31:28 +0000 (20:31 +0200)]
ddns-scripts: increment PKG_RELEASE
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Christian Schoenebeck [Mon, 29 Sep 2014 18:29:46 +0000 (20:29 +0200)]
ddns-scripts: fix ticket #17998: wrongly detect ipv4 start with 10x.x.x.x
Thanks to "eqsun" for report and offer of fix.
Otherwise the ip address starts with 100~109 will be treated as invalid.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
gwlim [Sun, 21 Sep 2014 17:12:49 +0000 (01:12 +0800)]
hd-idle: import from old package repository
Signed-off-by: Lim Guo Wei <limguowei@gmail.com>
Minor Makefile rework (licenses)
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Mon, 29 Sep 2014 16:19:28 +0000 (12:19 -0400)]
xmlrpc-c: Import from oldpackages, add myself as pkg maintainer, update license info.
- remove (marked BROKEN) abyss and libxml2 variants.
- build internal expat variant only.
Signed-off-by: Ted Hess <thess@kitschensync.net>
sbyx [Mon, 29 Sep 2014 11:52:30 +0000 (13:52 +0200)]
Merge pull request #374 from chris5560/master
ddns-scripts: add service two-dns.de
Christian Schoenebeck [Mon, 29 Sep 2014 11:44:30 +0000 (13:44 +0200)]
ddns-scripts: Increment PKG_RELEASE
Increment PKG_RELEASE to reflect latest changes
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Christian Schoenebeck [Mon, 29 Sep 2014 11:42:43 +0000 (13:42 +0200)]
ddns-scripts: add service two-dns.de
Requested by: Martin Röcker <roecker@empty-v.de>
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
sbyx [Mon, 29 Sep 2014 06:10:53 +0000 (08:10 +0200)]
Merge pull request #368 from etmatrix/master
ddns-script: With DSL connection ifconfig hasn't broadcast address but P-t-P
sbyx [Mon, 29 Sep 2014 03:33:22 +0000 (05:33 +0200)]
Merge pull request #372 from MikePetullo/php5
Copy php5 from old repository and update
sbyx [Mon, 29 Sep 2014 03:27:31 +0000 (05:27 +0200)]
Merge pull request #371 from MikePetullo/libmcrypt
Copy libmcrypt from old repository and update
W. Michael Petullo [Mon, 29 Sep 2014 01:56:33 +0000 (21:56 -0400)]
Copy php5 from old repository and update
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Mon, 29 Sep 2014 01:53:47 +0000 (21:53 -0400)]
Copy libmcrypt from old repository and update
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Nikos Mavrogiannopoulos [Sun, 28 Sep 2014 16:30:34 +0000 (18:30 +0200)]
openconnect: corrected instructions
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sun, 28 Sep 2014 16:26:26 +0000 (18:26 +0200)]
openconnect: increased the timeout value for retrying
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Daniel Golle [Sun, 28 Sep 2014 11:18:14 +0000 (13:18 +0200)]
Merge pull request #369 from jslachta/debootstrap
debootstrap: update to 1.0.63
Jiri Slachta [Sun, 28 Sep 2014 11:10:40 +0000 (13:10 +0200)]
debootstrap: update to 1.0.63
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
etmatrix [Sun, 28 Sep 2014 07:59:52 +0000 (09:59 +0200)]
With DSL connection ifconfig hasn't broadcast address but P-t-P so awk don't match nothing
Thomas Heil [Sat, 27 Sep 2014 16:41:26 +0000 (18:41 +0200)]
Merge pull request #365 from jslachta/master
apr-util: update to 1.5.4
Jiri Slachta [Sat, 27 Sep 2014 14:35:09 +0000 (16:35 +0200)]
apr-util: update to 1.5.4
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Ted Hess [Fri, 26 Sep 2014 17:24:26 +0000 (13:24 -0400)]
mpd: update to 0.18.16
Signed-off-by: Ted Hess <thess@kitschensync.net>
Naoir [Fri, 26 Sep 2014 14:13:47 +0000 (16:13 +0200)]
Merge pull request #362 from jow-/bash-CVE-2014-7169
bash: Update to 4.3.26
sbyx [Fri, 26 Sep 2014 13:55:36 +0000 (15:55 +0200)]
Merge pull request #363 from br101/master
horst: update to version 4.1
Bruno Randolf [Fri, 26 Sep 2014 10:16:20 +0000 (11:16 +0100)]
horst: update to version 4.1
4.1 has an important bugfix for platforms (such as ARM cns3xxx) where "char"
does not default to "signed char" and other bugfixes.
Also build with debugging enabled (-D flag) to enable debugging, the size
increase is just +336B (on platform au1000).
Jo-Philipp Wich [Fri, 26 Sep 2014 09:02:14 +0000 (11:02 +0200)]
bash: Update to 4.3.26
* Fixes CVE-2014-7169.
* Fix two out-of-bounds array accesses in the bash parser
* Add prefix & suffix to variables containing exported functions
Ref: http://seclists.org/oss-sec/2014/q3/712
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
sbyx [Fri, 26 Sep 2014 06:47:08 +0000 (08:47 +0200)]
Merge pull request #355 from lukbaj/master
libimobiledevice, usbmuxd, libplist, libusbmuxd: move to github
Ted Hess [Fri, 26 Sep 2014 00:32:14 +0000 (20:32 -0400)]
Merge pull request #356 from roger-/micropython
micropython: update to latest
Ted Hess [Fri, 26 Sep 2014 00:27:26 +0000 (20:27 -0400)]
Merge pull request #360 from equinox0815/tcpproxy-license
tcpproxy: added License Information
Ted Hess [Fri, 26 Sep 2014 00:27:03 +0000 (20:27 -0400)]
Merge pull request #361 from equinox0815/stm32flash-license
stm32flash: added License Information
Ted Hess [Fri, 26 Sep 2014 00:26:46 +0000 (20:26 -0400)]
Merge pull request #359 from equinox0815/uanytun-license
uanytun: added License Information
Christian Pointner [Thu, 25 Sep 2014 23:51:59 +0000 (01:51 +0200)]
stm32flash: added License Information
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
Christian Pointner [Thu, 25 Sep 2014 18:52:23 +0000 (20:52 +0200)]
tcpproxy: added License Information
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
Christoph König [Thu, 25 Sep 2014 20:23:57 +0000 (22:23 +0200)]
monit: Update to 5.9
Signed-off-by: Christoph König <christoph.koenig@gmail.com>
Roger [Thu, 25 Sep 2014 19:53:23 +0000 (14:53 -0500)]
micropython: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
Christian Pointner [Thu, 25 Sep 2014 18:38:20 +0000 (20:38 +0200)]
uanytun: added License Information
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
Lukasz Baj [Thu, 25 Sep 2014 09:48:31 +0000 (11:48 +0200)]
libimobiledevice, usbmuxd, libplist, libusbmuxd: move to github
Signed-off-by: Lukasz Baj <l.baj@radytek.com>
sbyx [Thu, 25 Sep 2014 09:56:43 +0000 (11:56 +0200)]
Merge pull request #354 from Adze1502/master
mwan3: update to version 1.5-6
Adze1502 [Thu, 25 Sep 2014 09:27:54 +0000 (11:27 +0200)]
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>
Marcel Denia [Wed, 24 Sep 2014 19:18:18 +0000 (21:18 +0200)]
bash: Update to 4.3.25
Fixes CVE-2014-6271.
Signed-off-by: Marcel Denia <naoir@gmx.net>
Jo-Philipp Wich [Tue, 23 Sep 2014 18:55:47 +0000 (20:55 +0200)]
mac-telnet: update to git head
* Fixes mac-telnet utilities on 64bit targets
* Improves discovery reliability on hosts with multiple nics
* Support dbclient in SSH mode
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Jo-Philipp Wich [Fri, 19 Sep 2014 18:28:58 +0000 (20:28 +0200)]
mac-telnet: update to latest git - fixes 64bit support
Also remove default password from config to prevent daemon
from auto-starting.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Ted Hess [Tue, 23 Sep 2014 12:32:48 +0000 (08:32 -0400)]
Merge pull request #343 from psycho-nico/my-fixes-
20140922-01
gst1-libav fixes
Thomas Heil [Tue, 23 Sep 2014 09:08:51 +0000 (11:08 +0200)]
haproxy: remove unnecessary parts in Makefile
- remove ADDLIB
- remove -lcrypt which was -lcrypto
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
Thomas Heil [Tue, 23 Sep 2014 08:45:03 +0000 (10:45 +0200)]
haproxy: add nossl variant
According to Issue #342 here is a proposal to add a nossl variant to
that builts haproxy without ssl
Add pending patch from upstream
- [PATCH 14/14] MEDIUM: systemd-wrapper: support multiple executable
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
Steven Barth [Tue, 23 Sep 2014 07:03:01 +0000 (09:03 +0200)]
libsigc++: update to 2.4.0
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Tue, 23 Sep 2014 06:59:47 +0000 (08:59 +0200)]
dbus: update to 1.8.8, add license tag
Signed-off-by: Steven Barth <steven@midlink.org>
sbyx [Tue, 23 Sep 2014 06:47:46 +0000 (08:47 +0200)]
Merge pull request #352 from commodo/libsodium-menu-depends
libsodium: add depends to configuration menu
Alexandru Ardelean [Tue, 23 Sep 2014 06:37:42 +0000 (09:37 +0300)]
libsodium: add depends to configuration menu
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
champtar [Mon, 22 Sep 2014 17:54:33 +0000 (19:54 +0200)]
Merge pull request #344 from psycho-nico/my-fixes-
20140922-02
emailrelay: disable pam explicitely
sbyx [Mon, 22 Sep 2014 15:58:30 +0000 (17:58 +0200)]
Merge pull request #350 from commodo/ovs-niceness
openvswitch: Run with nice -10 (#1765)
sbyx [Mon, 22 Sep 2014 15:25:10 +0000 (17:25 +0200)]
Merge pull request #349 from damianorenfer/master
libs/libsodium: update to 0.7.1
Helmut Schaa [Tue, 16 Sep 2014 09:33:19 +0000 (11:33 +0200)]
openvswitch: Run with nice -10 (#1765)
This is default if ovs is started through ovs-ctl but we start it directly, hence
tell procd to use nice -10 for ovs.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Damiano Renfer [Mon, 22 Sep 2014 14:51:31 +0000 (16:51 +0200)]
libs/libsodium: update to 0.7.1
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
sbyx [Mon, 22 Sep 2014 14:46:53 +0000 (16:46 +0200)]
Merge pull request #348 from chris5560/master
ddns-scripts: fix issue (#337) current/registered ip never match
Christian Schoenebeck [Mon, 22 Sep 2014 14:34:20 +0000 (16:34 +0200)]
ddns-scripts: fix issue (#337) current/registered ip never match
Increase PKG_RELEASE to reflect changes
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Christian Schoenebeck [Mon, 22 Sep 2014 14:32:56 +0000 (16:32 +0200)]
ddns-scripts: fix issue (#337) current/registered ip never match
new extraction of IP inside function get_registered_ip for host and nslookup
thanks to jow for the sed
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Nicolas Thill [Mon, 22 Sep 2014 09:00:12 +0000 (11:00 +0200)]
emailrelay: disable pam explicitely
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Mon, 22 Sep 2014 08:52:18 +0000 (10:52 +0200)]
gst1-libav: fix build on x86_64
Disable yasm explicitely to fix build on x86_64 when yasm is not installed
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Mon, 22 Sep 2014 08:49:04 +0000 (10:49 +0200)]
gst1-libav: fix configure
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Steven Barth [Mon, 22 Sep 2014 05:59:19 +0000 (07:59 +0200)]
ddns-scripts: Update to Version 2.0.1-1
Squashed commit of the following:
commit
fc1d42f069ff930180c5f067c2eb88c9e9df7003
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date: Sun Sep 21 18:01:43 2014 +0200
[ddns-scripts] Update to Version 2.0.1-1
commit
731f9b4df00a8f29df2c17f102356c4d6980918a
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date: Sun Sep 21 17:59:25 2014 +0200
[ddns-scripts] Update to Version 2.0.1-1
personal helper script to create hashes for CA-Certificates for Wget and cURL using https protocol without errors.
Sorry GitHub web interface only supports single commits that will be summarized into one pull request.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
commit
df8f6c9d5d31fde24fe1d673949d272d887505e1
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date: Sun Sep 21 17:56:05 2014 +0200
[ddns-scripts] Update to Version 2.0.1-1
rewritten
Sorry GitHub web interface only supports single commits that will be summarized into one pull request.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
commit
50cdf5acb9caecfd9b65ab79696c40fb2bc7037b
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date: Sun Sep 21 17:54:40 2014 +0200
[ddns-scripts] Update to Version 2.0.1-1
rewritten
Sorry GitHub web interface only supports single commits that will be summarized into one pull request.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
commit
b1d650a345fb06402c1eac01138cbafcca123a8c
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date: Sun Sep 21 17:52:52 2014 +0200
[ddns-scripts] Update to Version 2.0.1-1
not needed in this version
Sorry GitHub web interface only supports single commits that will be summarized into one pull request.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
commit
9532114b03d428a3162b16e06706d3aa50e601bb
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date: Sun Sep 21 17:51:39 2014 +0200
[ddns-scripts] Update to Version 2.0.1-1
same function as existing services file but used for IPv6
Sorry GitHub web interface only supports single commits that will be summarized into one pull request.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
commit
a636bc25c62e23694c009886c13253c9cecc548c
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date: Sun Sep 21 17:46:56 2014 +0200
[ddns-scripts] Update to Version 2.0.1-1
New file explaining availible parameters.
Sorry GitHub web interface only supports single commits that will be summarized into one pull request.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
commit
52332354fc245861e17c898aa6b806f6c174e9a5
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date: Sun Sep 21 17:44:45 2014 +0200
[ddns-scripts] Update to Version 2.0.1-1
Sorry GitHub web interface only supports single commits that will be summarized into one pull request.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
sbyx [Mon, 22 Sep 2014 05:57:54 +0000 (07:57 +0200)]
Merge pull request #333 from MikePetullo/lighttpd
lighttpd: include some updates from old repository package
W. Michael Petullo [Sun, 21 Sep 2014 21:40:18 +0000 (17:40 -0400)]
lighttpd: clean up configuration file
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Sun, 21 Sep 2014 21:33:47 +0000 (17:33 -0400)]
lighttpd: create user http and run as http by default
Signed-off-by: W. Michael Petullo <mike@flyn.org>