| Commit message (Collapse) | Author | Age |
... | |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Tor
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This adds tor from old packages and updates it to version 0.2.4.23.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
net/lftp: update to latest 4.5.5, added maintainer, updated description
Signed-off-by: Federico Di Marco <fededim@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Federico Di Marco <fededim@gmail.com>
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
emailrelay fix: fixed a bug which prevented compiling both package variant
|
| | | | |
| | | | |
| | | | |
| | | | | |
(ssl and no-sll) signed-off: fededim@gmail.com
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix issue with more than one link route on a wan interface
Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Build with shadow password support if the system is being built with shadow support
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Racoon requires shadow password support when built for a system with shadow passwords enabled.
Signed-off-by: Matthew Sykes <matthew.sykes@gmail.com>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Fix bug in git-daemon
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The git-daemon command currently doesn't work and displays the following
error whenever a repository is cloned:
error: cannot run daemon: No such file or directory
[10920] unable to fork
On the client side the connection is simply terminated. The problem is,
that git-daemon tries to start a new instance of itself for every
new client that is connecting. It expects argv[0] to contain
"git-daemon", but since it is converted into a builtin command, argv[0]
only contains "daemon", which does not exist and causes the above error.
The fix simply prepends "git" to the list of arguments, so that the
resulting call looks something like "git daemon --serve ..."
Signed-off-by: Andreas Rohner <andreas.rohner@gmx.net>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
ibrdtnd: Add patch to exclude build of documentation using pdflatex
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
By default the package detects the presence of pdflatex and builds documentation automatically.
During the OpenWrt build this behavior is not acceptable. The added patch introduces a configure
option to explicitly enable the build of the documentation on request.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
rsync: optionally enable builtin zlib and add logfile to rsyncd
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
rsync, by default, includes a patched zlib within its source tarball. The patch
enables a better compression ratio for rsync streams. However, the client and
server need the same featureset in their zlib in order to understand the
compression stream, or the server will abort the transfer. Older versions have
no understanding of the new compression standard used.
This patch allows the builder to choose whether to use the bundled or system
zlib. It defautls to using the system zlib, as is the default before this
patch.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | | |
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add a patch to prevent use of LD_LIBRARY_PATH when checking for BDB libs
This caused build failure when host = target
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Liviu Pislaru <liviu@duiadns.net>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This package adds the mac-telnet server, client, ping and discovery utilities.
See https://github.com/aouyar/MAC-Telnet for details.
This package uses the fork from https://github.com/jow-/MAC-Telnet as source,
the code there has a number of bugfixes and results in smaller binaries since
most core functionality has been ported to libubox facilities provided by
OpenWrt.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- BUG: config: error in http-response replace-header number of arguments
- BUG/MINOR: Fix search for -p argument in systemd wrapper.
- BUG/MEDIUM: auth: fix segfault with http-auth and a configuration with an unknown encryption algorithm
- BUG/MEDIUM: config: userlists should ensure that encrypted passwords are supported
- MEDIUM: connection: add new bit in Proxy Protocol V2
- BUG/MINOR: server: move the directive #endif to the end of file
- BUG/MEDIUM: http: tarpit timeout is reset
- BUG/MAJOR: tcp: fix a possible busy spinning loop in content track-sc*
- BUG/MEDIUM: http: fix inverted condition in pat_match_meth()
- BUG/MEDIUM: http: fix improper parsing of HTTP methods for use with ACLs
- BUG/MINOR: pattern: remove useless allocation of unused trash in pat_parse_reg()
- BUG/MEDIUM: acl: correctly compute the output type when a converter is used
- CLEANUP: acl: cleanup some of the redundancy and spaghetti after last fix
- BUG/CRITICAL: http: don't update msg->sov once data start to leave the buffer
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add libsodium + dnscrypt-proxy
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
freeradius2: remove weird circular dependencies, enable mysql again
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
compile tested only
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
to server
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This addresses https://dev.openwrt.org/ticket/16634
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
fwknop: Update to 2.6.3
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Updated to latest trunk
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The option --disable-libdaemon was missing and --with-dht is invalid.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The fixup is necessary since there is a patch for configure.ac in this recipe.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The fixup is necessary since there is a patch for configure.ac in this recipe.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Artem Makhutov <artem@makhutov.org>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Artem Makhutov <artem@makhutov.org>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- [PATCH 5/6] BUG/MEDIUM: http: tarpit timeout is reset
- [PATCH 6/6] MEDIUM: connection: add new bit in Proxy Protocol V2
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Since the current release of the package does not provide a
configure option to disable this dependency, a patch is necessary
to add this option.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Since the current release of the package does not provide
configure options to disable these dependencies, a patch is necessary.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- update to latest version (v2.0.4)
- use PKG_INSTALL
- add DBI plugin
- convert init script to procd
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
| |\ \ \ \
| | | | | |
| | | | | | |
packages/socat: add init script
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Init script to start instances of socat for port-forwarding etc.
Signed-off-by: Henning Schild <henning@hennsch.de>
|