Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a663b637f41dea6cf0cd7de2db0ef8b669d83e76)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a663b637f41dea6cf0cd7de2db0ef8b669d83e76)
  • Date: Thu, 21 Jul 2022 21:05:56 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

chat-irc/irssi/DETAILS | 2 +-
chat-irc/irssi/HISTORY | 3 +++
utils/hddtemp/init.d/hddtemp | 2 +-
utils/hddtemp/init.d/hddtemp.conf | 1 +
x11/blueman/DETAILS | 4 ++--
x11/blueman/HISTORY | 3 +++
6 files changed, 11 insertions(+), 4 deletions(-)

New commits:
commit a663b637f41dea6cf0cd7de2db0ef8b669d83e76
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

blueman 2.3.1

commit b28b04f24cdb51959cb0c80234f239cf05d06914
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

hddtemp: Add OPTIONS for init script

commit d7b2eeea06237d4af5cf4bbe0efe95587387f1e8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

irssi 1.4.2

diff --git a/chat-irc/irssi/DETAILS b/chat-irc/irssi/DETAILS
index e88a66c..5ccc5df 100755
--- a/chat-irc/irssi/DETAILS
+++ b/chat-irc/irssi/DETAILS
@@ -8,7 +8,7 @@ if [[ $IRSSI_BRANCH == scm ]]; then
SOURCE_IGNORE=volatile
SOURCE=$SPELL-scm.tar.bz2
else
- VERSION=1.2.3
+ VERSION=1.4.2
SECURITY_PATCH=4
SOURCE=$SPELL-$VERSION.tar.xz

SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/releases/download/$VERSION/$SOURCE
diff --git a/chat-irc/irssi/HISTORY b/chat-irc/irssi/HISTORY
index fe23772..23778e7 100644
--- a/chat-irc/irssi/HISTORY
+++ b/chat-irc/irssi/HISTORY
@@ -1,3 +1,6 @@
+2022-07-21 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.4.2
+
2021-09-09 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.2.3
* patches/0001-fix-build-with-LibreSSL-2.7.0.patch: removed, no
longer needed
diff --git a/utils/hddtemp/init.d/hddtemp b/utils/hddtemp/init.d/hddtemp
index 113c360..2b93728 100755
--- a/utils/hddtemp/init.d/hddtemp
+++ b/utils/hddtemp/init.d/hddtemp
@@ -24,7 +24,7 @@ start()
if [ -e $PIDFILE ] ; then
echo "$NAME already running";
else
- $PROGRAM -d ${monitored_drives}
+ $PROGRAM $OPTIONS -d ${monitored_drives}
pidof $PROGRAM > $PIDFILE;
fi
evaluate_retval
diff --git a/utils/hddtemp/init.d/hddtemp.conf
b/utils/hddtemp/init.d/hddtemp.conf
index ec8c5cf..7f6166d 100644
--- a/utils/hddtemp/init.d/hddtemp.conf
+++ b/utils/hddtemp/init.d/hddtemp.conf
@@ -1,3 +1,4 @@
# A space separated list of hard disk drives that are to be monitored at
boot.
# * can be used to monitor all hd* and/or sd* drives
MONITORED_DRIVES="sda"
+OPTIONS=""
diff --git a/x11/blueman/DETAILS b/x11/blueman/DETAILS
index 6ec79e9..fb8ef26 100755
--- a/x11/blueman/DETAILS
+++ b/x11/blueman/DETAILS
@@ -1,8 +1,8 @@
SPELL=blueman
- VERSION=2.2.4
+ VERSION=2.3.1
SOURCE="$SPELL-$VERSION.tar.xz"

SOURCE_URL[0]=https://github.com/$SPELL-project/$SPELL/releases/download/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:90d5bf33ee5a296a0033622883aa834df237e294b8525a001a12f9b82faca0f99569a6e17aa3b6f731231e69aaca6fe89f975eac114a09aafade5a3dd15e800d
+
SOURCE_HASH=sha512:04adbb3eff4571cf105cad2769d7ad8e4055112a7e1b3c1152b300e72534621647cc6a0f284915cc2d3c642b8c1acf825c8c9a0227dbb617fa9071a534f0562c
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://blueman-project.org/";
LICENSE[0]=GPL
diff --git a/x11/blueman/HISTORY b/x11/blueman/HISTORY
index 38f6cef..eef99ca 100644
--- a/x11/blueman/HISTORY
+++ b/x11/blueman/HISTORY
@@ -1,3 +1,6 @@
+2022-07-21 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.3.1
+
2022-04-10 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS: updated spell to 2.2.4
updated dependencies



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a663b637f41dea6cf0cd7de2db0ef8b669d83e76), Ismael Luceno, 07/21/2022

Archive powered by MHonArc 2.6.24.

Top of Page