Skip to Content.
Sympa Menu

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

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 (faf97ed256c4c102fff031969302f6ff1eecfa13)
  • Date: Sat, 22 May 2021 18:07:03 +0000

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

chat-irc/ircd-hybrid/DETAILS | 4 ++--
chat-irc/ircd-hybrid/HISTORY | 3 +++
dev/null |binary
utils/spice-protocol/DETAILS | 4 ++--
utils/spice-protocol/HISTORY | 3 +++
xorg-extras/xterm/DETAILS | 3 ++-
xorg-extras/xterm/HISTORY | 3 +++
7 files changed, 15 insertions(+), 5 deletions(-)

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

ircd-hybrid 8.2.38

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

xterm 367, SECURITY_PATCH++

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

spice-protocol 0.14.3

diff --git a/chat-irc/ircd-hybrid/DETAILS b/chat-irc/ircd-hybrid/DETAILS
index 771e9c7..844947e 100755
--- a/chat-irc/ircd-hybrid/DETAILS
+++ b/chat-irc/ircd-hybrid/DETAILS
@@ -1,10 +1,10 @@
SPELL=ircd-hybrid
- VERSION=7.2.3
+ VERSION=8.2.38
SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
# SOURCE_URL[0]=http://www.ircd-hybrid.org/.beta/oxpk99/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
SOURCE_HASH=sha512:6640151c5db7886ffc572b700508e0406bafe9fe369267a67af6f91555867efae1d7280d3a26edc59d72bcc684e73e38f4abfd76ce2dc9769981c174801c8de2
LICENSE[0]=GPL
WEB_SITE=http://www.ircd-hybrid.org/
ENTERED=20020725
diff --git a/chat-irc/ircd-hybrid/HISTORY b/chat-irc/ircd-hybrid/HISTORY
index 3b32a5c..da766dc 100644
--- a/chat-irc/ircd-hybrid/HISTORY
+++ b/chat-irc/ircd-hybrid/HISTORY
@@ -1,3 +1,6 @@
+2021-05-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 8.2.38
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/chat-irc/ircd-hybrid/ircd-hybrid-7.2.3.tgz.sig
b/chat-irc/ircd-hybrid/ircd-hybrid-7.2.3.tgz.sig
deleted file mode 100644
index 13754d1..0000000
Binary files a/chat-irc/ircd-hybrid/ircd-hybrid-7.2.3.tgz.sig and /dev/null
differ
diff --git a/utils/spice-protocol/DETAILS b/utils/spice-protocol/DETAILS
index 491cdd3..67eab7b 100755
--- a/utils/spice-protocol/DETAILS
+++ b/utils/spice-protocol/DETAILS
@@ -1,8 +1,8 @@
. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=spice-protocol
- VERSION=0.14.2
+ VERSION=0.14.3
SOURCE="${SPELL}-${VERSION}.tar.xz"
-
SOURCE_HASH=sha512:181015f0f56d679ebfdbd6dbed37b50b1c0be550a714e8faf70624631d9a246fe68454eb44a1bae1765e1739f2d7469ab767c44f49776751826a4919ec88160e
+
SOURCE_HASH=sha512:9e35fd0d9be14074a482bdb20fe6954e5f0a616d0ad60da63a065435df2b169ec134a95d5756df73e2606c7497c9bf0427023d4e5ebfbb1abb181cf8020879a6
SOURCE_URL[0]=http://spice-space.org/download/releases/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://spice-space.org";
diff --git a/utils/spice-protocol/HISTORY b/utils/spice-protocol/HISTORY
index 301eef0..b9e56e2 100644
--- a/utils/spice-protocol/HISTORY
+++ b/utils/spice-protocol/HISTORY
@@ -1,3 +1,6 @@
+2021-05-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.14.3
+
2020-09-07 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.14.2
* CONFIGURE, DEPENDS, DETAILS: switched to meson build system
diff --git a/xorg-extras/xterm/DETAILS b/xorg-extras/xterm/DETAILS
index f5628b7..45989c6 100755
--- a/xorg-extras/xterm/DETAILS
+++ b/xorg-extras/xterm/DETAILS
@@ -1,5 +1,6 @@
SPELL=xterm
- VERSION=361
+ VERSION=367
+ SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tgz
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=https://invisible-mirror.net/archives/xterm/$SOURCE
diff --git a/xorg-extras/xterm/HISTORY b/xorg-extras/xterm/HISTORY
index d650f72..4a3a82d 100644
--- a/xorg-extras/xterm/HISTORY
+++ b/xorg-extras/xterm/HISTORY
@@ -1,3 +1,6 @@
+2021-05-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 367, SECURITY_PATCH++
+
2021-01-13 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: switched to invisible-mirror.net




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (faf97ed256c4c102fff031969302f6ff1eecfa13), Ismael Luceno, 05/22/2021

Archive powered by MHonArc 2.6.24.

Top of Page