Skip to Content.
Sympa Menu

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

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 (63281a267522005c9ec25b5f7273ca4cafbfdcf5)
  • Date: Fri, 27 Nov 2020 19:07:54 +0000

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

chat-irc/znc/DETAILS | 4 ++--
chat-irc/znc/HISTORY | 5 +++++
chat-irc/znc/PRE_BUILD | 6 ------
chat-irc/znc/libressl.patch | 19 -------------------
4 files changed, 7 insertions(+), 27 deletions(-)

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

znc 1.8.2

diff --git a/chat-irc/znc/DETAILS b/chat-irc/znc/DETAILS
index 419a4a2..6bc4aa3 100755
--- a/chat-irc/znc/DETAILS
+++ b/chat-irc/znc/DETAILS
@@ -1,5 +1,5 @@
SPELL=znc
- VERSION=1.4
+ VERSION=1.8.2
SECURITY_PATCH=5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
@@ -8,7 +8,7 @@
SOURCE_GPG=znc.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE=http://en.znc.in/
+ WEB_SITE=https://wiki.znc.in
LICENSE[0]=GPL
ENTERED=20080723
SHORT="advanced IRC bouncer"
diff --git a/chat-irc/znc/HISTORY b/chat-irc/znc/HISTORY
index d498a82..ce85220 100644
--- a/chat-irc/znc/HISTORY
+++ b/chat-irc/znc/HISTORY
@@ -1,3 +1,8 @@
+2020-11-27 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.8.2
+ fixed WEB_SITE
+ * PRE_BUILD, libressl.patch: removed, no longer needed
+
2016-10-25 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: added, to apply patch
* libressl.patch: added, fixed build with LibreSSL
diff --git a/chat-irc/znc/PRE_BUILD b/chat-irc/znc/PRE_BUILD
deleted file mode 100755
index e6ff380..0000000
--- a/chat-irc/znc/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-if is_depends_enabled $SPELL $(get_spell_provider $SPELL SSL) && [[
$(get_spell_provider $SPELL SSL) == "libressl" ]]; then
- patch -p0 < "${SPELL_DIRECTORY}/libressl.patch"
-fi
diff --git a/chat-irc/znc/libressl.patch b/chat-irc/znc/libressl.patch
deleted file mode 100644
index 8bbe9cf..0000000
--- a/chat-irc/znc/libressl.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-$OpenBSD: patch-src_Csocket_cpp,v 1.1 2014/07/12 14:42:37 pascal Exp $
---- src/Csocket.cpp.orig Sat Jul 12 16:03:48 2014
-+++ src/Csocket.cpp Sat Jul 12 16:04:36 2014
-@@ -555,6 +555,7 @@ bool InitSSL( ECompType eCompressionType )
- }
- #endif /* _WIN32 */
-
-+#ifndef OPENSSL_NO_COMP
- COMP_METHOD *cm = NULL;
-
- if( CT_ZLIB & eCompressionType )
-@@ -570,6 +571,7 @@ bool InitSSL( ECompType eCompressionType )
- if( cm )
- SSL_COMP_add_compression_method( CT_RLE, cm );
- }
-+#endif
-
- // setting this up once in the begining
- g_iCsockSSLIdx = SSL_get_ex_new_index( 0, ( void *
)"CsockGlobalIndex", NULL, NULL, NULL );



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (63281a267522005c9ec25b5f7273ca4cafbfdcf5), Ismael Luceno, 11/27/2020

Archive powered by MHonArc 2.6.24.

Top of Page