Commit Diff


commit - 46384c6e760fdd54c263d1af7d6db58cc09a4e51
commit + 4d34af8de43a41f27bf56194568da74be9284104
blob - 606b53f147834dc2aa9d6c62ac1ac70f64f301a5
blob + 5c86a9e8b81b62332537dd0a4c36b37d520977e5
--- CHANGELOG
+++ CHANGELOG
@@ -6,6 +6,16 @@ other than OpenBSD.
 
 All changes are on top of the versioned changes listed in CHANGES.
 
+# got-portable-0.75.1 (2022-09-13)
+
+This is a bug-fix -portable release to address the following:
+
+* portable: macos: look for GNU Bison in more places, based on whether brew or
+  MacPorts is in use, and failing to find Bison that way, look in a few
+  hard-coded but likely locations.
+* portable: remove compat sys/queue.h -- this now makes libbsd a core
+  dependency on those systems which require it.
+
 # got-portable 0.75 (2022-09-10)
 
 * portable: import gotwebd
blob - 45fcc53418120ecfff449c0515e1fd83b6c7d3b5
blob + 708c0e3fda90a9a727fd38194145e28a838efd7a
--- util/got-portable-ver.sh
+++ util/got-portable-ver.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# got-portable-ver: emits the version of b-em which is building.
+# got-portable-ver: emits the version of got which is building.
 #		    If this is a release build, then the tag name is chomped
 #		    to remove extraneous git information.
 #
@@ -8,7 +8,7 @@
 #
 # Intended to be called from configure.ac (via autogen.sh)
 GOT_RELEASE=no
-GOT_PORTABLE_VER=0.76
+GOT_PORTABLE_VER=0.75.1
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }