summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2021-11-28 13:49:41 +0100
committerTreeve Jelbert2021-11-28 13:49:41 +0100
commit9d349dacf5acb3b9c75031497f86b21fae59e6b7 (patch)
treee05c176f1ee05faead20d890cfb58551dd8d1ee7
parenta994bacec1cfcf8e4553c1ea5d871271b67186a1 (diff)
firebird3: => 3.0.8.33535-0
-rwxr-xr-xdatabase/firebird3/BUILD2
-rwxr-xr-xdatabase/firebird3/DETAILS10
-rw-r--r--database/firebird3/HISTORY4
3 files changed, 10 insertions, 6 deletions
diff --git a/database/firebird3/BUILD b/database/firebird3/BUILD
index bf496d588d..528d0f7d4a 100755
--- a/database/firebird3/BUILD
+++ b/database/firebird3/BUILD
@@ -8,7 +8,7 @@ persistent_add FB_PREFIX &&
FB_PREFIX=${INSTALL_ROOT}/opt &&
cmake_build $FB_PREFIX &&
-cd $SOURCE_DIRECTORY/builddir &&
+cd $SOURCE_DIRECTORY/build &&
if is_depends_enabled $SPELL ninja-build-system; then
ninja copy_files
else
diff --git a/database/firebird3/DETAILS b/database/firebird3/DETAILS
index 4256541cdd..2563239517 100755
--- a/database/firebird3/DETAILS
+++ b/database/firebird3/DETAILS
@@ -1,12 +1,12 @@
SPELL=firebird3
SPELLX=Firebird
- VERSION=3.0.7.33374-0
- SOURCE_HASH=sha512:ee89cda6d9ace16419515689ed245fbd1bb0e2464bd2d50637e0f474a6aca2e5b86e874ce8bd9714431705a93c038d46de6be1806f0c37d236880a855e725943
+ VERSION=3.0.8.33535-0
+ SOURCE_HASH=sha512:ee176c8cb81f6eae112cf03a7f709845e26fbd90c750b7f731c10b38b6febe5a36222d0d1317234fd1e4155050472b271c79e761ee3b4c383e68ea9e32a78f2e
PATCHLEVEL=1
SECURTIY_PATCH=1
- VX=${VERSION%.*}
- VX=${VX/./_}
- VX=R${VX/./_}
+ VX=v${VERSION%.*}
+# VX=${VX/./_}
+# VX=R${VX/./_}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELLX}-${VERSION}
SOURCE=${SPELLX}-$VERSION.tar.bz2
SOURCE_URL[0]=https://github.com/FirebirdSQL/firebird/releases/download/$VX/$SOURCE
diff --git a/database/firebird3/HISTORY b/database/firebird3/HISTORY
index 20c3fb8ca9..10b7ca7e6f 100644
--- a/database/firebird3/HISTORY
+++ b/database/firebird3/HISTORY
@@ -1,3 +1,7 @@
+2021-11-28 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 3.0.8.33535-0
+ * BUILD: fix
+
2021-07-10 Treeve Jelbert <treeve@sourcemage.org>
* BUILD: fix ninja usage