| Commit message (Collapse) | Author | Age |
|\
| |
| | |
nano: Update to 2.8.6
|
| |
| |
| |
| | |
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
|
|\ \
| | |
| | |
| | |
| | | |
libs/speex: version bump and refactoring
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- speexdsp has been broken out of the speex package by upstream. The
released versions of both aren't aligned (speex is at 1.2.0, speexdsp
at 1.2rc3). Break out speexdsp into its own Makefile accordingly.
- Don't disable VBR anymore as it has its applications (i.e. can be used
with freeswitch-stable).
- Prevent build system from changing our CFLAGS (--enable-sse=no).
- Make integer mode depend on SOFT_FLOAT symbol so it doesn't get
enabled on devices with FPUs.
- Use PKG_INSTALL and remove custom Build/Compile as there is no need
for this.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
|\ \ \
| |/ /
|/| | |
nlbwmon: add package
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This commit introduces nlbwmon, the lightweight NetLink BandWidth Montor.
The nlbwmon daemon gathers per-host traffic statistics by querying netlink
accounting data. Due to this approach, the executable is very small and does
not rely on libpcap and CPU intensive raw sockets to monitor traffic.
Besides raw per-host traffic counters, nlbwmon also support rudimentary
traffic classification by observing IP protocols and used port numbers.
Gathered accounting data is stored into a series of database files which
are regularily committed to persistent storage.
Refresh, commit and accounting intervals are freely configurable as well
as the layer7 protocol mapping rules and observed source subnets.
This package also bundles a cli client which can be used to dump the
gathered traffic data as JSON, CSV or plaintext data. A pull request to
add a graphical LuCI frontend for nlbwmon is pending.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|\ \ \
| | | |
| | | | |
lcdproc: Update to 0.5.9
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Drop the makefile code to compile versions directly from git.
Signed-off-by: Harald Geyer <harald@ccbib.org>
|
|\ \ \ \
| |/ / /
|/| | | |
travelmate: update 0.9.1
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
0.9.1
backend:
* load procd reload trigger only in 'manual' mode
* documentation update
frontend:
* further optimized Station Overview & Scan page,
especially for mobile devices
* add a "Rescan" button in manual mode on overview page
* XHTML fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\ \ \ \
| | | | |
| | | | | |
privoxy: clear PKG_MAINTAINER
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
I do not use this software any more and due to lack of time, I give the
maintenance responsibility back to the community.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Use patch pulled from Debian's packaging at
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867986
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This fixes several CVEs:
- in mbstring: CVE-2017-9224, CVE-2017-9226, CVE-2017-9227,
CVE-2017-9228, CVE-2017-9229
- in gd: CVE-2017-7890
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \ \
| |_|/
|/| | |
syslog-ng: fix typo in .pid file path
|
| | |
| | |
| | |
| | | |
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
|\ \ \
| | | |
| | | | |
ntpd: use UCI to synthesize minimal conf file
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Borrowed code from Busybox's sysntpd.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This will cause various kinds of failures in the buildbot
➜ shadowsocks-libev-3.0.7 git:(master) find . -name '*.o' -o -name '*.lo'
./libbloom/murmur2/libbloom_la-MurmurHash2.o
./libbloom/murmur2/libbloom_la-MurmurHash2.lo
./libbloom/libbloom_la-bloom.lo
./libbloom/libbloom_la-bloom.o
➜ shadowsocks-libev-3.0.7 git:(master) ls -l libbloom/murmur2
total 24
-rw-r--r-- 1 yousong yousong 324 Jun 27 14:17 libbloom_la-MurmurHash2.lo
-rw-r--r-- 1 yousong yousong 4168 Jun 27 14:17 libbloom_la-MurmurHash2.o
-rw-r--r-- 1 yousong yousong 1344 Feb 17 08:47 MurmurHash2.c
-rw-r--r-- 1 yousong yousong 142 Feb 17 08:47 murmurhash2.h
-rw-r--r-- 1 yousong yousong 213 Feb 17 08:47 README
➜ shadowsocks-libev-3.0.7 git:(master) file ./libbloom/murmur2/libbloom_la-MurmurHash2.o
./libbloom/murmur2/libbloom_la-MurmurHash2.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped
➜ shadowsocks-libev-3.0.7 git:(master)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The softethervpn does not actually supported CCFLAGS, or other standard
variables, so we need to override CC to include all of those to fix
build errors with external toolchains.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In case a toolchain happens to be built with OpenMP, sox's configure
script would be picking that, but we would not be depending on libgomp
and would fail creating the package.
Since internal OpenWrt/LEDE toolchains don't enable OpenMP by default,
let's just do that here as well.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
|
|\ \ \
| |/ /
|/| | |
rpcd-mod-attendedsysupgrade: add missing .rpcd
|
|/ /
| |
| |
| |
| |
| | |
due to renaming .rpcd was forgotten in the Makefile
Signed-off-by: Paul Spooren <paul@spooren.de>
|
|\ \
| | |
| | | |
syslog-ng: use syslog-ng-ctl to handle reload operation
|
| | |
| | |
| | |
| | | |
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
|\ \ \
| |_|/
|/| | |
python-cryptography: update to version 1.9 ; add python3 variant, and simplify/remove python-cffi host dep
|
| | |
| | |
| | |
| | |
| | |
| | | |
And add myself as 2nd maintainer.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
python-cryptography needs this dep to build
the sources.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
And add myself as 2nd maintainer.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
And add myself as 2nd maintainer.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \
| | |
| | | |
python,python3: refresh patches via refresh cmd (reduce patch fuzz)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This was a bit overdue.
I did not know about this methodology.
Reduces patch fuzz.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
This was a bit overdue.
I did not know about this methodology.
Reduces patch fuzz.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \
| |/
|/| |
sound/mpg123: Update to 1.25.3
|
| |
| |
| |
| |
| | |
Update mpg123 to 1.25.3
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|\ \
| | |
| | | |
forked-daapd: Update to 25.0
|
| | |
| | |
| | |
| | | |
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- It's a common practice that assert should be ignored in release build
- Whether to enable ssp should be decided by the config of build system
This was taken from Makefile in shadowsocks/openwrt-shadowsocks.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
git merge-base does not work as I expected
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
|
|\ \ \
| | | |
| | | | |
rpcd-mod-attendedsysupgrade: add package
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
add ubus call to perform a sysupgrade and acl file for the attended
sysupgrade use case as well uci defaults.
Package is a part of the GSoC 17 project implementing easy
sysupgrade functionality.
Signed-off-by: Paul Spooren <paul@spooren.de>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
|
|\ \ \ \
| |/ / /
|/| | | |
build,travis: allow dash in package name
|