pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/loudmouth
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Sep 19 17:13:19 UTC 2016
Modified Files:
pkgsrc/chat/loudmouth: Makefile PLIST distinfo
Removed Files:
pkgsrc/chat/loudmouth/patches: patch-aa patch-loudmouth_lm-debug.c
patch-loudmouth_lm-error_c patch-loudmouth_lm-sock.c
Log Message:
Update chat/loudmouth to 1.5.3. Changes to 1.5.1 are:
There have been many changes since the previous official release, 1.4.3, which
was published 7 years ago, so we'll only mention a few of them:
- This Loudmouth release is compatible with current Glib/GTK libraries
- The internal asyncns copy has been removed
- The security has been improved in several ways:
- Certificates: added checking of SAN(s) when CN does not match and fixed CN
wildcard handling
- SSL 2 and 3 have been deactivated; TLS 1.1 and 1.2 have been activated
- Use the default cipher suite of GnuTLS
- New API: Implementation of lm_ssl_set_ca and lm_ssl_set_cipher_list
This enables the application to choose additional CA certificates to trust
as well as the cipher suites which are used by OpenSSL or GnuTLS
- Many resolver and parser issues have been fixed
I can't find a subsequent changelog for 1.5.1 to 1.5.3 but assume "bugs fixed".
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/chat/loudmouth/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/loudmouth/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/chat/loudmouth/distinfo
cvs rdiff -u -r1.6 -r0 pkgsrc/chat/loudmouth/patches/patch-aa
cvs rdiff -u -r1.1 -r0 \
pkgsrc/chat/loudmouth/patches/patch-loudmouth_lm-debug.c \
pkgsrc/chat/loudmouth/patches/patch-loudmouth_lm-error_c \
pkgsrc/chat/loudmouth/patches/patch-loudmouth_lm-sock.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/loudmouth/Makefile
diff -u pkgsrc/chat/loudmouth/Makefile:1.42 pkgsrc/chat/loudmouth/Makefile:1.43
--- pkgsrc/chat/loudmouth/Makefile:1.42 Sat Mar 5 11:28:09 2016
+++ pkgsrc/chat/loudmouth/Makefile Mon Sep 19 17:13:18 2016
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2016/03/05 11:28:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.43 2016/09/19 17:13:18 jperkin Exp $
-DISTNAME= loudmouth-1.4.3
-PKGREVISION= 10
+DISTNAME= loudmouth-1.5.3
CATEGORIES= chat
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/1.4/}
-
+MASTER_SITES= https://mcabber.com/files/loudmouth/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/chat/loudmouth/PLIST
diff -u pkgsrc/chat/loudmouth/PLIST:1.4 pkgsrc/chat/loudmouth/PLIST:1.5
--- pkgsrc/chat/loudmouth/PLIST:1.4 Sun Jun 14 17:37:48 2009
+++ pkgsrc/chat/loudmouth/PLIST Mon Sep 19 17:13:18 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:37:48 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2016/09/19 17:13:18 jperkin Exp $
include/loudmouth-1.0/loudmouth/lm-connection.h
include/loudmouth-1.0/loudmouth/lm-error.h
include/loudmouth-1.0/loudmouth/lm-message-handler.h
@@ -14,17 +14,19 @@ share/gtk-doc/html/loudmouth/ch01.html
share/gtk-doc/html/loudmouth/home.png
share/gtk-doc/html/loudmouth/index.html
share/gtk-doc/html/loudmouth/index.sgml
+share/gtk-doc/html/loudmouth/left-insensitive.png
share/gtk-doc/html/loudmouth/left.png
-share/gtk-doc/html/loudmouth/loudmouth-lm-connection.html
-share/gtk-doc/html/loudmouth/loudmouth-lm-error.html
-share/gtk-doc/html/loudmouth/loudmouth-lm-message-handler.html
-share/gtk-doc/html/loudmouth/loudmouth-lm-message-node.html
-share/gtk-doc/html/loudmouth/loudmouth-lm-message.html
-share/gtk-doc/html/loudmouth/loudmouth-lm-proxy.html
-share/gtk-doc/html/loudmouth/loudmouth-lm-ssl.html
-share/gtk-doc/html/loudmouth/loudmouth-lm-utils.html
-share/gtk-doc/html/loudmouth/loudmouth.devhelp
+share/gtk-doc/html/loudmouth/loudmouth-LmConnection.html
+share/gtk-doc/html/loudmouth/loudmouth-LmError.html
+share/gtk-doc/html/loudmouth/loudmouth-LmMessage.html
+share/gtk-doc/html/loudmouth/loudmouth-LmMessageHandler.html
+share/gtk-doc/html/loudmouth/loudmouth-LmMessageNode.html
+share/gtk-doc/html/loudmouth/loudmouth-LmProxy.html
+share/gtk-doc/html/loudmouth/loudmouth-LmSSL.html
+share/gtk-doc/html/loudmouth/loudmouth-Miscellaneous-Utility-Functions.html
share/gtk-doc/html/loudmouth/loudmouth.devhelp2
+share/gtk-doc/html/loudmouth/right-insensitive.png
share/gtk-doc/html/loudmouth/right.png
share/gtk-doc/html/loudmouth/style.css
+share/gtk-doc/html/loudmouth/up-insensitive.png
share/gtk-doc/html/loudmouth/up.png
Index: pkgsrc/chat/loudmouth/distinfo
diff -u pkgsrc/chat/loudmouth/distinfo:1.18 pkgsrc/chat/loudmouth/distinfo:1.19
--- pkgsrc/chat/loudmouth/distinfo:1.18 Tue Nov 3 01:20:22 2015
+++ pkgsrc/chat/loudmouth/distinfo Mon Sep 19 17:13:18 2016
@@ -1,10 +1,6 @@
-$NetBSD: distinfo,v 1.18 2015/11/03 01:20:22 agc Exp $
+$NetBSD: distinfo,v 1.19 2016/09/19 17:13:18 jperkin Exp $
-SHA1 (loudmouth-1.4.3.tar.bz2) = 55dd0475760f98ff0ba1f5c712c52ab776b432be
-RMD160 (loudmouth-1.4.3.tar.bz2) = 59852d085f73d68b3c061b7192a484527843e67d
-SHA512 (loudmouth-1.4.3.tar.bz2) = 02d1de14a4d626a4c9100bd24c06d4b4203eabb0f95bab40ee18ea5e68ed81d47aa977625140157b2d9f7974ac748af857c2ee3a916f0db700e2a2d0934940ec
-Size (loudmouth-1.4.3.tar.bz2) = 366818 bytes
-SHA1 (patch-aa) = d23b8671b8d15a0be257f9fd3d5fb55df33edf14
-SHA1 (patch-loudmouth_lm-debug.c) = 59c73bfeb1cbd66ff8c7325353f4772cfdc0c891
-SHA1 (patch-loudmouth_lm-error_c) = 479f2b469b6430d7743b270a9d70fde5829c6c56
-SHA1 (patch-loudmouth_lm-sock.c) = 7271b8045c0ce303504d3ddb59d1a08489a721ce
+SHA1 (loudmouth-1.5.3.tar.bz2) = a69ef9a57e0ae993340921e73ada27979850db04
+RMD160 (loudmouth-1.5.3.tar.bz2) = aba3fc803a87e334b09987e27a5f841a46761dd8
+SHA512 (loudmouth-1.5.3.tar.bz2) = ab6b16b4e644b69cdb7d8df1753d1bb5b43c2f1e76944e639339169b332e1b5c6a4246053c5b8a579ee9b53c845cef610b0040dfdffeb857180b6bab71adfcce
+Size (loudmouth-1.5.3.tar.bz2) = 375974 bytes
Home |
Main Index |
Thread Index |
Old Index