[Privoxy-commits] [OSXPackageBuilder] 02/02: Add regressions_tests.action to installed files
User Git
git at git.privoxy.org
Mon Jun 15 16:00:48 CEST 2026
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository OSXPackageBuilder.
commit 0c29e7fe4517c95d06068c7cb3b9dfa7eb46f9f0
Author: Ian Silvester <ian.silvester at qohash.com>
AuthorDate: Mon Jun 15 09:46:53 2026 -0400
Add regressions_tests.action to installed files
---
OS X 11+ ARM64 PCRE&HTTPS.pkgproj | 16 ++++++++++++++++
constructPkgContent.sh | 2 +-
pkg resources/interface texts/ReadMe64.txt | 2 +-
3 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/OS X 11+ ARM64 PCRE&HTTPS.pkgproj b/OS X 11+ ARM64 PCRE&HTTPS.pkgproj
index b3776b9..e903c19 100755
--- a/OS X 11+ ARM64 PCRE&HTTPS.pkgproj
+++ b/OS X 11+ ARM64 PCRE&HTTPS.pkgproj
@@ -663,6 +663,22 @@
<key>UID</key>
<integer>0</integer>
</dict>
+ <dict>
+ <key>CHILDREN</key>
+ <array/>
+ <key>GID</key>
+ <integer>0</integer>
+ <key>PATH</key>
+ <string>../privoxy/regression-tests.action</string>
+ <key>PATH_TYPE</key>
+ <integer>1</integer>
+ <key>PERMISSIONS</key>
+ <integer>420</integer>
+ <key>TYPE</key>
+ <integer>3</integer>
+ <key>UID</key>
+ <integer>0</integer>
+ </dict>
<dict>
<key>CHILDREN</key>
<array>
diff --git a/constructPkgContent.sh b/constructPkgContent.sh
index aff5c60..233f545 100755
--- a/constructPkgContent.sh
+++ b/constructPkgContent.sh
@@ -60,7 +60,7 @@ echo ""
echo "Copy most of the configuration hierarchy from the '${SOURCE_DIR}' directory"
echo ""
mkdir -vp pkg\ content/usr/local/etc/privoxy/vanilla
-for i in default.action default.filter match-all.action trust user.action user.filter templates; do
+for i in default.action default.filter match-all.action regression-tests.action trust user.action user.filter templates; do
if [ "$i" = "templates" ]; then
# for the templates subfolder copy all files therein
cp -vR ../${SOURCE_DIR}/$i pkg\ content/usr/local/etc/privoxy/vanilla/$i
diff --git a/pkg resources/interface texts/ReadMe64.txt b/pkg resources/interface texts/ReadMe64.txt
index 06e8d5f..7c190ee 100755
--- a/pkg resources/interface texts/ReadMe64.txt
+++ b/pkg resources/interface texts/ReadMe64.txt
@@ -1,4 +1,4 @@
-January 2026, Privoxy 4.2.0 (stable) macOS Apple Silicon installer V1.0 released.
+June 2026, Privoxy 4.2.0 (stable) macOS Apple Silicon installer V1.0 released.
Version Support
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list