| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/655412
Package-Manager: Portage-2.3.36, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.33, Repoman-2.3.9
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/654604
Package-Manager: Portage-2.3.33, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.24, Repoman-2.3.6
|
|
|
|
| |
Package-Manager: Portage-2.3.24, Repoman-2.3.6
|
|
|
|
| |
Package-Manager: Portage-2.3.21, Repoman-2.3.6
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/645144
Package-Manager: Portage-2.3.19, Repoman-2.3.6
|
|
|
|
| |
Package-Manager: Portage-2.3.19, Repoman-2.3.6
|
|
|
|
| |
Package-Manager: Portage-2.3.19, Repoman-2.3.6
|
|
|
|
|
| |
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"
|
|
|
|
| |
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
|
| |
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"
|
|
|
|
| |
Package-Manager: Portage-2.3.19, Repoman-2.3.6
|
| |
|
|
|
|
|
| |
Bug: 634804
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/634604
Package-Manager: Portage-2.3.11, Repoman-2.3.3
|
|
|
|
|
|
|
|
|
| |
nftables uses mini-gmp in USE=-gmp mode. Use system's gmp by default.
This workarounds #634586 build failure by default but does not fix
underlying problem of mini-gmp incopleteness.
Bug: https://bugs.gentoo.org/634586
Package-Manager: Portage-2.3.11, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.11, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.6, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.6, Repoman-2.3.3
|
|
|
|
| |
Fixes: 73eb8b0a628 (Remove nvinson234@gmail.com as maintainer)
|
|
|
|
|
|
| |
He is no longer a proxied maintainer.
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
|
|
|
|
|
| |
The libexec script doesn't honor the SAVE_OPTIONS variable. This commit fixes
that issue.
Thanks to Phil@nwl.cc for providing the fix for the issue.
Gentoo-bug: 603228
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libnftnl-1.0.7 no longer supports outputing the firewall state as XML.
If a user wants that output, the user must use libnftnl-1.0.6.
Therefore, I added the xml USE flag so I could restrict libnftnl to
1.0.6 when xml is enabled and allow newer versions to be used when it is
not.
Unforunately, nftables unconditionally compiles support for xml output,
so when xml use is attempted with a version of libnftnl that does not
support it, the result is just an empty file.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change the systemd unit files to use
Before=network-pre.target
Wants=network-pre.target
as this better aligns with systemd documentation for this type of
service. Special thanks to Shaun Bouckaert for triggering this review.
He originally asked (via email) about how the connman systemd unit file
handled its dependencies which prompted me to check this package as
well. As for connman, v1.33-r1 seems to be aligned with systemd
documentation.
Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/2649
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Change ConditionPathExists variable value to /var/lib/nftables/rules-save.
The old value, /var/lib/nftables-rules-save, is incorrect.
Package-Manager: portage-2.3.0
Gentoo-Bug: https://bugs.gentoo.org/588688
Closes: https://github.com/gentoo/gentoo/pull/1880
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
nftables-0.6 handling of payload context descriptions was changed from
version 0.5. This change causes the code to segfault when the desc
variable in payload_expr_pctx_update() is set to null. The issue
appears to be fixed with upstream commit
3503738f77cdbe521da1054a37f59ac2e442b4cf. Therefore, backporting that
commit to 0.6 to fix this issue.
Gentoo-bug: 588192
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/1865
|
|
|
|
|
|
|
|
|
| |
- remove extraneous "exit $?" from files/libexec/nftables.sh
- rename nftables.init-r2 to nftables.init
- recreate & rewrite files/systemd/nftables.service into a proper systemd service
- Update nftables-0.6.ebuild to use new file names.
Package-Manager: portage-2.3.0_rc1
|
|
|
|
| |
Package-Manager: portage-2.3.0_rc1
|
|
|
|
|
|
|
|
| |
Fixes bug #584898 and updates the nftables-0.5-pdf-doc.patch to match
upstream submission.
Gentoo-bug: 584898
Package-Manager: portage-2.3.0_rc1
|
|
|
|
|
|
|
|
| |
Update the metadata.xml file so that it conforms with the current
Gentoo policy.
Closes: https://github.com/gentoo/gentoo/pull/1678
Package-Manager: portage-2.3.0_rc1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previous modification changed the cp command to:
instinto /usr/libexec/${PN}
doins "${FILESDIR}"/libexec/${PN}.sh
However, this change is incorrect as it strips the exec flag from ${PN}.sh.
This commit changes the insinto and doins to exeinto and doexe which fixes the
problem.
Gentoo-bug: 586000
Package-Manager: portage-2.3.0_rc1
|
|
|
|
|
|
|
|
|
|
| |
Remove [[ ... ]] bashism from use_legacy() function.
Add missing dependencies and add doc use flag.
Mask doc USE flag on arm due to the unkeyworded dep.
Gentoo-bug: 585800
Closes: https://github.com/gentoo/gentoo/pull/1673
Package-Manager: portage-2.3.0_rc1
|
| |
|
| |
|
|
|
|
|
| |
Replace all uses of herd with appropriate project maintainers, or no
maintainers in case of herds requested to be disbanded.
|
|
|
|
| |
Package-Manager: portage-2.2.26
|
|
|
|
|
|
| |
Required for supporting systemd
Package-Manager: portage-2.2.23
|
|
|
|
| |
Package-Manager: portage-2.2.23
|
|
|
|
| |
Package-Manager: portage-2.2.23
|
|
|
|
| |
Package-Manager: portage-2.2.23
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
|
|
| |
patches submitted by Nicholas Vinson via gentoo bug, set in metadata
as new proxy maintainer by invitation by developer maintainer mreug,
thanks to gokturk for assistance and cross testing
Gentoo bug: #560920
Package-Manager: portage-2.2.20.1
|
| |
|
|
|
|
| |
Package-Manager: portage-2.2.22
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|