| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
|
|\
| |
| | |
aggregate: Add package
|
| |
| |
| |
| | |
Signed-off-by: Nikil Mehta <nikil.mehta@gmail.com>
|
|\ \
| | |
| | | |
lighttpd: add option to build mod_authn_file.so
|
|/ /
| |
| |
| | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
| |
| |
| |
| |
| |
| |
| |
| | |
This version handles transitioning from a previous certificate that was
issues using the staging server, adds more debug logging, and handles
state directories better if issuing fails.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
|\ \
| | |
| | | |
krb5: install include properly and leave libcom_err* in place
|
| | |
| | |
| | |
| | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \ \
| |/ /
|/| | |
f2fs-tools: import patch that disables selinux
|
| | |
| | |
| | |
| | | |
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
|
|\ \ \
| | | |
| | | | |
[utils/zoneinfo] Updated to the latest release
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Vladimir Ulrich <admin@evl.su>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
quassel-irssi is an irssi plugin that allows irssi to connect to
Quassel cores. Quassel is a distributed IRC client in which the
core can run independently and be connected to by quassel clients
over the network.
Signed-off-by: Ben Rosser <rosser.bjr@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
quasselc is a library providing an API to access a Quassel core
in pure C. Quassel is a distributed IRC client where the core
can run independently of the interface(s). This library provides
a C API for programs that wish to implement the Quassel protocol.
Signed-off-by: Ben Rosser <rosser.bjr@gmail.com>
|
|\ \ \
| |_|/
|/| | |
attr: use git over HTTP
|
| | |
| | |
| | |
| | | |
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
|\ \ \
| | | |
| | | | |
libvpx: bump to 1.6.0
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This release improves upon the VP9 encoder and speeds up the encoding
and decoding processes.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Upstream: http://www.nongnu.org/oath-toolkit/index.html
Signed-off-by: Fam Zheng <fam@euphon.net>
---
v2: Address comments of yousong and hnyman.
|
|\ \ \ \
| | | | |
| | | | | |
openldap: do not build doc and tests subdirs
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
At least one LEDE buildbot is missing tools to create man pages, thus the build
sometimes (depends on which buildbot is used) fails with [1]:
-snip-
make[7]: Entering directory '/mnt/build-dir/lede/armeb_xscale/build/sdk/build_dir/target-armeb_xscale_musl-1.1.15/openldap-2.4.44/doc/man/man1'
PAGES=`cd .; echo *.1`; \
for page in $PAGES; do \
sed -e "s%LDVERSION%2.4.44%" \
-e 's%ETCDIR%/etc/openldap%g' \
-e 's%LOCALSTATEDIR%/var%' \
-e 's%SYSCONFDIR%/etc/openldap%' \
-e 's%DATADIR%/usr/share/openldap%' \
-e 's%SBINDIR%/usr/sbin%' \
-e 's%BINDIR%/usr/bin%' \
-e 's%LIBDIR%/usr/lib%' \
-e 's%LIBEXECDIR%/usr/lib%' \
-e 's%MODULEDIR%/usr/lib/openldap%' \
-e 's%RELEASEDATE%2016/02/05%' \
./$page \
| (cd .; soelim -) > $page.tmp; \
done
/bin/sh: 15: soelim: not found
/bin/sh: 15: soelim: not found
/bin/sh: 15: soelim: not found
/bin/sh: 15: soelim: not found
/bin/sh: 15: soelim: not found
/bin/sh: 15: soelim: not found
/bin/sh: 15: soelim: not found
/bin/sh: 15: soelim: not found
/bin/sh: 15: soelim: not found
Makefile:292: recipe for target 'all-common' failed
make[7]: *** [all-common] Error 127
-snap-
For OpenWrt/LEDE, there is no reason to build the tests and/or man pages,
so let's patch it away. And since other packages need openldap as
build dependency (e.g. php) this automatically fixes the build of these
depended packages.
[1] https://downloads.lede-project.org/snapshots/faillogs/armeb_xscale/packages/openldap/compile.txt
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
net/wireguard - bump to experimental-0.0.20161116.1
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
use latest tag https://git.zx2c4.com/WireGuard/tag/?h=experimental-0.0.20161116.1
Maintainer @zorun
Signed-off-by: Jens Viisauksena <wireguard@viisauksena.de>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
net/sshfs: update to 2.8
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Update sshfs to upstream release 2.8
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
|
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
ruby: bump to 2.3.3
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This release contains a bug fix about Refinements and Module#prepend.
The mixture use of Module#refine and Module#prepend to the same Class
could cause unexpected NoMethodError. This is a regression on Ruby 2.3.2
released last week. See [Bug #12920] for details.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
utils/nano: update to 2.7.1
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Update nano to upstream release 2.7.1
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
|
|/ / / / /
| | | | |
| | | | | |
Signed-off by: Rosen Penev <rosenp@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Saverio Proto <zioproto@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
micropython: update micropython and micropython-lib to v1.8.6
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Breuss Simon <simon.breuss@gmail.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
chrony: update to 2.4.1
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
tcpreplay: upgrade to 4.1.2
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Contains patch that fixes compat with musl:
https://github.com/appneta/tcpreplay/commit/7c942b71d4ace7425a26e4670f8fbd5814b2339b
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@riverbed.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
net/stunnel: Update to 5.37
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Updates stunnel to version 5.37
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
wifischeduler: turns WiFi on and off according to a schedule
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Turns WiFi on and off according to a schedule
Signed-off-by: Nils Koenig <openwrt@newk.it>
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
UltraVNC Repeater
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Jirka Spicak <robutek@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
lang/python-pcapy: Added python-pcapy package
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/CoreSecurity/pcapy
Pcapy is a Python extension module that enables software written in Python to access the routines from the pcap packet capture library.
Signed-off-by: Andrew McConachie <andrew@depht.com>>
|
| |_|/ /
|/| | |
| | | |
| | | | |
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
|\ \ \ \
| |_|_|/
|/| | | |
ruby: bump to 2.3.2
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This release contains update of RubyGems 2.5.2 and update of included ssl certificates.
There are many bugfixes too. See the http://svn.ruby-lang.org/repos/ruby/tags/v2_3_2/ChangeLog
for details.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
|