pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/bc



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Nov 24 12:56:30 UTC 2023

Modified Files:
        pkgsrc/math/bc: Makefile distinfo
Removed Files:
        pkgsrc/math/bc/patches: patch-bc_storage.c

Log Message:
bc: Update to 1.07.1

Changelog:
Changes in bc from 1.07 to 1.07.1.
    Fixed ibase extension causing problems for read()
    Fixed parallel make problem.

Changes in dc 1.4 to 1.4.1.
    Fixed dc "Q" comanmd bug.

Changes in bc from 1.06 to 1.07.
    Added void functions.
    Bug fixes:
        fixes bug in load_code introduced by mathlib string storage in 1.06.
        fix to get long options working.
        signal code clean-up.
        fixed a bug in the AVL tree routines.
        fixed math library to work properly when called with ibase not 10.
        fixed a symbol table bug when using more than 32 names.
        removed a double free.
    Added base 17 to 36 for ibase.
    Fixed some memory leaks.
    Various small tweaks and doc bug fixes.

Changes in dc from 1.3 to 1.4:
    Recognize and handle tail recursion.
    Add 'r' and 'R' commands for stack manipulation.
    Finally fix dc to trap interrupts, like the documentation has said it
    should: aborts any executing macros, but does not exit the program.
    Bug fixes.
    Miscellaneous code clean-up.
    Changed to detect directories and generate errors.
    Detects and reports on any output errors; exits non-success.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/bc/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/bc/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/math/bc/patches/patch-bc_storage.c

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

Modified files:

Index: pkgsrc/math/bc/Makefile
diff -u pkgsrc/math/bc/Makefile:1.14 pkgsrc/math/bc/Makefile:1.15
--- pkgsrc/math/bc/Makefile:1.14        Sat Jan 18 23:32:50 2020
+++ pkgsrc/math/bc/Makefile     Fri Nov 24 12:56:30 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2020/01/18 23:32:50 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2023/11/24 12:56:30 ryoon Exp $
 
-DISTNAME=      bc-1.06.95
+DISTNAME=      bc-1.07.1
 CATEGORIES=    math
-MASTER_SITES=  ftp://alpha.gnu.org/gnu/bc/
-EXTRACT_SUFX=  .tar.bz2
+MASTER_SITES=  ${MASTER_SITE_GNU:=bc/}
 
 MAINTAINER=    reed%reedmedia.net@localhost
 HOMEPAGE=      https://www.gnu.org/software/bc/bc.html

Index: pkgsrc/math/bc/distinfo
diff -u pkgsrc/math/bc/distinfo:1.7 pkgsrc/math/bc/distinfo:1.8
--- pkgsrc/math/bc/distinfo:1.7 Tue Oct 26 10:55:36 2021
+++ pkgsrc/math/bc/distinfo     Fri Nov 24 12:56:30 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:55:36 nia Exp $
+$NetBSD: distinfo,v 1.8 2023/11/24 12:56:30 ryoon Exp $
 
-BLAKE2s (bc-1.06.95.tar.bz2) = c1f9a0bdd820e1540a5cfff855357bcc57ca1af987ddfeb8044beb2bccdfca14
-SHA512 (bc-1.06.95.tar.bz2) = 16ec13f87ef76ad4de77d378ef8d65a582adca1bf661c9d7675e78d940680c77e81a00a01817fde7c1ad1524562d6f933caa5c42a0686f3f85aadbb39393afb1
-Size (bc-1.06.95.tar.bz2) = 290069 bytes
-SHA1 (patch-bc_storage.c) = e4b4304d40bf131a262b634f5b728b232048a2f1
+BLAKE2s (bc-1.07.1.tar.gz) = 66d1fdcafa0528f8062cb700e319992bce3e72e6c83acb51263a71cb2cf31d64
+SHA512 (bc-1.07.1.tar.gz) = 02126d0db6b6ed06d56cfc292d6f5475ff1e574779d7e69c7809bbb1e13f946f57ea07da2a7666baa092507a951a822044b0970075f75eefe65a5c1999b75d34
+Size (bc-1.07.1.tar.gz) = 419850 bytes



Home | Main Index | Thread Index | Old Index