]> The Tcpdump Group git mirrors - libpcap/commitdiff
CHANGES: Keep only one "Building and testing" section [skip ci]
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 20 Mar 2022 17:10:41 +0000 (18:10 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 20 Mar 2022 17:18:33 +0000 (18:18 +0100)
(cherry picked from commit 8d4c1afa8e5c73aa2a3e685db7e77e28fc633ff1)

CHANGES

diff --git a/CHANGES b/CHANGES
index b16b68b87d9c8aaa9059586cf318e9fbd60448be..83ed8d4218fdabc4ea759b47cf8c0dcc6e704453 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -10,13 +10,6 @@ Monthday, Month DD, YYYY:
       Fix some formatting string issues found by cppcheck.
       Squelch some CMake warnings.
       Various small code and comment cleanups.
-    Building and testing:
-      Update configure-time universal build checks for macOS.
-      Update config.guess and config.sub.
-      If we look for an SSL library with pkg-config in configure script,
-        try pkg-config first.
-      If we have pkg-config and Homebrew, try to set pkg-config up to
-        find Homebrew packages.
     Savefiles:
       Fix pcap_dispatch() to return number of packets processed, rather
         than 0, even at EOF.
@@ -85,6 +78,12 @@ Monthday, Month DD, YYYY:
       Implement pcap_lib_version(), as now required.
       Handle negative or too-large snaplen values.
     Building and testing:
+      Update configure-time universal build checks for macOS.
+      Update config.guess and config.sub.
+      If we look for an SSL library with pkg-config in configure script,
+        try pkg-config first.
+      If we have pkg-config and Homebrew, try to set pkg-config up to
+        find Homebrew packages.
       Handle some Autoconf/make errors better.
       Fix "make releasetar" on AIX, OpenBSD and Solaris.
       Fix compiling on Solaris 9/SPARC and 11/AMD64.