Skip to content

Instantly share code, notes, and snippets.

@kolsys
kolsys / php-openssl-patch.diff
Created March 23, 2026 14:23
mac port php auth_plugin_sha256_password patch
--- /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/lang/php/Portfile
+++ /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/lang/php/Portfile
@@ -341,6 +349,7 @@
--enable-xmlreader \
--enable-xmlwriter \
--with-bz2=${prefix} \
+ --with-kerberos=${prefix} \
--with-mhash=${prefix} \
--with-zlib=${prefix} \
--disable-cgi \