Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/id3 id3: Update to 1.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/037d4a19bd87
branches:  trunk
changeset: 431915:037d4a19bd87
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun May 17 15:04:40 2020 +0000

description:
id3: Update to 1.1.2

1.1.2
-----

- Update the copyright notices and years.

1.1.1
-----

- Let the Makefile supply the version string for the id3.c source.
- Add a simple test suite.
- Use memcpy(), not strncpy() for fully copying a fixed-size buffer.

diffstat:

 audio/id3/Makefile |   4 ++--
 audio/id3/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 5a7154576daa -r 037d4a19bd87 audio/id3/Makefile
--- a/audio/id3/Makefile        Sun May 17 15:01:52 2020 +0000
+++ b/audio/id3/Makefile        Sun May 17 15:04:40 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/05/26 21:49:22 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/17 15:04:40 nia Exp $
 
-DISTNAME=      id3-1.1.0
+DISTNAME=      id3-1.1.2
 CATEGORIES=    audio
 MASTER_SITES=  https://devel.ringlet.net/files/audio/id3/
 EXTRACT_SUFX=  .tar.xz
diff -r 5a7154576daa -r 037d4a19bd87 audio/id3/distinfo
--- a/audio/id3/distinfo        Sun May 17 15:01:52 2020 +0000
+++ b/audio/id3/distinfo        Sun May 17 15:04:40 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2018/05/26 21:49:22 wiz Exp $
+$NetBSD: distinfo,v 1.10 2020/05/17 15:04:40 nia Exp $
 
-SHA1 (id3-1.1.0.tar.xz) = b58115f0d60006fe178f2c51ab99797490f31850
-RMD160 (id3-1.1.0.tar.xz) = 74aa18bfb4ea8ae18b8e9bdb4d31deb92ef76675
-SHA512 (id3-1.1.0.tar.xz) = c24db8642658ceeb6cc2ac4b3c475e135a8d93dc947b9954da87e820999f1ec0186401c2ab6f3eb74e78b6d8ed457ac5087bbf69502e80b47d3dd85d6321668f
-Size (id3-1.1.0.tar.xz) = 13844 bytes
+SHA1 (id3-1.1.2.tar.xz) = cf5d467460166e20e5ea012a8583de67e5d1edd7
+RMD160 (id3-1.1.2.tar.xz) = c588809be08c20d4a2dd9e21ba97fdc9813642b7
+SHA512 (id3-1.1.2.tar.xz) = 39a96bcac200680d59d78496d0e40699f73ad890b1077d2e33732492a2b5d2a8bc3ee24eae8740c6915cd28409fa3ba8e154811e473c72b121c4e9e7a9fb27d3
+Size (id3-1.1.2.tar.xz) = 16176 bytes
 SHA1 (patch-aa) = a75251bde75266785cf6e1a2466d339d2739c60a
 SHA1 (patch-ab) = 85f3a012d044b7844adb9cfe6300a948ea30ff78



Home | Main Index | Thread Index | Old Index