Skip to Content.
Sympa Menu

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

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 (a8cfb28b789b2ac0cfbf478c6827e9fc53d6461c)
  • Date: Tue, 31 May 2022 20:26:55 +0000

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

ChangeLog | 3 +++
chat-irc/pounce/DEPENDS | 1 +
chat-irc/pounce/DETAILS | 23 +++++++++++++++++++++++
chat-irc/pounce/HISTORY | 2 ++
crypto/libressl/HISTORY | 3 +++
crypto/libressl/PROVIDES | 1 +
6 files changed, 33 insertions(+)

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

pounce: new spell, IRC bouncer

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

libressl: provide LIBTLS

diff --git a/ChangeLog b/ChangeLog
index 94ac4c0..6257578 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-05-31 Ismael Luceno <ismael AT sourcemage.org>
+ * chat-irc/pounce: new spell, IRC bouncer
+
2022-05-30 Ismael Luceno <ismael AT sourcemage.org>
* disk/samdisk: new spell, portable disk image utility
* smgl/s6-linux-init: new spell, minimalistic tools used to create
diff --git a/chat-irc/pounce/DEPENDS b/chat-irc/pounce/DEPENDS
new file mode 100755
index 0000000..4d968b5
--- /dev/null
+++ b/chat-irc/pounce/DEPENDS
@@ -0,0 +1 @@
+depends LIBTLS
diff --git a/chat-irc/pounce/DETAILS b/chat-irc/pounce/DETAILS
new file mode 100755
index 0000000..b79216f
--- /dev/null
+++ b/chat-irc/pounce/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=pounce
+ VERSION=3.0
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://git.causal.agency/$SPELL/snapshot/$SOURCE
+
SOURCE_HASH=sha512:76fce4820c877202720505a96d45394027d88f9755fe9a96fb69e305699022d61f8dba7db524b0bc5058b5f999bcd02b82904525d3284b34a29ffbe64c1c3bc0
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://git.causal.agency/pounce/";
+ LICENSE[0]="GPL-3.0-or-later"
+ ENTERED=20220531
+ KEYWORDS=""
+ SHORT="IRC bouncer"
+cat << EOF
+pounce is a multi-client, TLS-only IRC bouncer. It maintains a persistent
+connection to an IRC server, acting as a proxy and buffer for a number
+of clients. When a client connects, any messages received since it last
+disconnected will be relayed to it. Unlike some other bouncers, pounce uses
+a single buffer for all IRC messages, which acts as a queue from which each
+client reads messages independently.
+
+pounce speaks regular modern IRC to both servers and clients, using the
+server-time extension to indicate when messages originally occurred. Clients
+identify themselves to pounce by their IRC usernames.
+EOF
diff --git a/chat-irc/pounce/HISTORY b/chat-irc/pounce/HISTORY
new file mode 100644
index 0000000..5bb98fe
--- /dev/null
+++ b/chat-irc/pounce/HISTORY
@@ -0,0 +1,2 @@
+2022-05-31 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 8410e66..52072b3 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,6 @@
+2022-05-31 Ismael Luceno <ismael AT sourcemage.org>
+ * PROVIDES: added LIBTLS
+
2022-05-19 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.5.3 for devel|3.5 branch

diff --git a/crypto/libressl/PROVIDES b/crypto/libressl/PROVIDES
index fe0d4a2..ea071fa 100755
--- a/crypto/libressl/PROVIDES
+++ b/crypto/libressl/PROVIDES
@@ -1 +1,2 @@
+LIBTLS
SSL



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a8cfb28b789b2ac0cfbf478c6827e9fc53d6461c), Ismael Luceno, 05/31/2022

Archive powered by MHonArc 2.6.24.

Top of Page