Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: base/Makefile
===================================================================
--- base/Makefile	(revision 293)
+++ base/Makefile	(revision 294)
@@ -1036,13 +1036,13 @@
 endif
 
 REQUIRES += net/conntrack-tools/1.4.6
-REQUIRES += net/libnetfilter_log/1.0.1
+REQUIRES += net/libnetfilter_log/1.0.2
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
 REQUIRES += net/libnetfilter_acct/1.0.3-ppc32
 REQUIRES += net/libnetfilter_conntrack/1.0.8-ppc32
 REQUIRES += net/libnetfilter_cthelper/1.0.0-ppc32
 REQUIRES += net/libnetfilter_cttimeout/1.0.0-ppc32
-REQUIRES += net/libnetfilter_log/1.0.1-ppc32
+REQUIRES += net/libnetfilter_log/1.0.2-ppc32
 REQUIRES += net/libnetfilter_queue/1.0.5-ppc32
 endif
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
@@ -1050,7 +1050,7 @@
 REQUIRES += net/libnetfilter_conntrack/1.0.8-x86_32
 REQUIRES += net/libnetfilter_cthelper/1.0.0-x86_32
 REQUIRES += net/libnetfilter_cttimeout/1.0.0-x86_32
-REQUIRES += net/libnetfilter_log/1.0.1-x86_32
+REQUIRES += net/libnetfilter_log/1.0.2-x86_32
 REQUIRES += net/libnetfilter_queue/1.0.5-x86_32
 endif