pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/id3



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun May 17 15:04:40 UTC 2020

Modified Files:
        pkgsrc/audio/id3: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/id3/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/id3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/id3/Makefile
diff -u pkgsrc/audio/id3/Makefile:1.14 pkgsrc/audio/id3/Makefile:1.15
--- pkgsrc/audio/id3/Makefile:1.14      Sat May 26 21:49:22 2018
+++ pkgsrc/audio/id3/Makefile   Sun May 17 15:04:40 2020
@@ -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

Index: pkgsrc/audio/id3/distinfo
diff -u pkgsrc/audio/id3/distinfo:1.9 pkgsrc/audio/id3/distinfo:1.10
--- pkgsrc/audio/id3/distinfo:1.9       Sat May 26 21:49:22 2018
+++ pkgsrc/audio/id3/distinfo   Sun May 17 15:04:40 2020
@@ -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