Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-use-var-spool.patch | use /var/spool Modify sample configuration file to use /var/spool/tayga instead of /var/db/tayga |
"Andrew O. Shadura" <bugzilla@tut.by> | no | 2011-06-15 | ||
0002-manpage.patch | manpage Don't use hyphen as minus sign in man pages. |
"Andrew O. Shadura" <bugzilla@tut.by> | no | 2011-06-15 | ||
0003-configure-no-CFLAGS.patch | configure no-CFLAGS Allow CFLAGS to default in configure.ac instead of hardwiring to -g -O2 |
"Barak A. Pearlmutter" <barak+git@cs.nuim.ie> | no | 2012-04-18 | ||
0004-quote-make-var.patch | quote make var Quote filename containing variable modifiable at make time. |
"Barak A. Pearlmutter" <barak+git@cs.nuim.ie> | no | 2012-04-18 | ||
0005-guard-chdir.patch | guard chdir Guard chdir calls to avoid ignored-return-value warnings. |
"Barak A. Pearlmutter" <barak+git@cs.nuim.ie> | no | 2012-04-18 | ||
0006-guard-write.patch | guard write Guard write call, avoid ignored-return-value warning. (This is not a false positive: a very subtle attack would consist of filling up the filesystem so much that only a partial PID is written, causing the wrong PID to be signaled later.) (Note that, technically speaking, if only some of the buffer is written we should retry the rest in a loop. But in this case, that seems exceedingly unlikely.) |
"Barak A. Pearlmutter" <barak+git@cs.nuim.ie> | no | 2012-04-18 | ||
0007-static-EAM.patch | static EAM Support SIIT-DC styled EAM static maps Introduce Explicit Address Mapping as defined in RFC7757. This extends the `map <ipv4> <ipv6>` into `map <ipv4 subnet> <ipv6 subnet>`. |
Benda Xu <heroxbd@gentoo.org> | invalid | 2018-12-28 | ||
0008-manpage-RFC.patch | manpage RFC | Benda Xu <heroxbd@gentoo.org> | invalid | 2018-12-28 | ||
0009-systemd-service-file-for-tayga.patch | systemd service file for tayga Snarfed from https://ingvar.fedorapeople.org/tayga/tayga-0.9.2_redhat_initscripts_and_systemd.patch |
"Barak A. Pearlmutter" <barak+git@pearlmutter.net> | no | 2019-02-13 | ||
0010-include-for-writev.patch | include for writev nat64.c:119:6: warning: implicit declaration of function `writev'; did you mean `write'? [-Wimplicit-function-declaration] if (writev(gcfg->tun_fd, iov, data_len ? 2 : 1) < 0) ^~~~~~ write |
"Barak A. Pearlmutter" <barak+git@pearlmutter.net> | no | 2019-02-19 | ||
0011-null-char.patch | null char conffile.c:225:12: warning: assignment to `char' from `void *' makes integer from pointer without a cast [-Wint-conversion] slash[0] = NULL; ^ conffile.c:240:12: warning: assignment to `char' from `void *' makes integer from pointer without a cast [-Wint-conversion] slash[0] = NULL; ^ |
"Barak A. Pearlmutter" <barak+git@pearlmutter.net> | no | 2019-02-19 |