Received: by mail.netbsd.org (Postfix, from userid 605) id 8CFC984E9B; Thu, 12 Dec 2019 20:56:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 12C2384D51 for ; Thu, 12 Dec 2019 20:56:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id JHMMxOulLCBb for ; Thu, 12 Dec 2019 20:56:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 42D5884D3F for ; Thu, 12 Dec 2019 20:56:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 372E5FA97; Thu, 12 Dec 2019 20:56:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15761842137960" MIME-Version: 1.0 Date: Thu, 12 Dec 2019 20:56:53 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/lang/yabasic To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20191212205653.372E5FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15761842137960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Thu Dec 12 20:56:53 UTC 2019 Modified Files: pkgsrc/lang/yabasic: Makefile distinfo Log Message: yabasic: update to 2.86.2. This fixes CVE-2019-19720. Notable changes: - Add dependency on devel/libffi - Reset MAINTAINER, email address does not exist anymore - Update LICENSE, Yabasic is now MIT licensed since version 2.77.1 ChangeLog: Version 2.86.2 (December 12, 2019) - Another fix for heap-buffer-offerflow found with address sanitizer Version 2.86.1 (December 8, 2019) - Fix for heap-buffer-offerflow Version 2.86.0 (November 28, 2019) - Added new functions bitnot - Fixes for bit-arithmetic (signes/unsigned) Version 2.85.0 (November 16, 2019) - Added new functions shl, shr and round - Introduced binary literals preceeded by 0b - Fixes for hex literals - The error-command no longer adds a line number Version 2.84.3 (November 3, 2019) - Better debugging for library path - Clean builds for Windows setup-program Version 2.84.2 (October 6, 2019) - Fixed some potential stackoverflows - Removed empty dir related with nano - Tests with tmux only within the Rakefile Version 2.84.1 (July 20, 2019) - Make unload_library after call the default for foreign_functions - Fixes to docu - Requiring libffi for build (unless specified other by configure-option) - explicit error no longer unwinds call-stack Version 2.84.0 (July 12, 2019) - New command foreign_buffer_set_buffer Version 2.83.3 (June 30, 2019) - Documentation Version 2.83.2 (June 30, 2019) - Allow specifying null-pointer for foreign functions Version 2.83.1 (June 26, 2019) - Fix for line-numbers in errors after import - Updating the manual Version 2.83.0 (April 29, 2019) - Unix: Added a syntax-file for the nano-editor; contributed by Stephan Muesse - Made parentheses around condition in while and until optional - Better error messages on misaligned control structures - New family of functions and commands foreign_* to invoke functions from external c-libraries - Fixes for line-numbers in error messages - Revised and updated the documentation Version 2.82.1 (March 11, 2019) - Allowing comments after import statement - Fixes regarding error messages Version 2.82.0 (February 17, 2019) - Advanced version of autoconf and other tools - Fix in tests - Fixed nested import of libraries - Libraries can now be found in the directory of the main file too - Error messages try to show and mark the offending part of the code - Hexadecimal numerical literals are supported, e.g. print 0xff Version 2.81.4 (January 27, 2019) - Fixed error with inkey$ and clear screen - Fixed fatal error with inkey$ and upper case letters Version 2.81.3 (January 13, 2019) - Fixed a compile-problem on macos - Corrected a rendering problem on www.yabasic.de, which had cut off the bottom-lines of many pages Version 2.81.2 (January 2, 2019) - Fixed a problem under netbsd, which prevented yabasic from finding its own executable - Fix on macos for curses-initialization e.g. during "clear screen" - Fix that allows libraries to start with a comment introduced by a hash or a single quote - Made the prior "Guide into the guts" available again as "Some remarks on changing Yabasic"; see www.yabasic.de - Document options for unix and windows in the same chapter Version 2.81.1 (November 1, 2018) - Fix: Allow yabasic to run from within a script Version 2.81.0 (October 27, 2018) - New function chomp$ - Added new peek "interpreter_path" - Fixed a sporadic issue with bound programs Version 2.80.0 (September 8, 2018) - Added functions floor() and ceil() - Checking for function clock_gettime during configure To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/yabasic/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/yabasic/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15761842137960 Content-Disposition: inline Content-Length: 2112 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/yabasic/Makefile diff -u pkgsrc/lang/yabasic/Makefile:1.24 pkgsrc/lang/yabasic/Makefile:1.25 --- pkgsrc/lang/yabasic/Makefile:1.24 Sat Oct 12 20:05:59 2019 +++ pkgsrc/lang/yabasic/Makefile Thu Dec 12 20:56:53 2019 @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.24 2019/10/12 20:05:59 rillig Exp $ +# $NetBSD: Makefile,v 1.25 2019/12/12 20:56:53 fcambus Exp $ -DISTNAME= yabasic-2.79.2 -PKGREVISION= 1 +DISTNAME= yabasic-2.86.2 CATEGORIES= lang MASTER_SITES= http://www.yabasic.de/download/ -MAINTAINER= david@silicium.ath.cx +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.yabasic.de/ COMMENT= Yet another Basic for Unix and Windows -LICENSE= artistic OR gnu-gpl-v2 +LICENSE= mit GNU_CONFIGURE= yes USE_NCURSES= yes @@ -22,6 +21,7 @@ post-install: BUILDLINK_DEPMETHOD.libXt?= build +.include "../../devel/libffi/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" .include "../../x11/libSM/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" Index: pkgsrc/lang/yabasic/distinfo diff -u pkgsrc/lang/yabasic/distinfo:1.13 pkgsrc/lang/yabasic/distinfo:1.14 --- pkgsrc/lang/yabasic/distinfo:1.13 Wed Jul 4 12:45:57 2018 +++ pkgsrc/lang/yabasic/distinfo Thu Dec 12 20:56:53 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2018/07/04 12:45:57 wen Exp $ +$NetBSD: distinfo,v 1.14 2019/12/12 20:56:53 fcambus Exp $ -SHA1 (yabasic-2.79.2.tar.gz) = 65a89e307d52f899e46a3ec077f96b58853c7641 -RMD160 (yabasic-2.79.2.tar.gz) = 227a011c4ba7d889062c97c3729c730c4e7a9f6b -SHA512 (yabasic-2.79.2.tar.gz) = 2720c15e598d4500f57454517d19d453ed51f963a8a021dec28dcbb0c19103c638a1f5c588c466cc963def0c1318eee37b53d799a4609037d1affe6896e6bdd8 -Size (yabasic-2.79.2.tar.gz) = 1137964 bytes +SHA1 (yabasic-2.86.2.tar.gz) = 9b7c61114f69043fc02b5235c232303a34b01dce +RMD160 (yabasic-2.86.2.tar.gz) = c007e9ffedcc07acb113dccc2bf13e598d1ed677 +SHA512 (yabasic-2.86.2.tar.gz) = 72dc92471baa6c91157389c6ab4bb2a38118745f5f5935e00ba2bff1eeb0c940d3f844c7897e5a02642abd9a027c9ae60dbfaf2de49bacdc2c224989a1bdf86f +Size (yabasic-2.86.2.tar.gz) = 708256 bytes --_----------=_15761842137960--