| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
-O3 already includes -fomit-frame-pointer -fschedule-insns2
Thanks Philip Prindeville for pointing this out and sorry for the noise.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|\
| |
| | |
sound/lame: Add optional experimental optimization
|
| |
| |
| |
| |
| |
| |
| | |
Add optional experimental optimization
Generic approach for --enable-expopt=full
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|\ \
| | |
| | | |
sound/fdk-aac: Update to latest commit
|
| |/
| |
| |
| |
| |
| |
| | |
Update to latest commit upstream
Add optimization option
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|\ \
| |/
|/| |
utils/ccid: Update to 1.4.28
|
| |
| |
| |
| |
| | |
Update ccid to 1.4.28
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|\ \
| | |
| | | |
libxslt: Update to version 1.1.31
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net>
|
|/ /
| |
| |
| |
| |
| |
| | |
At the moment, the description for libiio is hidden by the short one, which
is intended for iiod. Fix this by removing the redefinition.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \
| | |
| | | |
utils/lxc: disable gnutls during configure
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Previous versions of LXC never compiled in gnutls support due to a bug in the
configure script. As other TLS implementations are not supported and the feature
was disabled in previous builds, disable it during configure.
See https://github.com/lxc/lxc/pull/1360 for details regarding the bug in the
autoconf of the previous versions.
Signed-off-by: Karl Vogel <karl.vogel@gmail.com>
|
|\ \ \
| | | |
| | | | |
ddns-script: fix update_url incorrect for duckdns.org service
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Maintainer: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Compile tested: arch:arm, OpenWRT/LEDE version:for-15.05
Run tested: arch:arm, OpenWRT/LEDE version:for-15.05, tests done
Description:
<ddns-script>: fix update_url incorrect for duckdns.org service
Signed-off-by: Wendy Wu <wendy2001011@163.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Mirko Vogt <mirko-openwrt@nanl.de>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
While at, add a missing word in the description of the -utils package.
(Only compile tested at the moment for mxs platform.)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \ \ \
| | | | |
| | | | | |
libs/fftw3: Updated to the latest release
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Vladimir Ulrich <admin@evl.su>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
wget: fix update to 1.19.2 for buildbot
I modifed the commit in this PR to reflect the already pushed version bump change by @tripolar
Several targets have already failed in buildbot like
```
target-arm_cortex-a15+neon-vfpv4_musl_eabi/wget-nossl/wget-1.19.2'
Package wget-nossl is missing dependencies for the following libraries:
libunistring.so.2
```
So, let's try to overcome that libunistring linkage with a hack that makes the actual libunistring overlooked.
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Disable linkage to libunistring with a hack: advice configure
to use included libunistring when there is actually none.
This avoids libunistring detection in buildbot the the need
for dependency.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\ \ \ \
| | | | |
| | | | | |
mikrotik-btest: Add package
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
mikrotik-btest is a bandwidth test client compatible with Mikrotik's RouterOS BTest server.
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
|
| |/ / /
|/| | |
| | | |
| | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
perl: when Makefile.PL fails give more feedback
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
There are a few packages which mysteriously fail during the configure
stage. Give us better means of understanding why.
Also, some Makefile.PL's have "use" statements which reference
files which are in or under ".".
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes: CVE-2017-13089, CVE-2017-13090
switch to gz as there is no xz tarball for 1.19.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
As jool builds a kernel module, a PKG_BUILD_DIR under KERNEL_BUILD_DIR must
be used to avoid reusing build artifacts when switching to a different
target of the same architecture. Otherwise, kernel ABI mismatches may
result, leading to an unusuable module, or build failures like the
following:
Package kmod-jool is missing dependencies for the following libraries:
crypto_hash.ko
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes the following CVEs:
CVE-2017-15227
https://nvd.nist.gov/vuln/detail/CVE-2017-15227
CVE-2017-15228
https://nvd.nist.gov/vuln/detail/CVE-2017-15228
CVE-2017-15721
https://nvd.nist.gov/vuln/detail/CVE-2017-15721
CVE-2017-15722
https://nvd.nist.gov/vuln/detail/CVE-2017-15722
CVE-2017-15723
https://nvd.nist.gov/vuln/detail/CVE-2017-15723
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
libs/faad2: Update to 2.8.6
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Update faad2 to 2.8.6
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Update several python packages
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|