aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* sound/lame: Remove unnecessary optimization argsDaniel Engberg2017-11-01
| | | | | | -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>
* Merge pull request #5048 from diizzyy/patch-104Ted Hess2017-11-01
|\ | | | | sound/lame: Add optional experimental optimization
| * sound/lame: Add optional experimental optimizationDaniel Engberg2017-11-01
| | | | | | | | | | | | | | Add optional experimental optimization Generic approach for --enable-expopt=full Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | Merge pull request #5049 from diizzyy/patch-105Ted Hess2017-11-01
|\ \ | | | | | | sound/fdk-aac: Update to latest commit
| * | sound/fdk-aac: Update to latest commitDaniel Engberg2017-11-01
| |/ | | | | | | | | | | | | Update to latest commit upstream Add optimization option Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | Merge pull request #4964 from diizzyy/patch-98Daniel Golle2017-11-01
|\ \ | |/ |/| utils/ccid: Update to 1.4.28
| * utils/ccid: Update to 1.4.28Daniel Engberg2017-10-17
| | | | | | | | | | Update ccid to 1.4.28 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | Merge pull request #5046 from miska/libxsltJiri Slachta2017-11-01
|\ \ | | | | | | libxslt: Update to version 1.1.31
| * | libxslt: Update to version 1.1.31Michal Hrusecky2017-10-31
| | | | | | | | | | | | Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net>
* | | libiio: fix copy & paste error for iiod descriptionMichael Heimpold2017-10-31
|/ / | | | | | | | | | | | | 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>
* | Merge pull request #5019 from KarlVogel/lxc_dependency_issueHannu Nyman2017-10-31
|\ \ | | | | | | utils/lxc: disable gnutls during configure
| * | utils/lxc: disable gnutls during configureKarl Vogel2017-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #5039 from wendy2001011/wendy-1Hannu Nyman2017-10-31
|\ \ \ | | | | | | | | ddns-script: fix update_url incorrect for duckdns.org service
| * | | ddns-script: fix update_url incorrect for duckdns.org serviceWendy Wu2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | python3: package CGI componentMirko Vogt2017-10-31
| | | | | | | | | | | | | | | | Signed-off-by: Mirko Vogt <mirko-openwrt@nanl.de>
* | | | libiio: update to 0.11Michael Heimpold2017-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | php7: update to 7.1.11Michael Heimpold2017-10-31
| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #5038 from Wedmer/fftw_3_3_7Ted Hess2017-10-30
|\ \ \ \ | | | | | | | | | | libs/fftw3: Updated to the latest release
| * | | | libs/fftw3: Updated to the latest releaseVladimir Ulrich2017-10-30
| |/ / / | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | Merge pull request #5029 from hnyman/wget1192Hannu Nyman2017-10-30
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | wget: fix update to 1.19.2 for buildbotHannu Nyman2017-10-30
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #3647 from rogerpueyo/mikrotik-btestchamptar2017-10-30
|\ \ \ \ | | | | | | | | | | mikrotik-btest: Add package
| * | | | mikrotik-btest: Add packageRoger Pueyo Centelles2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mikrotik-btest is a bandwidth test client compatible with Mikrotik's RouterOS BTest server. Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
* | | | | tor: disable lzma to get rid of the liblzma.so.5 dependencyPeter Wagner2017-10-30
| |/ / / |/| | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | screen: update to 4.6.2Etienne Champetier2017-10-29
| | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | Merge pull request #5027 from pprindeville/perl-makefile_pl-failurePhilip Prindeville2017-10-29
|\ \ \ \ | | | | | | | | | | perl: when Makefile.PL fails give more feedback
| * | | | perl: when Makefile.PL fails give more feedbackPhilip Prindeville2017-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | opus-tools: Update to 0.1.10, move to Sound, add myself as co-maintainerTed Hess2017-10-29
| | | | |
* | | | | wget: update to 1.19.2Peter Wagner2017-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | jool: fix PKG_BUILD_DIR to avoid kernel ABI mismatchMatthias Schiffer2017-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | irssi: fix typoPeter Wagner2017-10-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | irssi: update to 1.0.5Peter Wagner2017-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | glib2: update to 2.54.2Peter Wagner2017-10-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | Merge pull request #5035 from diizzyy/patch-101Ted Hess2017-10-29
|\ \ \ \ \ | | | | | | | | | | | | libs/faad2: Update to 2.8.6
| * | | | | libs/faad2: Update to 2.8.6Daniel Engberg2017-10-29
|/ / / / / | | | | | | | | | | | | | | | | | | | | Update faad2 to 2.8.6 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | Merge pull request #5034 from kissg1988/pypkgupdateHannu Nyman2017-10-29
|\ \ \ \ \ | |/ / / / |/| | | | Update several python packages
| * | | | openpyxl: update to 2.5.0b1Gergely Kiss2017-10-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | django-constance: update to 2.0.0Gergely Kiss2017-10-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | django-restframework: update to 3.7.1Gergely Kiss2017-10-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | python-urllib3: update to 1.22Gergely Kiss2017-10-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | django-compressor: update to 2.2Gergely Kiss2017-10-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | django-picklefield: update to 1.0.0Gergely Kiss2017-10-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | gunicorn: update to 19.7.1Gergely Kiss2017-10-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | jdcal: update to 1.3Gergely Kiss2017-10-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | chardet: update to 3.0.4Gergely Kiss2017-10-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | pytz: update to 2017.2Gergely Kiss2017-10-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | simplejson: update to 3.11.1Gergely Kiss2017-10-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | django-postoffice: update to 3.0.3Gergely Kiss2017-10-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | python-dateutil: update to 2.6.1Gergely Kiss2017-10-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | django-statici18n: update to 1.4.0Gergely Kiss2017-10-29
|/ / / / | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>