Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by David C. Haley (c3c78d38c258ad7e5a458b619b1909ee9e5d412b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David C. Haley" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by David C. Haley (c3c78d38c258ad7e5a458b619b1909ee9e5d412b)
  • Date: Fri, 19 Jul 2024 20:08:32 +0000

GIT changes to master grimoire by David C. Haley <khoralin AT gmail.com>:

libs/apr/BUILD | 2 --
libs/apr/CONFIGURE | 2 --
libs/apr/DEPENDS | 6 ------
libs/apr/DETAILS | 14 +++-----------
libs/apr/HISTORY | 15 +++++++++++++++
libs/apr/INSTALL | 24 ------------------------
libs/apr/PRE_BUILD | 5 -----
libs/apr/TRIGGERS | 1 -
8 files changed, 18 insertions(+), 51 deletions(-)

New commits:
commit c3c78d38c258ad7e5a458b619b1909ee9e5d412b
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

libs/apr: Removed nightly build

commit 52f010a35b4cdc909f10d3e5948c3f0a9e362cf8
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

libs/apr: Removed TRIGGERS

commit 1c6de43cc042716e9cb551b410ebb9b22480a7a4
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

libs/apr: Version bump -> 1.7.4

commit bf9f5c303bc21b2108b02b42293fc525c2722987
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

libs/apr: Removed INSTALL

Custom INSTALL broke build and no longer appeared needed.

diff --git a/libs/apr/BUILD b/libs/apr/BUILD
deleted file mode 100755
index 70879d5..0000000
--- a/libs/apr/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-OPTS="--enable-dso $OPTS" &&
-build_apr
diff --git a/libs/apr/CONFIGURE b/libs/apr/CONFIGURE
deleted file mode 100755
index ddf3d0a..0000000
--- a/libs/apr/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-source $SECTION_DIRECTORY/FUNCTIONS &&
-default_configure_apr
diff --git a/libs/apr/DEPENDS b/libs/apr/DEPENDS
deleted file mode 100755
index 5d1e7f7..0000000
--- a/libs/apr/DEPENDS
+++ /dev/null
@@ -1,6 +0,0 @@
-depends autoconf &&
-depends libtool &&
-if [[ "${APR_LATEST}" == y ]]; then
- depends python &&
- depends subversion
-fi
diff --git a/libs/apr/DETAILS b/libs/apr/DETAILS
index 61e2127..20fb4f4 100755
--- a/libs/apr/DETAILS
+++ b/libs/apr/DETAILS
@@ -1,19 +1,11 @@
SPELL=apr
- VERSION=1.7.3
+ VERSION=1.7.4
SECURITY_PATCH=3
- REPOS_URI="branches/${VERSION%.*}.x"
-if [[ "${APR_LATEST}" == y ]]; then
- VERSION=${VERSION%\.*}-HEAD
- SOURCE_IGNORE=volatile
- SOURCE_HINTS=old_svn_compat
-
SOURCE_URL[0]=svn://svn.apache.org/repos/asf/apr/$SPELL/$REPOS_URI:$SPELL-$VERSION
-else
- SOURCE2=$SPELL-$VERSION.tar.bz2.asc
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE2=$SOURCE.asc
SOURCE_GPG="apache.gpg:$SOURCE2:UPSTREAM_KEY"
SOURCE2_URL[0]=http://archive.apache.org/dist/apr/$SOURCE2
SOURCE2_IGNORE=signature
-fi
- SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=${SOURCE_URL[0]:-http://archive.apache.org/dist/apr/$SOURCE}
LICENSE[0]=APACHE
diff --git a/libs/apr/HISTORY b/libs/apr/HISTORY
index a6b63f3..d9a8cb1 100644
--- a/libs/apr/HISTORY
+++ b/libs/apr/HISTORY
@@ -1,3 +1,18 @@
+2024-07-19 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: dropped nightly build.
+ * BUILD, DEPENDS, PRE_BUILD, CONFIGURE: Removed.
+ Not needed with nightly build support dropped.
+ * TRIGGERS: removed, unneeded.
+
+2024-07-19 David C. Haley <khoralin AT gmail.com>
+ * TRIGGERS: removed, unneeded.
+
+2024-07-19 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: version bump -> 1.7.4
+
+2024-07-18 David C. Haley <khoralin AT gmail.com>
+ * INSTALL: removed, broke build and no longer needed.
+
2023-04-14 David C. Haley <khoralin AT gmail.com>
* DETAILS: version bumped -> 1.7.0, SECURITY_PATCH++
CVE-2021-35940 CVE-2022-28331 CVE-2022-28331
diff --git a/libs/apr/INSTALL b/libs/apr/INSTALL
deleted file mode 100755
index 0b2f8c2..0000000
--- a/libs/apr/INSTALL
+++ /dev/null
@@ -1,24 +0,0 @@
-default_install &&
-
- # many are still looking for ./build and apr-config
-# ThOr: Just broken. We need a proper install without this mess.
-# ln -fns build-1 $INSTALL_ROOT/usr/share/apache2/build &&
- ln -fns apr-1-config $INSTALL_ROOT/usr/bin/apr-config &&
-cd build &&
-cp -fv \
- apr_common.m4 \
- config.guess \
- config.sub \
- find_apr.m4 \
- install.sh \
- make_exports.awk \
- make_var_export.awk \
- mkdir.sh \
- PrintPath \
- $INSTALL_ROOT/usr/share/apache2/build-1/ &&
-
-# in APR 1.x, gen-build.py is needed to build from latest source
-# in APR 1.0, this file doesn't exist
-if [[ -f gen-build.py ]]; then
- cp -fv gen-build.py $INSTALL_ROOT/usr/share/apache2/build-1/
-fi
diff --git a/libs/apr/PRE_BUILD b/libs/apr/PRE_BUILD
deleted file mode 100755
index 9457b66..0000000
--- a/libs/apr/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-if ! [[ -f configure ]]; then
- ./buildconf
-fi
diff --git a/libs/apr/TRIGGERS b/libs/apr/TRIGGERS
deleted file mode 100755
index c397841..0000000
--- a/libs/apr/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast glibc cast_self


  • [[SM-Commit] ] GIT changes to master grimoire by David C. Haley (c3c78d38c258ad7e5a458b619b1909ee9e5d412b), David C. Haley, 07/19/2024

Archive powered by MHonArc 2.6.24.

Top of Page