pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2019Q1]: pkgsrc/chat/unrealircd Pullup ticket #5928 - requeste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a344f0285e44
branches:  pkgsrc-2019Q1
changeset: 334003:a344f0285e44
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Apr 07 09:39:25 2019 +0000

description:
Pullup ticket #5928 - requested by nia
chat/unrealircd: build fix

Revisions pulled up:
- chat/unrealircd/Makefile                                      1.58-1.59
- chat/unrealircd/distinfo                                      1.22-1.23

---
   Module Name:    pkgsrc
   Committed By:   nia
   Date:           Tue Apr  2 11:29:46 UTC 2019

   Modified Files:
           pkgsrc/chat/unrealircd: distinfo

   Log Message:
   chat/unrealircd: update distinfo.

   The tarball was silently updated without a release. After diffing this
   against the git tag, the updated tarball seems to change some if statements
   from if (x = y) to if (x == y)...

   https://github.com/unrealircd/unrealircd/commit/766055d5c0399fa55d03ac6ab33804dc084e2547

   The bug fixed by this change is apparently not exploitable.

---
   Module Name:    pkgsrc
   Committed By:   nia
   Date:           Tue Apr  2 12:42:44 UTC 2019

   Modified Files:
           pkgsrc/chat/unrealircd: Makefile

   Log Message:
   unrealircd: bump PKGREVISION for distinfo change

---
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Tue Apr  2 13:20:21 UTC 2019

   Modified Files:
           pkgsrc/chat/unrealircd: Makefile distinfo

   Log Message:
   unrealircd: set DIST_SUBDIR for new distfile

diffstat:

 chat/unrealircd/Makefile |   6 +++++-
 chat/unrealircd/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 6e86c57c773e -r a344f0285e44 chat/unrealircd/Makefile
--- a/chat/unrealircd/Makefile  Sun Apr 07 09:35:04 2019 +0000
+++ b/chat/unrealircd/Makefile  Sun Apr 07 09:39:25 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2019/03/02 15:44:33 nia Exp $
+# $NetBSD: Makefile,v 1.57.2.1 2019/04/07 09:39:25 bsiegert Exp $
 
 DISTNAME=      unrealircd-4.2.2
+PKGREVISION=   1
 CATEGORIES=    chat
 MASTER_SITES=  https://www.unrealircd.org/unrealircd4/
 
@@ -15,6 +16,9 @@
 USE_TOOLS+=    aclocal autoconf autoheader automake bash
 USE_TOOLS+=    gmake gunzip pkg-config
 
+# 4.2.2 tarball was changed, remove on next update
+DIST_SUBDIR=   unrealircd-20190402
+
 .include "options.mk"
 
 # Quoth ./configure,
diff -r 6e86c57c773e -r a344f0285e44 chat/unrealircd/distinfo
--- a/chat/unrealircd/distinfo  Sun Apr 07 09:35:04 2019 +0000
+++ b/chat/unrealircd/distinfo  Sun Apr 07 09:39:25 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.21 2019/03/02 15:44:33 nia Exp $
+$NetBSD: distinfo,v 1.21.2.1 2019/04/07 09:39:25 bsiegert Exp $
 
-SHA1 (unrealircd-4.2.2.tar.gz) = 94448b4dc1bafc901430b9d485a81f44b3d3a5fc
-RMD160 (unrealircd-4.2.2.tar.gz) = 2ebdc7b88f64db0406d43a1bdc2c22011b6ecedc
-SHA512 (unrealircd-4.2.2.tar.gz) = 5fd3cc2effb60aeca98bc206470096df227b9eb78976cf87f24a3b5937e470a2d1d5c44b43e08c2d47e851d903b882b8d803fb86125e9e3d29e4eca5fea1ad65
-Size (unrealircd-4.2.2.tar.gz) = 6060271 bytes
+SHA1 (unrealircd-20190402/unrealircd-4.2.2.tar.gz) = 3d29867f65cd407db207f3eb4a2038cafea75caa
+RMD160 (unrealircd-20190402/unrealircd-4.2.2.tar.gz) = a6c39a01c3a20fe481da3b8516b49ca213fd18fa
+SHA512 (unrealircd-20190402/unrealircd-4.2.2.tar.gz) = 961947e2286e10cd6032320d57cf3a99d4354f46ae28ad3142d11a0d423f7a0be915f8c09e8fe7b5816829752e4a03776907bb491366f418afc319fd8efb14ad
+Size (unrealircd-20190402/unrealircd-4.2.2.tar.gz) = 6060272 bytes
 SHA1 (patch-Makefile.in) = f42dbe01865c99f16db227bec251a0d78bdddd2c
 SHA1 (patch-ac) = 644990fd93c6754778d4c0a8b3a2aab34a1bcbb3
 SHA1 (patch-ae) = 14499974009921e55fbf2c1719f7588b17f1315c



Home | Main Index | Thread Index | Old Index