From owner-svn-ports-head@FreeBSD.ORG Mon Mar 31 22:08:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD80CC62; Mon, 31 Mar 2014 22:08:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 809FBBFD; Mon, 31 Mar 2014 22:08:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2VM8INm011123; Mon, 31 Mar 2014 22:08:18 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2VM8IV5011121; Mon, 31 Mar 2014 22:08:18 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201403312208.s2VM8IV5011121@svn.freebsd.org> From: Rene Ladan Date: Mon, 31 Mar 2014 22:08:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349808 - head/comms/dcf77pi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 22:08:18 -0000 Author: rene Date: Mon Mar 31 22:08:17 2014 New Revision: 349808 URL: http://svnweb.freebsd.org/changeset/ports/349808 QAT: https://qat.redports.org/buildarchive/r349808/ Log: comms/dcf77pi: update to 2.0.2 - Prevent a possible string overflow when reading the configuration file. - Plug a few memory leaks. - Refactor a lot of code. - Replace -l parameter (specify logfile) of dcf77pi by an interactive 'L' key which can also be used to change or disable the log file. - New entry in config.txt, "outlogfile", to specify the the default log file (default empty). - Fix a bug where the hour would be wrongly considered off by one at the moment of a DST change. - Various bug fixes in the GUI code (only affected displaying of the data). - Handle log files with \n\r line endings used by RISC OS (which runs on the Raspberry Pi). - Slightly improve output when reading from a log file. - Update README.md Modified: head/comms/dcf77pi/Makefile head/comms/dcf77pi/distinfo Modified: head/comms/dcf77pi/Makefile ============================================================================== --- head/comms/dcf77pi/Makefile Mon Mar 31 22:07:21 2014 (r349807) +++ head/comms/dcf77pi/Makefile Mon Mar 31 22:08:17 2014 (r349808) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dcf77pi -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= comms MAINTAINER= rene@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= rene0 -GH_COMMIT= 9865afc +GH_COMMIT= d5b52d9 USES= ncurses Modified: head/comms/dcf77pi/distinfo ============================================================================== --- head/comms/dcf77pi/distinfo Mon Mar 31 22:07:21 2014 (r349807) +++ head/comms/dcf77pi/distinfo Mon Mar 31 22:08:17 2014 (r349808) @@ -1,2 +1,2 @@ -SHA256 (dcf77pi-2.0.1.tar.gz) = 7a049f7c17287a8a00ca999f429f571e04f586fe33c4e8779d6334a0f4206095 -SIZE (dcf77pi-2.0.1.tar.gz) = 15344 +SHA256 (dcf77pi-2.0.2.tar.gz) = 817b2934d4b4ed35f3beaa198d8cf451b91ce41c86231e80be4f2249e7ef7952 +SIZE (dcf77pi-2.0.2.tar.gz) = 17492