Change log for newlisp package in Debian

18 of 8 results
Published in bookworm-release
Published in bullseye-release
Published in sid-release
newlisp (10.7.5-2) unstable; urgency=medium

  * d/p/0009-Fix-shared-library-loading-for-modules.patch:
    Adjust patch so that the modules don't try to load a versioned shared
    library.
  * d/control: Don't recommend hardcoded ABI versions in library packages.
    We should recommend the '-dev' packages instead, which will install
    the proper .so files that will get loaded by the modules. (Closes: #984686)
  * d/p/0009-Set-NEWLISPDIR-to-usr-share-newlisp.patch:
    Inform newlisp that the common files are installed under
    /usr/share/newlisp, not /usr/local/share.

 -- Sergio Durigan Junior <email address hidden>  Sun, 07 Mar 2021 15:17:34 -0500
Superseded in sid-release
newlisp (10.7.5-1) unstable; urgency=medium

  * New upstream version 10.7.5.
  * Update d/patches.
  * Update d/newlisp.doc-base and remove a reference to guiserver.
  * Bump Standards-Version to 4.4.0.
  * Install examples directory.
  * Update d/copyright.

 -- Sergio Durigan Junior <email address hidden>  Sat, 20 Jul 2019 19:47:33 -0400

Available diffs

Superseded in sid-release
newlisp (10.7.1-2) unstable; urgency=medium

  * Update Vcs-* URLs to use salsa.
  * Update my e-mail address.
  * Update compat level to 12.
  * Bump Standards-Version to 4.3.0.
  * Recommend sensible-utils due to canvas.lsp module.
  * Don't use unnecessary '--parallel' option when invoking dh.

 -- Sergio Durigan Junior <email address hidden>  Wed, 06 Mar 2019 19:37:22 -0500
Published in buster-release
Superseded in sid-release
newlisp (10.7.1-1) unstable; urgency=medium

  * New upstream version 10.7.1
  * Updating patches to reflect new upstream release.

 -- Sergio Durigan Junior <email address hidden>  Thu, 09 Feb 2017 22:27:44 -0500

Available diffs

Published in stretch-release
Superseded in sid-release
newlisp (10.7.0-4) unstable; urgency=medium

  * Fix shared library loading for modules.
    Upstream uses a system for dlopen'ing shared libraries that is not
    very robust.  They depend on libraries being installed on full paths,
    which can break things when you move from one system to another.
    Because of this, a fix had to be implemented downstream in order to
    use dlopen's functionality of automatically searching the system
    libraries when you pass just the file name to it.  This also has the
    benefit of not trying to load libraries from /usr/local, which can be
    dangerous. (Closes: #852259)

 -- Sergio Durigan Junior <email address hidden>  Mon, 30 Jan 2017 16:59:36 -0500
Superseded in stretch-release
Superseded in sid-release
newlisp (10.7.0-3) unstable; urgency=medium

  * Silence a warning when compiling on GNU/kFreeBSD.
    When enabling builds on GNU/kFreeBSD, I forgot to forward-declare the
    prototype for strptime, which generated a warning when compiling the
    code.
  * Fix FTBFS on PowerPC 32-bit.
    The fourth argument to semctl must be a 'union semun', but the
    original code passes 0 instead.  This makes the build fail on PowerPC
    32-bit, because of the calling convention for this architecture.
    (Closes: #828807)

 -- Sergio Durigan Junior <email address hidden>  Thu, 14 Jul 2016 01:03:59 -0400

Available diffs

Superseded in stretch-release
Superseded in sid-release
newlisp (10.7.0-2) unstable; urgency=medium

  * Do not use -m32/-m64 when building.
    The use of -m32/-m64 flags is not needed and actually causes a bunch
    of errors on some architectures (like x32). (Closes: #828806)
  * Update Vcs-* links.
  * Support GNU/kFreeBSD builds.
    A few adjustments needed to be made in the makefiles and in the
    source-code in order to support GNU/kFreeBSD properly.  First, -ldl
    has to be used in the linking phase in order to use the dlopen family
    of functions.  The use of FD_COPY also needed to be adjusted and the
    code is using memset instead (just like it is done in GNU/Linux).
    Finally, a new dependency on libncurses5-dev had to be added to
    Build-Depends for kfreebsd-any because newLISP uses -lncurses on the
    linking phase. (Closes: #828805)

 -- Sergio Durigan Junior <email address hidden>  Sat, 02 Jul 2016 08:21:18 -0400

Available diffs

Superseded in stretch-release
Superseded in sid-release
newlisp (10.7.0-1) unstable; urgency=medium

  * Initial release of newLISP. (Closes: #425456)

 -- Sergio Durigan Junior <email address hidden>  Sun, 19 Jun 2016 17:00:31 -0400
18 of 8 results