- Dec 08, 2017
-
-
Zoltan Herpai authored
CC: upgrade libpcap to 1.8.1
-
- Dec 07, 2017
-
-
Zefir Kurtisi authored
Add patches provided upstream [1] by Fabio Berton to fix error: > ./gencode.c: In function 'pcap_compile': > ./gencode.c:693:8: error: 'compiler_state_t {aka struct _compiler_state}' has no member named 'ai' > cstate.ai = NULL; > ^ > ./gencode.c: In function 'gen_gateway': > ./gencode.c:4914:13: error: 'cstate' undeclared (first use in this function) > bpf_error(cstate, "direction applied to 'gateway'"); > ^ [1] https://github.com/the-tcpdump-group/libpcap/pull/541 Signed-off-by:
Fabio Berton <fabio.berton@ossystems.com.br> Tested-by:
Zefir Kurtisi <zefir.kurtisi@neratec.com>
-
p-wassi authored
Update libpcap to upstream release 1.8.1 Change the name from libpcap.so.1.3 to libpcap.so.1 Remove parts of patch 201 which moved code among src files. Import patch 204 from Debian to update the USB path. Signed-off-by:
Paul Wassi <p.wassi@gmx.at> Signed-off-by: Felix Fietkau <nbd@nbd.name> [fix parallel build bug]
-
Matthias Schiffer authored
There seems to be a situation in which a rebuild of libpcap.so is triggered in the install step of the libpcap Makefile. libpcap.so is the wrong target, leading to the build failure reported in [1]. Fix the dependency of install-shared-so to $(SHAREDLIB) so the build can succeed in this case. [1] https://dev.openwrt.org/ticket/19894 Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
Dirk Neukirchen authored
Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de>
-
John Crispin authored
If building usbmon support then you'll likely want to have USB support in libpcap as well. Signed-off-by:
Bjørn Mork <bjorn@mork.no> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47265 3c298f89-4303-0410-b956-a3cf2f4a3e73
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46776 3c298f89-4303-0410-b956-a3cf2f4a3e73
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46074 3c298f89-4303-0410-b956-a3cf2f4a3e73
-
- Dec 06, 2017
-
-
Zoltan Herpai authored
CC: brcm2708-gpu-fw: update md5sum in Makefile
-
- Nov 25, 2017
-
-
Zoltan HERPAI authored
Compile-tested: ar71xx, sunxi, mvebu, ramips/rt305x, lantiq Runtime-tested: ar71xx, sunxi Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu>
-
- Nov 20, 2017
-
-
Nico Maas authored
Update the MD5 of the firmware for Raspberry Pi to enable build on the Chaos Calmer / 15.05.1 target again. The checksum changed due to changes of the Github Tar Handling as described here: raspberrypi/firmware#873 After that change, builds for RPi on 15.05.1 succeed again. Signed-off-by:
Nico Maas <mail@nico-maas.de>
-
- Nov 12, 2017
-
-
Zoltan HERPAI authored
Compile-tested: ar71xx, sunxi, mvebu, ppc44x Runtime-tested: ar71xx, sunxi Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu>
-
- Nov 04, 2017
-
-
Zoltan HERPAI authored
Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu>
-
Christian Schoenebeck authored
Signed-off-by:
Christian Schoenebeck <christian.schoenebeck@gmail.com>
-
Stanislav Izmalkov authored
Signed-off-by:
Stanislav Izmalkov <izstas@live.ru>
-
Daniel Dickinson authored
Some packages don't use /etc/ssl/certs but instead use /etc/ssl/certs/ca-certificates.crt. For those packages add a ca-bundle package>. Signed-off-by:
Daniel Dickinson <openwrt@daniel.thecshore.com>
-
Felix Fietkau authored
- update to latest version 20160104 - remove cpu dependency (PKGARCH:=all) - set myself as package maintainer Signed-off-by:
Christian Schoenebeck <christian.schoenebeck@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48271 3c298f89-4303-0410-b956-a3cf2f4a3e73
-
John Crispin authored
update to version 20151214 Signed-off-by:
Christian Schoenebeck <christian.schoenebeck@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48000 3c298f89-4303-0410-b956-a3cf2f4a3e73
-
Zoltan HERPAI authored
Fixes: CVE-2017-3735 CVE-2017-3736 Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu>
-
Zoltan HERPAI authored
Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu>
-
Zoltan HERPAI authored
Runtime-tested on ar71xx. Fixes: CVE-2016-2543 CVE-2017-12190 CVE-2017-15265 CVE-2017-15649 CVE-2017-15299 CVE-2017-12193 Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu>
-
Zoltan HERPAI authored
Drop hardcoded URL and use the @KERNEL alias. Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu>
-
- Oct 23, 2017
-
-
Zoltan Herpai authored
CC15.05: scripts/getver.sh: Fix revision numbering (for Github-based repo)
-
- Oct 22, 2017
-
-
Zoltan Herpai authored
CC: add download facilities
-
John Crispin authored
Define a new alias (@GITHUB) for downloading raw github repository files Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49138 3c298f89-4303-0410-b956-a3cf2f4a3e73
-
Felix Fietkau authored
The Apache Software Foundation offers diverse download mirros. For packaging Apache software a new alias @APACHE is defined. Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48270 3c298f89-4303-0410-b956-a3cf2f4a3e73
-
ynezz authored
More info at https://www.kernel.org/introducing-fastly-cdn.html Signed-off-by:
Petr Štetiar <ynezz@true.cz>
-
- Oct 18, 2017
-
-
Zoltan Herpai authored
CC: upgrade openssl, fix ugps compilation
-
Zoltan Herpai authored
wireguard: simple version bump [for chaos_calmer]
-
- Oct 17, 2017
-
-
Jason A. Donenfeld authored
This is a simple version bump. Signed-off-by:
Jason A. Donenfeld <Jason@zx2c4.com>
-
- Oct 16, 2017
-
-
Zoltan HERPAI authored
Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu>
-
Zoltan HERPAI authored
Thanks to alex <peterwillcn@gmail.com> for reporting a fix. Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu>
-
Zoltan Herpai authored
wireguard: add wireguard to base packages [chaos branch]
-
Zoltan Herpai authored
CC: upgrade hostapd to 2016-06-15, include KRACK fix
-
Jason A. Donenfeld authored
Move wireguard from openwrt/packages to openwrt/openwrt. This has already been done with lede/source and has already been removed from openwrt/packages, and so this commit brings this to parity here, so that there isn't a regression for openwrt users. Original message follows below: This follows the pattern of kmod-cake and openvpn. Cake is a fast-moving experimental kernel module that many find essential and useful. The other is a VPN client. Both are inside of core. When you combine the two characteristics, you get WireGuard. Generally speaking, because of the extremely lightweight nature and "stateless" configuration of WireGuard, many view it as a core and essential utility, initiated at boot time and immediately configured by netifd, much like the use of things like GRE tunnels. WireGuard has a backwards and forwards compatible Netlink API, which means the userspace tools should work with both newer and older kernels as things change. There should be no versioning requirements, therefore, between kernel bumps and userspace package bumps. Signed-off-by:
Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> Signed-off-by:
Jason A. Donenfeld <Jason@zx2c4.com>
-
Zoltan Herpai authored
CC: mbedtls fixes
-
Zoltan HERPAI authored
Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu>
-
Kevin Darbyshire-Bryant authored
luci using ustream-mbedtls is extremely slow vs ustream-polarssl. polarssl alias mbedtls v1 is configured to use NIST prime speed optimisation, so no longer disable the default optimisation for mbedtls v2. Compile & run tested: Archer C7v2 Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> [Jo-Philipp Wich: refresh patch to use common format] Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Zoltan HERPAI authored
Fixes: - CERT case ID: VU#228519 - CVE-2017-13077 - CVE-2017-13078 - CVE-2017-13079 - CVE-2017-13080 - CVE-2017-13081 - CVE-2017-13082 - CVE-2017-13086 - CVE-2017-13087 - CVE-2017-13088 For more information, please refer to: https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-