This package provides debug sources for package wireguard. Debug sources are useful when developing applications that use this package or when debugging this package.
Homepage | https://www.wireguard.com/ |
---|
0.0.20200318

Distribution | Version | Since | Package | Installed | Packager | |
---|---|---|---|---|---|---|
![]() | rpm | 0.0.20200318-1.2 | 2020-03-26 | 322 kiB | 1.18 MiB | https://bugs.opensuse.org |
Latest updates

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20200318-1.1 to 0.0.20200318-1.2
2020-03-26
- Update to version 0.0.20200318
- compat: RHEL 7 backported skb_ensure_writable()
- compat: RHEL 8.2 backported ipv6_dst_lookup_flow
- curve25519-x86_64: avoid use of r12
- wireguard: queueing: account for skb->protocol==0
- receive: remove dead code from default packet type case
- noise: error out precomputed DH during handshake rather than config
- send: use normaler alignment formula from upstream

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20200215-2.2 to 0.0.20200318-1.1
2020-03-23
- Update to version 0.0.20200318
- compat: RHEL 7 backported skb_ensure_writable()
- compat: RHEL 8.2 backported ipv6_dst_lookup_flow
- curve25519-x86_64: avoid use of r12
- wireguard: queueing: account for skb->protocol==0
- receive: remove dead code from default packet type case
- noise: error out precomputed DH during handshake rather than config
- send: use normaler alignment formula from upstream

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20200215-2.1 to 0.0.20200215-2.2
2020-03-20
- Fix build on openSUSE 15.2
- wireguard-fix-leap152.patch

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20200215-1.3 to 0.0.20200215-2.1
2020-03-07
- Fix build on openSUSE 15.2
- wireguard-fix-leap152.patch

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20200215-1.2 to 0.0.20200215-1.3
2020-03-07
- Update to version 0.0.20200215
- send: cleanup skb padding calculation
- socket: remove useless synchronize_net

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20200215-1.1 to 0.0.20200215-1.2
2020-02-28
- Update to version 0.0.20200215
- send: cleanup skb padding calculation
- socket: remove useless synchronize_net

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20200214-1.3 to 0.0.20200215-1.1
2020-02-27
- Update to version 0.0.20200215
- send: cleanup skb padding calculation
- socket: remove useless synchronize_net

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20200214-1.2 to 0.0.20200214-1.3
2020-02-26
- Update to version 0.0.20200214
- chacha20poly1305: defensively protect against large inputs
- netns: ensure that icmp src address is correct with nat
- receive: reset last_under_load to zero
- send: account for mtu=0 devices

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20200205-1.3 to 0.0.20200214-1.2
2020-02-19
- Update to version 0.0.20200214
- chacha20poly1305: defensively protect against large inputs
- netns: ensure that icmp src address is correct with nat
- receive: reset last_under_load to zero
- send: account for mtu=0 devices

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20200205-1.2 to 0.0.20200205-1.3
2020-02-13
- Update to version 0.0.20200205
- allowedips: remove previously added list item when OOM fail
- noise: reject peers with low order public keys
- netns: ensure non-addition of peers with failed precomputation
- netns: tie socket waiting to target pid

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20200128-1.3 to 0.0.20200205-1.2
2020-02-09
- Update to version 0.0.20200205
- allowedips: remove previously added list item when OOM fail
- noise: reject peers with low order public keys
- netns: ensure non-addition of peers with failed precomputation
- netns: tie socket waiting to target pid

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20200121-1.3 to 0.0.20200128-1.3
2020-02-04
- Update to version 0.0.20200128
- qemu: bump kernel
- compat: refuse to build on >= 5.6
- compat: account for frankenzinc being in 5.5

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20200121-1.2 to 0.0.20200121-1.3
2020-01-29
- Update to version 0.0.20200121
- Makefile: strip prefixed v from version.h
- device: skb_list_walk_safe moved upstream
- curve25519: x86_64: replace with formally verified implementation

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20200105-1.1 to 0.0.20200121-1.2
2020-01-24
- Update to version 0.0.20200121
- Makefile: strip prefixed v from version.h
- device: skb_list_walk_safe moved upstream
- curve25519: x86_64: replace with formally verified implementation

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20191219-1.3 to 0.0.20200105-1.1
2020-01-23
- Update to version 0.0.20200105
- socket: mark skbs as not on list when receiving via gro

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20191219-1.2 to 0.0.20191219-1.3
2020-01-15
- Update to version 0.0.20191219
- wg-quick: linux: try both iptables(8) and nft(8) on teardown
- wg-quick: linux: use already configured addresses instead of in-memory
- compat: ipv6_dst_lookup_flow was backported to 5.3 and 5.4
- tools: adjust wg.8 syntax for consistency in COMMANDS section

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20191219-1.1 to 0.0.20191219-1.2
2020-01-10
- Update to version 0.0.20191219
- wg-quick: linux: try both iptables(8) and nft(8) on teardown
- wg-quick: linux: use already configured addresses instead of in-memory
- compat: ipv6_dst_lookup_flow was backported to 5.3 and 5.4
- tools: adjust wg.8 syntax for consistency in COMMANDS section

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20191212-1.1 to 0.0.20191219-1.1
2019-12-24
- Update to version 0.0.20191219
- wg-quick: linux: try both iptables(8) and nft(8) on teardown
- wg-quick: linux: use already configured addresses instead of in-memory
- compat: ipv6_dst_lookup_flow was backported to 5.3 and 5.4
- tools: adjust wg.8 syntax for consistency in COMMANDS section

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20191205-1.1 to 0.0.20191212-1.1
2019-12-15
- Update to version 0.0.20191212
- socket: convert to ipv6_dst_lookup_flow for 5.5
- wg-quick: linux: add support for nft and prefer it
- wg-quick: linux: support older nft(8)
- global: fix up spelling
- main: remove unused include <linux/version.h>

OpenSUSE Tumbleweed debug/oss: Updated from 0.0.20191127-1.1 to 0.0.20191205-1.1
2019-12-07
- Update to version 0.0.20191127
- wg-quick: linux: suppress error when finding unused table
- wg-quick: linux: ensure postdown hooks execute
- wg-quick: linux: have remove_iptables return true
- wg-quick: linux: iptables-* -w is not widely supported
- ipc: make sure userspace communication frees wgdevice
Related packages
wireguard - fast, modern, secure kernel VPN tunnel (metapackage)