pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/remind
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jun 22 10:41:28 UTC 2016
Modified Files:
pkgsrc/time/remind: Makefile distinfo
pkgsrc/time/remind/patches: patch-ae
Log Message:
Updated remind to 3.1.15. Security update.
* Version 3.1 Patch 15 - 2015-07-27
- BUG FIX: Fix a buffer overflow found by Alexander Keller
- BUG FIX: Fix a typo in this file: was 2014 instead of 2015.
- BUG FIX: Make parser reject an AT followed by more than one time.
- BUG FIX: Make parser reject epeated delta or *repeat values.
* Version 3.1 Patch 14 - 2015-04-24
- NEW FEATURE: Putting the line __EOF__ in a .rem file causes Remind
to treat it as end-of-file.
- IMPROVEMENT: Use better PNG images for moons in the HTML display
- CHANGE: Author name updated from "David" to "Dianne"
- BUG FIX: The "-n" command-line option should really run in "ADVANCE_MODE"
rather than "CAL_MODE" internally; otherwise, the substitution sequences
may be misinterpreted.
- BUG FIX: A typo in clearing out MD5 sum context has been fixed.
- BUG FIX: Typo in Spanish translation was fixed.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/time/remind/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/time/remind/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/remind/patches/patch-ae
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/remind/Makefile
diff -u pkgsrc/time/remind/Makefile:1.23 pkgsrc/time/remind/Makefile:1.24
--- pkgsrc/time/remind/Makefile:1.23 Fri Jun 12 10:51:46 2015
+++ pkgsrc/time/remind/Makefile Wed Jun 22 10:41:28 2016
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2015/06/12 10:51:46 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.24 2016/06/22 10:41:28 wiz Exp $
-DISTNAME= remind-03.01.13
+DISTNAME= remind-03.01.15
PKGNAME= ${DISTNAME:C/0([0-9])/\1/g}
-PKGREVISION= 3
CATEGORIES= time
MASTER_SITES= http://www.roaringpenguin.com/files/download/
Index: pkgsrc/time/remind/distinfo
diff -u pkgsrc/time/remind/distinfo:1.14 pkgsrc/time/remind/distinfo:1.15
--- pkgsrc/time/remind/distinfo:1.14 Mon Nov 2 23:31:44 2015
+++ pkgsrc/time/remind/distinfo Wed Jun 22 10:41:28 2016
@@ -1,13 +1,13 @@
-$NetBSD: distinfo,v 1.14 2015/11/02 23:31:44 agc Exp $
+$NetBSD: distinfo,v 1.15 2016/06/22 10:41:28 wiz Exp $
-SHA1 (remind-03.01.13.tar.gz) = dce46b2334b3849255feffe6cba4973f3c883647
-RMD160 (remind-03.01.13.tar.gz) = d4bccb26e97764c1c1d85ffa8b415bf62b4ba241
-SHA512 (remind-03.01.13.tar.gz) = 28478e78a52055ca0c8f8d1da82149c4afa4436bb02652c39eb0547777b7fad0a9489faf3c86f9225dad5f843a708b72dd48e1aa44bd02f4361600cf2d0f0392
-Size (remind-03.01.13.tar.gz) = 361650 bytes
+SHA1 (remind-03.01.15.tar.gz) = 4295177c2f6bef742262f11ad0ec6d07d9551409
+RMD160 (remind-03.01.15.tar.gz) = 645f4cee9c7ee45a02228a1a055fc86762dc4927
+SHA512 (remind-03.01.15.tar.gz) = 335f3ca88237f1ae53768b9ecdeb03f0bb1e706a8afd3ba36121ec76048a08fbc0d5ec72b05e552394b4cf2131be335c49533e1212b7e713ef16002a0621fc84
+Size (remind-03.01.15.tar.gz) = 363101 bytes
SHA1 (patch-ab) = d32cb94e8d7a6126cb39bb611471949b93e472bb
SHA1 (patch-ac) = a1a16349917f3fc5d5951b8c8fb92030859a3a2e
SHA1 (patch-ad) = b91a7a59a6bd4f5c6ab45bc552c42eac2ca6bfc5
-SHA1 (patch-ae) = 9c357e40775d6c5ef98868eb6daa460d3dd2decc
+SHA1 (patch-ae) = 02bba81d8437c7675903519a20bd77104623816a
SHA1 (patch-configure) = bfc8a09c8640f6674e7f1b7263a68d38f75764bd
SHA1 (patch-configure.in) = edde127c2b9744ffe1d624890dda6d68f039715b
SHA1 (patch-src_init.c) = 5dc380d1520438eedd645bb441abe5c8e73c8e9d
Index: pkgsrc/time/remind/patches/patch-ae
diff -u pkgsrc/time/remind/patches/patch-ae:1.3 pkgsrc/time/remind/patches/patch-ae:1.4
--- pkgsrc/time/remind/patches/patch-ae:1.3 Sat Feb 16 13:34:59 2013
+++ pkgsrc/time/remind/patches/patch-ae Wed Jun 22 10:41:28 2016
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.3 2013/02/16 13:34:59 schmonz Exp $
+$NetBSD: patch-ae,v 1.4 2016/06/22 10:41:28 wiz Exp $
---- man/cm2rem.1.orig 2011-07-28 18:30:43.000000000 +0000
+--- man/cm2rem.1.orig 2015-04-17 05:57:51.000000000 +0000
+++ man/cm2rem.1
-@@ -1,27 +1,27 @@
+@@ -1,26 +1,26 @@
.TH CM2REM 1 "18 October 1999"
.UC 4
.SH NAME
@@ -23,8 +23,8 @@ $NetBSD: patch-ae,v 1.3 2013/02/16 13:34
+\fBcm2rem\fR is supported by Roaring Penguin Software
Inc. (http://www.roaringpenguin.com)
.PP
--\fBcm2rem.tcl\fR was written by David F. Skoll <dfs%roaringpenguin.com@localhost>.
-+\fBcm2rem\fR was written by David F. Skoll <dfs%roaringpenguin.com@localhost>.
+-\fBcm2rem.tcl\fR was written by Dianne Skoll <dfs%roaringpenguin.com@localhost>.
++\fBcm2rem\fR was written by Dianne Skoll <dfs%roaringpenguin.com@localhost>.
.SH BUGS
Not all of the Sun calendar manager options are respected. In particular,
nothing is done for e-mail actions. Also, the resulting Remind script
@@ -32,9 +32,7 @@ $NetBSD: patch-ae,v 1.3 2013/02/16 13:34
editor.
.PP
-\fBcm2rem.tcl\fR requires Tcl/Tk version 8.0 or higher. The
--\fBtclsh\fR interpreter must be on your \fBpath\fR.
+\fBcm2rem\fR requires Tcl/Tk version 8.0 or higher. The
-+\fB@TCLSH@\fR interpreter must be on your \fBpath\fR.
+ \fBtclsh\fR interpreter must be on your \fBpath\fR.
.SH SEE ALSO
- \fBremind(1)\fR, \fBtkremind(1)\fR
Home |
Main Index |
Thread Index |
Old Index