Language Selection

English French German Italian Portuguese Spanish

GNU Project Releases: GNU Serveez 0.3.0 and GNU Guile-SDL 0.5.3

Filed under
GNU
  • GNU Serveez 0.3.0 available
    release notes:
    
      Quite a few years since the last release.
      Here's to another decade of GNU Serveez updates!
    
    README excerpt:
    
      GNU Serveez is a server framework.  It provides routines and help
      for implementing IP-based servers (currently TCP, UDP and ICMP).
      It supports named pipes for all connection-oriented protocols.
    
      We think it is worth the effort because many people need server
      functionality within their applications.  However, many people
      experience problems with select(2) or poll(2) loops, and with
      non-blocking operations.
    
      GNU Serveez demonstrates various aspects of advanced network
      programming in a portable manner.  It is known to compile and
      run on GNU/Linux systems, as well as on other 32-bit and 64-bit
      flavours of Unix and on Microsoft Windows (9x/ME/NT/2000/XP).
    
      You can use it for implementing your own servers or for
      understanding how certain network services and operations work.
    
    NEWS for 0.3.0 (2021-12-06):
    
      - distribution no longer in .xz format
    
        The .lz tarball works fine, 'nuff said.
    
      - many portability tweaks
    
        GNU Serveez now compiles and passes "make check" on a 64-bit
        system with Guile 2.2.7 installed.  There are also changes for
        Guile 2.0 in the mix.
    
        NB: Guile 2.x "auto-compilation" is suppressed during configure
        and build phases.  To manually disable it for testing, use:
        "make check GUILE_AUTO_COMPILE=0".
    
        Contributions for OSX and other BSDs have been installed (but
        not tested by the maintainers).
        THANKS to Julian Graham.
    
      - miscellaneous bugfixes
    
        Some of these relate to 32- vs 64-bit assumptions.  Others are
        to appease the ever more stringent demands of modern C compilers
        (i.e., GCC).  Some are related to the portability tweaks, above.
    
        One in particular addresses CVE-2019-16200.
        THANKS to Austin James Gadient.
    
      - shell used for "make check" can be specified
    
        You can do "make check CHECKSHELL=/my/spiffy/sh", for example.
        THANKS to Eric Bavier.
    
      - bootstrap/maintenance tools
    
        upgraded:
    
         Guile-BAUX 20211106.0154.1368008
         GNU Texinfo 6.8
         GNU Automake 1.16.5
         GNU gnulib 2021-12-06 00:16:10
         GNU Autoconf 2.71
    
        as before:
    
         GNU Libtool 2.4.6
    
  • GNU Guile-SDL 0.5.3 available
    release notes:
    
      Tested w/ Guile 2.2.7 and SDL 1.2.
    
    README excerpt:
    
      Guile-SDL is a set of modules that provide bindings for various
      Simple DirectMedia Layer (http://www.libsdl.org) libraries.
    
      Most of the SDL functions are wrapped, with the exception of a
      few functions that are too C-centric.  The SDL threads, audio
      and network functions are not included.  However, there are
      (optionally configured) bindings for SDL_mixer and SDL_ttf.
    
      Also included is SDL_gfx 2.0.22 (by Andreas Schiffler) source
      code (LGPL 2.1) and bindings for it.
    
      This is alpha code (pre 1.0 release), tested with various,
      but not all, versions of Guile and SDL.  It may have bugs,
      and the interfaces may change from version to version.
    
    NEWS for 0.5.3 (2021-12-11):
    
      - distribution now .tar.lz only
    
        If you have GNU tar, you can use "tar xf" and it will DTRT.
        If not, you can use "lzip -dc TARBALL | tar xf -" to unpack it.
    
      - configuration changes
    
        - Guile "auto-compilation" suppressed
    
          During configure script execution, ‘GUILE_AUTO_COMPILE=0’ is in
          the environment.  This disables the on-the-fly compilation of
          .scm code to .go files.  During "make", it's up to you to do the
          same, should you desire.
    
        - new option: ‘--enable-sed-scripts-installation’
    
          The distribution includes sed scripts to help transition client
          code from pre-0.5.0 interfaces to 0.5.0 (2013-07-19) and later.
          Since it's been several years since the previous release, it's
          unlikely that these will still be useful.  For new Guile-SDL
          installations, you don't need, and can safely ignore, them.
    
        - new option: ‘--disable-embedded-gfx’
    
          This causes module ‘(sdl gfx)’ to be built to load the installed
          (system) SDL_gfx dynamically (if possible) instead of embedding
          it statically, the default.  See README.
    
      - intermittent crash fixed (but maybe not so smoothly)
    
        In recent systems, XCB (an underlying technology of the X Window
        System) has become particular about threads and their sequence
        numbers.  This was evidenced by a crash in test/cursor.scm, on
        occasion.
    
        Guile-SDL now does a preventative call to ‘XInitThreads’ on load
        of module ‘(sdl sdl)’, at the earliest possible moment.  This
        solves the crash issue, but at the cost of violating abstraction
        (not all SDL installations run over X).
    
        If you encounter problems building or running Guile-SDL as a
        result of this, please report it and we'll find Another Way.
    
      - Guile "auto-compilation" suppressed for "make check"
    
        This works like for the configure script, by setting env var
        ‘GUILE_AUTO_COMPILE’ to "0".
    
      - test/mixer.scm more graceful
    
        During "make check", test/mixer.scm tries to output sound
        (assuming ‘INTERACTIVE=1’ in the environment).  If your sound
        device is busy, it used to fail.  Now it simply skips the test
        (exit 77).
    
      - bootstrap/maintenance tools
    
        upgraded:
    
         Guile-BAUX 20211106.0154.1368008
         GNU gnulib 2021-12-06 00:16:10
         GNU Autoconf 2.71
         GNU Automake 1.16.5
         GNU Texinfo 6.8
    
        as before:
    
         GNU Libtool 2.4.6
    

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.