pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/erlang-p1_mysql erlang-p1_mysql: Update to 1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/485b30b543d5
branches: trunk
changeset: 452952:485b30b543d5
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Thu May 20 15:04:44 2021 +0000
description:
erlang-p1_mysql: Update to 1.0.18
upstream changes:
-----------------
Version 1.0.18
o Update copyright year to 2021
o add_mysql_conn always returns success, except if crashes
o Database is always 'none', as noticed by Dialyzer
o Data is always binary, as noticed by Dialyzer
Version 1.0.17
o Update travis config
Version 1.0.15
o Fix warnings
Version 1.0.14
o Add abilty to use ssl connections
Version 1.0.13
o Update copyright year
Version 1.0.12
o Properly handle decoding of number of returned fields when there is more than 128 of them.
Version 1.0.11
o Handle close even in do_recv, this fixes potential connection being stuck after timeout
Version 1.0.10
o Make socket close always lead to terminating p1_mysql_conn
Version 1.0.9
o Add contribution guide
o Don't log errors on shutdown
Version 1.0.8
o Add support for mysql8 and cache_sha2_password authentication
Version 1.0.7
o Fix connection timeout handling
diffstat:
databases/erlang-p1_mysql/Makefile | 4 ++--
databases/erlang-p1_mysql/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r cca4f13a9926 -r 485b30b543d5 databases/erlang-p1_mysql/Makefile
--- a/databases/erlang-p1_mysql/Makefile Thu May 20 14:58:59 2021 +0000
+++ b/databases/erlang-p1_mysql/Makefile Thu May 20 15:04:44 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/07/20 09:09:27 fhajny Exp $
+# $NetBSD: Makefile,v 1.11 2021/05/20 15:04:44 triaxx Exp $
-DISTNAME= p1_mysql-1.0.6
+DISTNAME= p1_mysql-1.0.18
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
diff -r cca4f13a9926 -r 485b30b543d5 databases/erlang-p1_mysql/distinfo
--- a/databases/erlang-p1_mysql/distinfo Thu May 20 14:58:59 2021 +0000
+++ b/databases/erlang-p1_mysql/distinfo Thu May 20 15:04:44 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/07/20 09:09:27 fhajny Exp $
+$NetBSD: distinfo,v 1.9 2021/05/20 15:04:44 triaxx Exp $
-SHA1 (p1_mysql-1.0.6.tar.gz) = 5a096eec9467864d072df14ebbf08a17710f764b
-RMD160 (p1_mysql-1.0.6.tar.gz) = 450a0e4eabb97a9157f6806f2fc6779593392e55
-SHA512 (p1_mysql-1.0.6.tar.gz) = 616f9ddd4907467e89a49f5602f7096b1c0bf0b512e9cc54addc960069ed57457514585122aec876aa87b8937b9755b6ccadd4994d3abe85b600753f962bc1a9
-Size (p1_mysql-1.0.6.tar.gz) = 20459 bytes
+SHA1 (p1_mysql-1.0.18.tar.gz) = 70217fd384a9f829618c069fa376b83ec7f04ae9
+RMD160 (p1_mysql-1.0.18.tar.gz) = 8f905863d94fc3ad47d9a5d83a88a832c7e3d543
+SHA512 (p1_mysql-1.0.18.tar.gz) = b7f7e2ab8a277ea15bc690543cbb9587e5e6c98c0dd3a32bebffd5f5964caf19df82e9e446cfa17432c475bf84b9cd0ad68366b5ec720059205c19f3a1668ef0
+Size (p1_mysql-1.0.18.tar.gz) = 27300 bytes
Home |
Main Index |
Thread Index |
Old Index