aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #188 from flichtenheld/bugfixesZoltan Herpai2016-11-231-2/+2
|\ | | | | e2fsprogs: Fix setting of host compiler
| * e2fsprogs: Fix setting of host compilerFrank Lichtenheld2016-11-041-2/+2
| | | | | | | | | | | | | | | | | | The variable is actually called BUILD_CC, not BUILDCC. This didn't cause a lot of problems since the default for HOSTCC in OpenWRT is the same as the default for BUILD_CC (gcc). Signed-off-by: Frank Lichtenheld <frank.lichtenheld@sophos.com>
* | Merge pull request #211 from seragh/owrt-arptables-2015-05-20Zoltan Herpai2016-11-233-64/+12
|\ \ | | | | | | arptables: bump to 2015-05-20
| * | arptables: bump to 2015-05-20Ralph Sennhauser2016-11-133-64/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes building with musl and drops the dependency on the OpenWrt kernel-header patches: 270-uapi-kernel.h-glibc-specific-inclusion-of-sysinfo.h.patch 271-uapi-libc-compat.h-do-not-rely-on-__GLIBC__.patch 272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch Use the new upstream location at netfilter.org and use a define instead of a patch to "optimize". See also: https://git.netfilter.org/arptables/log/ Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
* | | Merge pull request #191 from nmav/tmp-nettle-fatZoltan Herpai2016-11-231-2/+3
|\ \ \ | |/ / |/| | update to 3.3 and enable fat build
| * | nettle: update to 3.3 and enable fat buildNikos Mavrogiannopoulos2016-11-081-2/+3
| |/ | | | | | | | | | | | | This allows to include optimizations such as ARM neon which are detected on run-time. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | ca-certificates: bump to 20161102Stanislav Izmalkov2016-11-131-2/+2
| | | | | | | | Signed-off-by: Stanislav Izmalkov <izstas@live.ru>
* | Merge pull request #198 from seragh/owrt-nftables-0.6Zoltan Herpai2016-11-103-27/+11
|\ \ | | | | | | nftables: version bump to 0.6
| * | nftables: version bump to 0.6Ralph Sennhauser2016-11-072-18/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Use release tarball instead of fetching the sources from git and drop disable-doc-generation patch as running autoreconf is more expensive than generating the docs should the required tools be found on the build host. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
| * | libnftnl: version bump to 1.0.6Ralph Sennhauser2016-11-071-9/+5
| |/ | | | | | | | | | | Also use release tarballs instead of fetching the sources from git. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
* | Merge pull request #199 from seragh/owrt-firewall-2016-11-06Zoltan Herpai2016-11-102-73/+3
|\ \ | | | | | | firewall version bump to 2016-11-06 and xt_id removal
| * | iptables: kernel: drop custom extension xt_idRalph Sennhauser2016-11-071-69/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This extension was added specifically for use by firewall3. Since firewall-2016-11-06 no longer uses it remove it before it finds other creative uses. Should there already be such a use-case outside of OpenWrt I suggest to package this extension properly a la xtables-addons instead. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
| * | firewall: bump to 2016-11-06Ralph Sennhauser2016-11-071-4/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version fixes loading of extensions for users of musl as it no longer relies on undefined behaviour wrt dlclose. There is also a fix which allows to build firewall without patched kernel headers when using musl. Another major feature is support for iptables-1.6.0 and vanilla iptables in general. Last but not least firewall no longer depends on the "in-house" iptables extension xt_id and uses xt_comment instead for tracking its own rules. For other changes consult the commit log. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
* | kernel: kmod-crypto-iv dropped in Linux 4.8Ralph Sennhauser2016-11-031-2/+2
| | | | | | | | | | | | Commit 3a01d0ee2b991c8c267620e63a4ab47cd8c30cc4 upstream Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
* | kernel: remove echainiv.ko from kmod-crypto-ivMatthias Schiffer2016-11-031-4/+3
|/ | | | | | | | There is a separate package kmod-crypto-echainiv for echainiv.ko. Selecting both packages led to a conflict, so remove the file from kmod-crypto-iv. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
* Merge pull request #131 from Ham22/tpmZoltan Herpai2016-10-281-0/+54
|\ | | | | add tpm support
| * kernel: add tpm supportIan Pozella2016-10-151-0/+54
| | | | | | | | | | | | | | | | | | | | This adds kernel support for tpm's providing: * kmod-tpm - tpm framework * kmod-tpm-i2c-infineon - infineon i2c 1.2 spec tpm * kmod-random-tpm - tpm backed rng Signed-off-by: Ian Pozella <Ian.Pozella@imgtec.com> Signed-off-by: Abhijit Mahajani <Abhijit.Mahajani@imgtec.com>
* | mvebu: bugfixes for rangoImre Kaloz2016-10-181-1/+4
| | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
* | mwlwifi: install the 88W8964 firmware, tooImre Kaloz2016-10-161-1/+2
| | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
* | mwlwifi: upgrade to 10.3.2.0-20161013Imre Kaloz2016-10-131-2/+2
| | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
* | hostapd: add interoperability workaround for 80+80 and 160 MHz channelsImre Kaloz2016-10-131-0/+48
|/ | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
* omcproxy: update to git HEADHrvoje Varga2016-10-111-3/+3
| | | | | | | This change also reflect relocation of upstream project which has been moved to OpenWrt GitHub organization. Signed-off-by: Hrvoje Varga <hrvoje.varga@sartura.hr>
* odhcpd: update to git HEADHrvoje Varga2016-10-111-4/+4
| | | | | | | This change also reflect relocation of upstream project which has been moved to OpenWrt GitHub organization. Signed-off-by: Hrvoje Varga <hrvoje.varga@sartura.hr>
* odhcp6c: update to git HEADHrvoje Varga2016-10-111-3/+3
| | | | | | | This change also reflect relocation of upstream project which has been moved to OpenWrt GitHub organization. Signed-off-by: Hrvoje Varga <hrvoje.varga@sartura.hr>
* netfilter,iptables: add optional CHECKSUM moduleDenis Osvald2016-10-072-0/+27
| | | | Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
* Merge pull request #97 from wigyori/masterZoltan Herpai2016-09-266-19/+19
|\ | | | | openssl: update to 1.0.2j
| * openssl: update to 1.0.2jZoltan HERPAI2016-09-266-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Security fixes: * (Severity: High) OCSP Status Request extension unbounded memory growth (CVE-2016-6304) * (Severity: Moderate) SSL_peek() hang on empty record (CVE-2016-6305) * (Severity: Moderate) Missing CRL sanity check (CVE-2016-7052) * 10 Low severity issues Security advisories: https://www.openssl.org/news/secadv/20160922.txt https://www.openssl.org/news/secadv/20160926.txt Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* | Merge pull request #90 from wigyori/masterZoltan Herpai2016-09-216-81/+13
|\| | | | | xtables-addons update, drop sched_getcpu from perf
| * strace: bump to 4.13Ralph Sennhauser2016-09-211-3/+3
| | | | | | | | | | | | Fixes broken btrfs support in 4.12 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
| * perf: disable libcrypto dependencyDirk Neukirchen2016-09-201-0/+1
| | | | | | | | | | | | | | upstream change: 8ee4646038e47d065d35703e3e343136c4cd42aa fixes dependency w. Kernel 4.6 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
| * perf: drop sched_getcpu wrapperRalph Sennhauser2016-09-071-17/+0
| | | | | | | | | | | | Current musl already provides sched_getcpu Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
| * xtables-addons: add missing dependencyFelix Fietkau2016-09-071-1/+1
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * xtables-addons: update to 2.11Dirk Neukirchen2016-09-073-60/+8
| | | | | | | | | | | | | | | | | | | | | | | | - fix compilation w. Kernel 4.6 due to hash->shash crypto API - remove a patch integrated upstream - remove unrecognized configure option removed upstream in 2010 commit 40d0345f1ed02de183b13a6ce38847bc1f4ac48e Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | ncurses: install a dummy libtinfo.a for packages that try to link itnbd2016-08-271-0/+1
|/ | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Merge pull request #60 from yeryomin/ipq806xRoman2016-08-226-0/+512
|\ | | | | full Netgear Nighthawk R7800 support
| * ath10k-firmware: fix QCA9984 board file loadingRoman Yeryomin2016-08-191-0/+1
| | | | | | | | | | | | It's not clear if the error is in file naming in firmware repository or in the driver, so fix it here for now. Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * mac80211: add QCA9984 related patches and fixesRoman Yeryomin2016-08-195-0/+511
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | kernel: add kmod-squashfsMatteo Croce2016-08-191-0/+16
| | | | | | | | | | | | add kernel package to build squashfs as module when it's not the root filesystem Signed-off-by: Matteo Croce <matteo.croce@canonical.com>
* | libubox: update to the latest version, adds a few utility functionsFelix Fietkau2016-08-191-2/+2
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | u-boot-envtools: fix building with glibcJosua Mayer2016-08-181-0/+13
| | | | | | | | | | | | | | | | tools/env/fw_env.c misses to include stdint.h. Apparently musl doesn't mind and includes this header by default, but glibc does not and causes the build to fail. Signed-off-by: Josua Mayer <josua.mayer97@gmail.com>
* | libs/gmp: update to 6.1.1Hannu Nyman2016-08-181-2/+2
| | | | | | | | | | | | Update libgmp to 6.1.1 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | dropbear: security update to 2016.74Jo-Philipp Wich2016-08-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Security: Message printout was vulnerable to format string injection. If specific usernames including "%" symbols can be created on a system (validated by getpwnam()) then an attacker could run arbitrary code as root when connecting to Dropbear server. A dbclient user who can control username or host arguments could potentially run arbitrary code as the dbclient user. This could be a problem if scripts or webpages pass untrusted input to the dbclient program. - Security: dropbearconvert import of OpenSSH keys could run arbitrary code as the local dropbearconvert user when parsing malicious key files - Security: dbclient could run arbitrary code as the local dbclient user if particular -m or -c arguments are provided. This could be an issue where dbclient is used in scripts. - Security: dbclient or dropbear server could expose process memory to the running user if compiled with DEBUG_TRACE and running with -v The security issues were reported by an anonymous researcher working with Beyond Security's SecuriTeam Secure Disclosure www.beyondsecurity.com/ssd.html Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | procd: update to the latest versionFelix Fietkau2016-08-181-2/+2
| | | | | | | | | | | | Fixes a long standing design issue in handling of delayed triggers Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | fstools: update to latest HEADDaniel Golle2016-08-181-2/+2
| | | | | | | | | | | | | | | | Fixes duplicate ubiblock entries being listed and improves find_mount_point to also match against a block device's major:minor numbers (needed e.g. for /dev/root). Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | fstools: update to latest git HEADJohn Crispin2016-08-181-2/+2
| | | | | | | | Signed-off-by: John Crispin <john@phrozen.org>
* | fstools: update to latest git versionJohn Crispin2016-08-181-2/+2
| | | | | | | | | | | | | | * adds support for ACL mount flags * adds vfat fsck support Signed-off-by: John Crispin <john@phrozen.org>
* | fstools: update to latest git HEADJohn Crispin2016-08-181-2/+2
| | | | | | | | | | | | | | | | the recent fixes to make mount_root work during failsafe caused lots of unwanted side effects. use the new preinit sentinel file to detect if we are in preinit. this will also work if logged in via ssh. Signed-off-by: John Crispin <john@phrozen.org>
* | ugps: update to latest git HEADJohn Crispin2016-08-181-2/+2
| | | | | | | | Signed-off-by: John Crispin <john@phrozen.org>
* | iperf3: update to version 3.1.3Hauke Mehrtens2016-08-181-2/+2
| | | | | | | | | | | | | | | | | | | | old size: iperf3_3.0.11-1_mips_34kc_dsp.ipk 30147 new size: iperf3_3.1.3-1_mips_34kc_dsp.ipk 33640 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | iperf: update to version 2.0.9Hauke Mehrtens2016-08-181-2/+2
| | | | | | | | | | | | | | | | | | | | old size: iperf_2.0.8-1_mips_34kc_dsp.ipk 27911 new size: iperf_2.0.9-1_mips_34kc_dsp.ipk 28681 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>