New DDNS service added to the list of DDNS in OpenWRT
Signed-off-by: Pedro Paulo Jr <ppj@netfilter.com.br>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39498 3c298f89-4303-0410-b956-a3cf2f4a3e73
This includes UCI support for a new config option, bridge_tls_version.
Add bridge tls vesion support
Updates mosquitto, the MQTT broker, and client libraries to version
1.2.2, from version 1.2.0. Changes are bugfixes, most relevant to
OpenWrt being that the -nossl package variant actually builds again,
and greatly improved SSL performance.
This includes the full changes for 1.2.3:
http://mosquitto.org/2013/12/version-1-2-3-released/
This includes the full changes for 1.2.2:
http://mosquitto.org/2013/10/version-1-2-2-released/
This includes the full changes for 1.2.1:
http://mosquitto.org/2013/09/version-1-2-1-released/
Signed-off-by: Karl Palsson <karlp@remake.is>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39495 3c298f89-4303-0410-b956-a3cf2f4a3e73
remotefs: Switched to Git tag for newest release, better
package name and correct versioning. Removed libfuse from remotefs-server
dependencies. Updated init script with actual version from remotefs
repository.
Signed-off-by: Aleksey Tulinov <aleksey.tulinov@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39492 3c298f89-4303-0410-b956-a3cf2f4a3e73
The ftp.easysw.com site has disappeared completely.
This patch adds the official cups site as package source and
drops all easysw.com servers and not longer existent mirrors
of easys.com.
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39415 3c298f89-4303-0410-b956-a3cf2f4a3e73
Various fixes and small enhancements as well as the return of the
fakeonline module (now known as modules_online).
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39136 3c298f89-4303-0410-b956-a3cf2f4a3e73
installed and create them again when openssh-client is removed and dropbear is installed
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38864 3c298f89-4303-0410-b956-a3cf2f4a3e73
newer kernels (3.7) split user side headers
should fix: #12875
Should the patch be compatible with older kernels too?
(see https://dev.openwrt.org/ticket/12875#comment:6 )
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38841 3c298f89-4303-0410-b956-a3cf2f4a3e73
of bugs that got allready fixed upstream in the latest version which depends on glib2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38832 3c298f89-4303-0410-b956-a3cf2f4a3e73
in openssl the patch isn't needed anymore
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38821 3c298f89-4303-0410-b956-a3cf2f4a3e73
without this fix the compile ends with:
tor-resolve.o: relocation R_MIPS_26 against `puts' can not be used when making a shared objec$
tor-resolve.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[8]: *** [tor-resolve] Error 1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38694 3c298f89-4303-0410-b956-a3cf2f4a3e73
This release fixes a security bug:
* sshd(8): fix a memory corruption problem triggered during rekeying
when an AES-GCM cipher is selected. Full details of the vulnerability
are available at: http://www.openssh.com/txt/gcmrekey.adv
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38693 3c298f89-4303-0410-b956-a3cf2f4a3e73
With pleasure we announce the release of tinc version 1.0.23. Here is a
summary of the changes:
* Start authentication immediately on outgoing connections (useful for sslh).
* Fixed segfault when Name = $HOST but $HOST is not set.
* Updated the build system and the documentation.
* Clean up child processes left over from Proxy = exec.
This version of tinc is compatible with 1.0pre8, 1.0 and later, but not
with earlier version of tinc.
Here is a summary of the changes in version 1.0.22:
* Fixed the combination of Mode = router and DeviceType = tap.
* The $NAME variable is now set in subnet-up/down scripts.
* Tinc now gives an error when unknown options are given on the command line.
* Tinc now correctly handles a space between a short command line option and
an optional argument.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38653 3c298f89-4303-0410-b956-a3cf2f4a3e73
mcabber is a small Jabber console client.
mcabber includes features such as SASL/SSL/TLS support, MUC (Multi-User Chat)
support, history logging, command completion, OpenPGP encryption,
OTR (Off-the-Record Messaging) support, dynamic modules and external action triggers.
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38585 3c298f89-4303-0410-b956-a3cf2f4a3e73
add option use_syslog to enable logging to syslog
use wget when it's compiled with ssl support
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38548 3c298f89-4303-0410-b956-a3cf2f4a3e73
this adds openssh-server with pam support
the user still has the change this settings in
/etc/ssh/sshd_config:
PasswordAuthentication no
UsePAM yes
to use pam. To avoid having two moduli files which is just
static data, openssh-moduli now depends on ssh-keygen.
based on patch from DkSouls
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38494 3c298f89-4303-0410-b956-a3cf2f4a3e73
This version fixes a segmentation fault due to a missing
buffer wrap.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38478 3c298f89-4303-0410-b956-a3cf2f4a3e73
- sourceforge uses git use that
- update to latest version: it fixes a compile bug of the
old git version (missing md5_crypt)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38477 3c298f89-4303-0410-b956-a3cf2f4a3e73
This update:
-adds a ProxyPort option (to use a local transparent proxy)
-changes http return code to 302 (was 307, but wifidog speaks
http 1.0, and we really need 303, it was causing some trouble
with, for exemple, opera)
-switch to github repo
-correct a small typo
-add drop, log, ulog target for FirewallRule
This is only compile tested, but 3 people are asking for it
https://github.com/wifidog/wifidog-gateway/issues/8
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38472 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch updates the lighttpd package to version 1.4.32
The makefile has been reworked and uses a macro for module
creation. The config file has been updated to include module
dependant configuration from conf.d subdirectory.
Signed-off-by: Gerald Matzka <mgerald21@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38469 3c298f89-4303-0410-b956-a3cf2f4a3e73
http://jonas.nitro.dk/tig/NEWS.html says:
Incompatibilities:
Move manual and man pages to doc/ directory and rename AsciiDoc files
to have .asciidoc as the extension to make them render on GitHub.
Improvements:
Show blob sizes in the tree view either as bytes or using binary
unit prefixes. Example: set show-file-size = units. (GH #163)
Reduce main view memory usage and startup time, especially when
revision graph rendering is disabled. (GH #160)
Bug fixes:
Fix submodule-related setup to check for non-zero return value from
setenv(). (GH #188)
[juhosg: add ccommit message, fix md5sum]
Signed-off-by: Francisco Borges <francisco.borges@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38468 3c298f89-4303-0410-b956-a3cf2f4a3e73
Updates mosquitto, the MQTT broker, and client libraries to version 1.2.
Full changelog here: http://mosquitto.org/2013/08/version-1-2-released/
Added missing library depends to suit updated requirements in OpenWrt.
Fixed missing symlinks.
Signed-off-by: Karl Palsson <karlp@remake.is>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38467 3c298f89-4303-0410-b956-a3cf2f4a3e73