Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (94186778232e1420821daeefb3aa94385d73ca0d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <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 Treeve Jelbert (94186778232e1420821daeefb3aa94385d73ca0d)
  • Date: Fri, 21 Jun 2024 09:30:52 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +
database/firebird25/BUILD | 55 -----------------------------
database/firebird25/CONFIGURE | 7 ---
database/firebird25/CONFLICTS | 2 -
database/firebird25/DEPENDS | 11 -----
database/firebird25/DETAILS | 23 ------------
database/firebird25/FINAL | 27 --------------
database/firebird25/HISTORY | 66
-----------------------------------
database/firebird25/INSTALL | 19 ----------
database/firebird25/PREPARE | 6 ---
database/firebird25/PRE_BUILD | 15 -------
database/firebird25/PROVIDES | 2 -
database/firebird25/configs | 3 -
database/firebird25/excluded | 1
database/firebird25/init.d/firebird2 | 45 -----------------------
database/firebird25/volatiles | 3 -
dev/null |binary
libs/libdisplay-info/DETAILS | 4 +-
libs/libdisplay-info/HISTORY | 3 +
video-libs/dav1d/DETAILS | 4 +-
video-libs/dav1d/HISTORY | 3 +
21 files changed, 13 insertions(+), 289 deletions(-)

New commits:
commit 94186778232e1420821daeefb3aa94385d73ca0d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libdisplay-info: => 0.2.0

commit 31c1a53abde0fdf80629d5c52c7ed36d31efe2df
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

delete firebird25

commit 0f9d372aeefea5ccf5bc8263c5e8491748c289d5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

dav1d: => 1.4.3

diff --git a/ChangeLog b/ChangeLog
index affda8c..9a1237f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2024-06-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * database/firebird25: delete, dead upstream
+
2024-06-18 Treeve Jelbert <treeve AT sourcemage.org>
* qt6/*: => 6.7.2

diff --git a/database/firebird25/BUILD b/database/firebird25/BUILD
deleted file mode 100755
index 96e3d15..0000000
--- a/database/firebird25/BUILD
+++ /dev/null
@@ -1,55 +0,0 @@
- local FF DB LL &&
- persistent_add FB_PREFIX &&
- FB_PREFIX=${INSTALL_ROOT}/opt/firebird &&
- OPTS="${OPTS} ${FB_SS}" &&
- make_single &&
-# prepare optional language support
- for LL in $FB_GPRE; do
- if [[ $LL != none ]]; then
- OPTS="${OPTS} --with-gpre-${LL}"
- fi
- done &&
- OPTS="${OPTS} ${FB_STAT}" &&
- LDFLAGS="$LDFLAGS -lpthread" &&
- ./configure \
- --prefix=$FB_PREFIX \
- $OPTS &&
-
-# the first stage must be single-threaded
-make_single &&
-make Makefile.boot.gpre &&
-make_normal &&
-
-if [[ $FB_CLIENT == n ]]; then
-# build everything else
- make &&
- cd $SOURCE_DIRECTORY/gen/firebird &&
-# fix ownership and permissions
- chown -R root:root ./ &&
- chmod -R uga-w ./ &&
-# Everyone may execute clients
- chmod 0555 bin/* &&
-# Shell scripts changing security attributes are for root only
- chmod 0500 bin/*.sh &&
-# Security database
- FF=security2.fdb &&
- if [[ -e $FB_PREFIX/$FF ]];then
- mv $FF $FF.new
- else
-# Nobody except firebird permitted to even read this file
- chown firebird:firebird $FF &&
- chmod 0600 $FF
- fi &&
-# all database should be owned by firebird
-# cd $SOURCE_DIRECTORY/gen/ &&
- for DB in `ls examples/empbuild/*.fdb`
- do
- chmod ug+w $DB &&
- chown firebird:firebird $DB
- done
-else
- make Makefile.libfbclient &&
- make Makefile.client.isql
-# probably need to build gbak and then restore messages and help fdb
-# make Makefile.client.gbak
-fi
diff --git a/database/firebird25/CONFIGURE b/database/firebird25/CONFIGURE
deleted file mode 100755
index c76f707..0000000
--- a/database/firebird25/CONFIGURE
+++ /dev/null
@@ -1,7 +0,0 @@
-source $GRIMOIRE/FUNCTIONS &&
-config_query FB_CLIENT "Build only client library?" n
-if [ $FB_CLIENT == n ]; then
- config_query_multi FB_GPRE "which additional GPRE languages to support?" \
- none ada cobol pascal fortran &&
- config_query_option FB_STAT "build static libraries?" n "--enable-static"
"--disable-static"
-fi
diff --git a/database/firebird25/CONFLICTS b/database/firebird25/CONFLICTS
deleted file mode 100755
index a677f10..0000000
--- a/database/firebird25/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts firebird
-conflicts firebird5
diff --git a/database/firebird25/DEPENDS b/database/firebird25/DEPENDS
deleted file mode 100755
index f8dba23..0000000
--- a/database/firebird25/DEPENDS
+++ /dev/null
@@ -1,11 +0,0 @@
-depends -sub CXX gcc &&
-depends libtool &&
-depends SSL &&
-depends libmcrypt &&
-depends ncurses &&
-depends btyacc &&
-depends icu '--with-system-icu' &&
-optional_depends libatomic_ops '' '' 'atomic memory update operations' &&
-optional_depends libedit "-with-system-editline" \
- "--without-editline" \
- "for fancy line editing"
diff --git a/database/firebird25/DETAILS b/database/firebird25/DETAILS
deleted file mode 100755
index c06cdbf..0000000
--- a/database/firebird25/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
- SPELL=firebird25
- SPELLX=Firebird
- VERSION=2.5.8.27089-0
- VX=${VERSION%.*}
- VX=${VX/./_}
- VX=R${VX/./_}
-
SOURCE_HASH=sha512:fd3748fcfbe02e270c75abf3d38f4b33355b2db2bc7f52b1b73fd09aca222a4ae0f36937427398061b740f1c3b2aa605cc349151b3a62dae6803a1fdcf5dd050
- SECURITY_PATCH=3
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELLX}-${VERSION%-?}
- SOURCE=${SPELLX}-$VERSION.tar.bz2
-
SOURCE_URL[0]=https://github.com/FirebirdSQL/firebird/releases/download/$VX/$SOURCE
- WEB_SITE=https://www.firebirdsql.org
- LICENSE=IDPL
- ENTERED=20031111
- GATHER_DOCS=off
- KEYWORDS="database engine"
- SHORT="a very powerful relational dbms"
-cat << EOF
-Firebird is a relational database offering many ANSI SQL-92 features
-that runs on Linux, Windows, and a variety of Unix platforms.
-Firebird offers excellent concurrency, high performance, and powerful
-language support for stored procedures and triggers.
-EOF
diff --git a/database/firebird25/FINAL b/database/firebird25/FINAL
deleted file mode 100755
index b9ad338..0000000
--- a/database/firebird25/FINAL
+++ /dev/null
@@ -1,27 +0,0 @@
-if [[ $FB_CLIENT == n ]]; then
-
-# we do this here, so that things are not tracked, as these files are
-# constantly modified in normal use
-local FF FileName LCK LOG &&
-
-cd $FB_PREFIX &&
-# create lock files
- LCK=$INSTALL_ROOT/var/lock/firebird &&
- mkdir -p $LCK &&
- for FF in isc_init1 isc_lock1 isc_event1 isc_guard1
- do
- FileName=$LCK/$FF.`hostname` &&
- touch $FileName &&
- chown firebird:firebird $FileName &&
- chmod u+w $FileName &&
- ln -sf $FileName ./
- done &&
-
-# log file
- mkdir -p $INSTALL_ROOT/var/log/ &&
- LOG=$INSTALL_ROOT/var/log/firebird.log &&
- touch $LOG &&
- chown firebird:firebird $LOG &&
- chmod o=,ug=rw $LOG &&
- ln -sf $LOG ./
-fi
diff --git a/database/firebird25/HISTORY b/database/firebird25/HISTORY
deleted file mode 100644
index 0daf662..0000000
--- a/database/firebird25/HISTORY
+++ /dev/null
@@ -1,66 +0,0 @@
-2018-01-15 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.5.8.27089-0
- download from github
-
-2017-02-28 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.5.7.27050-0
- SECURITY_PATCH++
-
-2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
- * DETAILS: remove SOURCEFORGE_URL usage (automated)
-
-2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: openssl => SSL
-
-2013-03-27 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.5.2.26540-0
- SECURITY_PATCH++ - fixes CVE-2013-2492
-
-2012-11-26 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: SECURITY_PATCH=1
- fixes CVE-2012-5529
- TraceManager in Firebird 2.5.0 and 2.5.1, when trace is enabled,
- allows remote authenticated users to cause a denial of service (NULL
- pointer dereference and crash) by preparing an empty dynamic SQL
query
-
-2012-11-08 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.5.2.26539-0
- * fb25.patch: remove some patches
- * init.d/firebird2: minor tweak for recent bash
-
-2011-12-13 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: add optional libatomic_ops
-
-2011-07-30 Florian Franzmann <bwlf AT bandrate.org>
- * DEPENDS: changed dependency on g++ to dependency on gcc with
- sub-depends on CXX (scripted)
-
-2010-09-23 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.5.0.26074-0
-
-2010-07-26 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.5.0.26054-ReleaseCandidate3
-
-2010-07-14 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.5.0.26038-ReleaseCandidate3
-
-2010-02-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.5.0.25920-ReleaseCandidate2
-
-2010-02-01 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.5.0.25916-ReleaseCandidate2
- * fb25.oatch.bz2: updated
- * PREPARE, CONFIGURE: fix typos
-
-2010-02-01 Treeve Jelbert <treeve AT sourcemage.org>
- * PRE_BUILD: remove some old files
- * BUILD: use make_single for first part of build
- * PREPARE: added, check for running server
- * PRE_BUILD: remove server check
- * DEPENDS: remove obsolete stuff
- * UP_TRIGGERS: deleted, not relevant
-
-2010-01-30 Treeve Jelbert <treeve AT sourcemage.org>
- * PROVIDES: add FIREBIRD
- create separate firebird25 spell
-
diff --git a/database/firebird25/INSTALL b/database/firebird25/INSTALL
deleted file mode 100755
index d3947dd..0000000
--- a/database/firebird25/INSTALL
+++ /dev/null
@@ -1,19 +0,0 @@
-local FF FBDEST &&
-mkdir -p ${FB_PREFIX}/intl &&
-if [[ $FB_CLIENT == n ]]; then
-# prepare an install image
- cd $SOURCE_DIRECTORY/gen &&
- ./install/makeInstallImage.sh &&
-# config files
- cd $SOURCE_DIRECTORY/gen/install/misc &&
- install_config_file firebird.conf $FB_PREFIX/firebird.conf &&
- install_config_file aliases.conf $FB_PREFIX/aliases.conf &&
- install_config_file fbintl.conf $FB_PREFIX/intl/fbintl.conf
-else
- cd $SOURCE_DIRECTORY/gen/firebird &&
- for FF in bin include lib;do
- FBDEST=$FB_PREFIX/$FF &&
- mkdir -p $FBDEST &&
- cp -ar $FF/* $FBDEST/$FF
- done
-fi
diff --git a/database/firebird25/PREPARE b/database/firebird25/PREPARE
deleted file mode 100755
index 859e68a..0000000
--- a/database/firebird25/PREPARE
+++ /dev/null
@@ -1,6 +0,0 @@
-# check for running server
- (ps -u firebird | grep fb*) &&
- message ${PROBLEM_COLOR}please stop the firebird server and try again\
- ${DEFAULT_COLOR} &&
- return 1
-return 0
diff --git a/database/firebird25/PRE_BUILD b/database/firebird25/PRE_BUILD
deleted file mode 100755
index 52118ff..0000000
--- a/database/firebird25/PRE_BUILD
+++ /dev/null
@@ -1,15 +0,0 @@
- create_account firebird &&
- default_pre_build &&
- cd $SOURCE_DIRECTORY &&
-
-# at present the build only works for everything in one directory
-# tree /opt/firebird
-
-# remove supplied ICU & editline packages
- rm -rf extern/{SfIO,btyacc,editline,icu} &&
-# fix for gcc4 and smgl issues
-#apply patches
- bzcat ${SPELL_DIRECTORY}/fb25.patch.bz2 | patch -p1 &&
-# regenerate files
-libtoolize -f -i &&
-autoreconf
diff --git a/database/firebird25/PROVIDES b/database/firebird25/PROVIDES
deleted file mode 100755
index 64d8727..0000000
--- a/database/firebird25/PROVIDES
+++ /dev/null
@@ -1,2 +0,0 @@
-SQL
-FIREBIRD
diff --git a/database/firebird25/configs b/database/firebird25/configs
deleted file mode 100644
index dffac13..0000000
--- a/database/firebird25/configs
+++ /dev/null
@@ -1,3 +0,0 @@
-^/opt/firebird/aliases.conf$
-^/opt/firebird/firebird.conf$
-^/opt/firebird/intl/fbintl.conf$
diff --git a/database/firebird25/excluded b/database/firebird25/excluded
deleted file mode 100644
index b6c039b..0000000
--- a/database/firebird25/excluded
+++ /dev/null
@@ -1 +0,0 @@
-^/opt/firebird/.*fdb$
diff --git a/database/firebird25/fb25.patch.bz2
b/database/firebird25/fb25.patch.bz2
deleted file mode 100644
index 8fcc2c0..0000000
Binary files a/database/firebird25/fb25.patch.bz2 and /dev/null differ
diff --git a/database/firebird25/init.d/firebird2
b/database/firebird25/init.d/firebird2
deleted file mode 100755
index bac2eef..0000000
--- a/database/firebird25/init.d/firebird2
+++ /dev/null
@@ -1,45 +0,0 @@
-#!/bin/bash
-
-# description: Start/Stop firebird2 database server
-#
-# This file belongs in /etc/init.d where it will be run
-# on system startup and shutdown to start the background
-# Firebird2 database Super server daemon
-
-FB_DIR=/opt/firebird/bin
-FB=fbserver
-if [[ ! -f $FB_DIR/$FB ]];then
-# 2.5 has a combined classic-super server using libfbembed.so
- FB=fb_smp_server
-fi
-# as of rc2, preferred method of stopping is to kill the process
-
-source /etc/init.d/smgl_functions
-
-PROGRAM=/bin/false
-RUNLEVEL=3
-NEEDS="+network +remote_fs"
-
-case $1 in
- start)
- echo "Starting Firebird Super Server"
- su -s "/bin/sh" -c "$FB_DIR/$FB" -l "firebird" &
- evaluate_retval
- ;;
- stop)
- echo "Stopping Firebird server"
- pkill $FB
- evaluate_retval
- ;;
-
- restart)
- echo "Restarting Firebird server"
- $0 stop
- $0 start
- evaluate_retval
- ;;
- *)
- echo "Usage: $0 {start|stop|restart}"
- exit 1
- ;;
-esac
diff --git a/database/firebird25/volatiles b/database/firebird25/volatiles
deleted file mode 100644
index dffac13..0000000
--- a/database/firebird25/volatiles
+++ /dev/null
@@ -1,3 +0,0 @@
-^/opt/firebird/aliases.conf$
-^/opt/firebird/firebird.conf$
-^/opt/firebird/intl/fbintl.conf$
diff --git a/libs/libdisplay-info/DETAILS b/libs/libdisplay-info/DETAILS
index 159a0fd..c801c5b 100755
--- a/libs/libdisplay-info/DETAILS
+++ b/libs/libdisplay-info/DETAILS
@@ -1,10 +1,10 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=libdisplay-info
- VERSION=0.1.1
+ VERSION=0.2.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=https://gitlab.freedesktop.org/emersion/${SPELL}/-/archive/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha256:a5aeef57817916286526292ec816a5338c4d3c0094ce91e584fc82b57070a44f
+
SOURCE_HASH=sha256:f7331fcaf5527251b84c8fb84238d06cd2f458422ce950c80e86c72927aa8c2b
LICENSE[0]=MIT
WEB_SITE=https://gitlab.freedesktop.org/emersion/libdisplay-info
ENTERED=20230308
diff --git a/libs/libdisplay-info/HISTORY b/libs/libdisplay-info/HISTORY
index 33eb947..d8c9ce07 100644
--- a/libs/libdisplay-info/HISTORY
+++ b/libs/libdisplay-info/HISTORY
@@ -1,3 +1,6 @@
+2024-06-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.0
+
2023-03-08 Conner Clere <xenanthropy AT sourcemage.org>
* DETAILS, CONFIGURE, DEPENDS: version 0.1.1, new spell

diff --git a/video-libs/dav1d/DETAILS b/video-libs/dav1d/DETAILS
index 2f62eea..dce52b8 100755
--- a/video-libs/dav1d/DETAILS
+++ b/video-libs/dav1d/DETAILS
@@ -9,8 +9,8 @@ if [[ "${DAV1D_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
- VERSION=1.4.2
-
SOURCE_HASH=sha512:b2b4a3c6961e8f2b7b9a366fecf6b2014d35ec840533d267d6bee869394828843ec11cc4ce63155ebfcc27ce2ca96c79adb9b8cc4cf24a7ef899c34ed33e762d
+ VERSION=1.4.3
+
SOURCE_HASH=sha512:f624de26a7b7361c29f981a894988b3d70219dc4c0fb3f4e70cd99c5ebee8b64326a4ee88bf7d6138aa66969bb6ab71e3fa37b1f0a13575ff58c42f2ad0befde
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"

SOURCE_URL[0]="https://code.videolan.org/videolan/${SPELL}/-/archive/${VERSION}/${SOURCE}";
diff --git a/video-libs/dav1d/HISTORY b/video-libs/dav1d/HISTORY
index 67d63db..9ceb0ae 100644
--- a/video-libs/dav1d/HISTORY
+++ b/video-libs/dav1d/HISTORY
@@ -1,3 +1,6 @@
+2024-06-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.3
+
2024-06-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.2



  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (94186778232e1420821daeefb3aa94385d73ca0d), Treeve Jelbert, 06/21/2024

Archive powered by MHonArc 2.6.24.

Top of Page