mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-30 20:58:14 -07:00
update EAPI 7 -> 8 update HOMEPAGE (redirect, http+S) add github repo into metadata make httpd optional with libwebsockets switch to gtk-3[X] only remove virtual/jpeg patches : fix userflags add missing 'else' (patch merged) fix musl with uint instead of u_int fix gcc15 fix libwebsockets compatibility with a simplified config 1.6.0 is out but httpd is not functionnal Closes: https://bugs.gentoo.org/821427 Closes: https://bugs.gentoo.org/892007 Closes: https://bugs.gentoo.org/962581 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43741 Signed-off-by: Sam James <sam@gentoo.org>
15 lines
444 B
XML
15 lines
444 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>netmon@gentoo.org</email>
|
|
<name>Gentoo network monitoring and analysis project</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="httpd">Enable the HTTP/WebSockets server to display images</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">deiv/driftnet</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|