similar to: [Bug 1146] New: configure ignores enable-static=yes

Displaying 20 results from an estimated 2000 matches similar to: "[Bug 1146] New: configure ignores enable-static=yes"

2007 Aug 28
2
memdisk patch
Hello all, I ran across a couple bugs in memdisk concerning hd images the other day. With the attached patch I've been able to successfully boot a 32MB gzipped hd image. (I'll put the image up for a short while at ftp://ftp.io.com/pub/usr/duanev/fdoshd.img.gz) The pxelinux.cfg entry I'm using is: label fdos kernel memdisk append keeppxe initrd=fdoshd.img.gz
2014 Apr 13
4
[Bug 914] New: nft configure does not use --prefix as include/lib search path
https://bugzilla.netfilter.org/show_bug.cgi?id=914 Summary: nft configure does not use --prefix as include/lib search path Product: nftables Version: unspecified Platform: x86_64 OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: nft AssignedTo: pablo at
2018 Jan 14
2
[Bug 1215] New: nft -c "" segfaults
https://bugzilla.netfilter.org/show_bug.cgi?id=1215 Bug ID: 1215 Summary: nft -c "" segfaults Product: nftables Version: unspecified Hardware: x86_64 OS: other Status: NEW Severity: major Priority: P5 Component: nft Assignee: pablo at netfilter.org
2018 Feb 22
1
[Bug 1230] New: checking for libmnl... no in cross-compile
https://bugzilla.netfilter.org/show_bug.cgi?id=1230 Bug ID: 1230 Summary: checking for libmnl... no in cross-compile Product: iptables Version: 1.6.x Hardware: All OS: Ubuntu Status: NEW Severity: enhancement Priority: P5 Component: iptables Assignee: netfilter-buglog at
2012 Jan 02
0
[ANNOUNCE] libmnl 1.0.2 release
Hi! The Netfilter project presents libmnl-1.0.0 libmnl is a minimalistic user-space library oriented to Netlink developers. There are a lot of common tasks in parsing, validating, constructing of both the Netlink header and TLVs that are repetitive and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. This library
2018 Feb 02
0
[ANNOUNCE] nftables 0.8.2 release
Hi! The Netfilter project proudly presents: nftables 0.8.2 This release fixes ./configure --with-xtables that enables interaction between iptables-compat [1] and nft, and it also includes a bunch of documentation updates. This release introduces a new explicit option for interval sets, that enables auto-merge of adjacent/overlapping elements when adding them to the set, eg. table
2020 Jun 15
0
[ANNOUNCE] nftables 0.9.6 release
Hi! The Netfilter project proudly presents: nftables 0.9.6 This release fixes vmap support which broke in 0.9.5. You can download this new release from: https://www.netfilter.org/projects/nftables/downloads.html#nftables-0.9.6 https://www.netfilter.org/pub/nftables/ To build the code, libnftnl 1.1.7 and libmnl >= 1.0.4 are required: *
2017 Dec 14
5
[Bug 1205] New: libnftl symbols not visible when built with clang
https://bugzilla.netfilter.org/show_bug.cgi?id=1205 Bug ID: 1205 Summary: libnftl symbols not visible when built with clang Product: netfilter/iptables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: unknown Assignee:
2012 May 26
1
[ANNOUNCE] libmnl 1.0.3 release
Hi! The Netfilter project proudly presents: libmnl 1.0.3 libmnl is a minimalistic (really!) library that provides simple abstractions to communicate using Netlink sockets. If you're looking for a way to communicate some kernel subsystem and user-space, Netlink provides a nice method to do so. For those not yet familiar with Netlink, I suggest you to read:
2018 Feb 05
0
[Bug 1223] New: libmnl does not compile with #undef HAVE_VISIBILITY_HIDDEN
https://bugzilla.netfilter.org/show_bug.cgi?id=1223 Bug ID: 1223 Summary: libmnl does not compile with #undef HAVE_VISIBILITY_HIDDEN Product: libmnl Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: libmnl
2023 Jul 03
2
[Bug 1691] New: mnl_nlmsg_ok returns true on malformed/incomplete messages leading to potential runtime issues
https://bugzilla.netfilter.org/show_bug.cgi?id=1691 Bug ID: 1691 Summary: mnl_nlmsg_ok returns true on malformed/incomplete messages leading to potential runtime issues Product: libmnl Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: normal Priority: P5
2011 Apr 28
1
libvirt security update CVE-2011-1146
Hello, I have seen that package libvirt-0.8.2-15.el5_6.3 on CentOS 5.6 which addresses CVE-2011-1146 <https://www.redhat.com/security/data/cve/CVE-2011-1146.html> vulnerability is not yet available while for example it is on Scientific Linux. Is there any particular reason why the above rpm update is still not available on mirrors ? thank you Rick -------------- next part
2014 Oct 26
3
[Bug 983] New: mnl_socket_recvfrom hangs in example code
https://bugzilla.netfilter.org/show_bug.cgi?id=983 Bug ID: 983 Summary: mnl_socket_recvfrom hangs in example code Product: nftables Version: unspecified Hardware: x86_64 OS: Fedora Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at netfilter.org
2018 Jan 16
0
[ANNOUNCE] nftables 0.8.1 release
Hi! The Netfilter project proudly presents: nftables 0.8.1 This release contains mostly incremental fixes and documentation updates, such as fixing up ./configure --with-mini-gmp for embedded setups that don't have libgmp. Deprecated syntax ================= This release deprecates the "flow table" syntax in favor of "meter" to address Netfilter's bugzilla
2013 Sep 25
1
[Bug 853] New: mnl_socket_open() doc lists incorrect return type
https://bugzilla.netfilter.org/show_bug.cgi?id=853 Summary: mnl_socket_open() doc lists incorrect return type Product: libmnl Version: unspecified Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P5 Component: libmnl AssignedTo: pablo at netfilter.org ReportedBy: josh
2020 Jun 06
0
[ANNOUNCE] nftables 0.9.5 release
Hi! The Netfilter project proudly presents: nftables 0.9.5 This release contains fixes and new features available up to the Linux kernel 5.7 release. * Support for set counters: table ip x { set y { typeof ip saddr counter elements = { 192.168.10.35, 192.168.10.101, 192.168.10.135 } }
2020 Oct 27
0
[ANNOUNCE] nftables 0.9.7 release
Hi! The Netfilter project proudly presents: nftables 0.9.7 This release contains fixes and new features available up to the Linux kernel 5.10-rc1 release. * Support for implicit chain, e.g. table inet x { chain y { type filter hook input priority 0; tcp dport 22 jump { ip saddr { 127.0.0.0/8, 172.23.0.0/16, 192.168.13.0/24 }
2014 Apr 04
1
[Bug 913] New: Memory allocation failure, Segmentation fault (core dumped) when running 'nft list tables'
https://bugzilla.netfilter.org/show_bug.cgi?id=913 Summary: Memory allocation failure, Segmentation fault (core dumped) when running 'nft list tables' Product: nftables Version: unspecified Platform: x86_64 OS/Version: other Status: NEW Severity: enhancement Priority: P5
2020 Apr 01
0
[ANNOUNCE] libnetfilter_conntrack 1.0.8 release
Hi! The Netfilter project proudly presents: libnetfilter_conntrack 1.0.8 libnetfilter_conntrack is a userspace library providing a programming interface (API) to the in-kernel connection tracking state table. This library is currently used by conntrack-tools among many other applications. See ChangeLog that comes attached to this email for more details. You can download it from:
2020 Apr 01
0
[ANNOUNCE] conntrack-tools 1.4.6
Hi! The Netfilter project proudly presents: conntrack-tools 1.4.6 The conntrack-tools are a set of tools targeted at system administrators. They are conntrack, the userspace command line interface, and conntrackd, the userspace daemon. The tool conntrack provides a full featured interface that is intended to replace the old /proc/net/ip_conntrack interface. Using conntrack, you can view