sfeed 2.0-1 source package in Ubuntu

Changelog

sfeed (2.0-1) unstable; urgency=medium

  * Features:
    * sfeed_update: use xargs -P for improved job handling when updating
      feeds in parallel.
    * sfeed_update: update default maxjobs from 8 to 16.

  * Fixes:
    * sfeed_json: fix name of "url" field for attachments.
    * sfeed_opml_export and sfeed_update: allow only regular files.
    * sfeed_update: improve compatibility with zsh as a non-interactive
      shell, because some variables likes like $path and $status are
      reserved.
    * sfeed_update:
      when the feeds() function is not defined then exit with status
      code 1 (this was incorrectly status code 0).
    * sfeed_update: improvements in the cleanup of temporary files for
      edge-cases.

  * Code improvements:
    * sfeed_curses/sfeed_gopher: mark functions as static.
    * sfeed_gopher: fix a clang-analyzer warning.
    * sfeed_update: in the order() function suppress output to stderr,
      like merge() already does.
    * Some small documentation improvements.

 -- Hiltjo Posthuma <email address hidden>  Fri, 29 Dec 2023 12:34:56 +0100

Upload details

Uploaded by:
Hiltjo Posthuma
Uploaded to:
Sid
Original maintainer:
Hiltjo Posthuma
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
sfeed_2.0-1.dsc 1.7 KiB 8336ba9d67481270e81f4950949eacc51b8b3052cfdfdf2970118d183ad4120c
sfeed_2.0.orig.tar.gz 66.0 KiB 8e6a7e6e1d7e86034ae27035e37a8f7fc98bc25fe35120bd18ff07e04f18e91d
sfeed_2.0-1.debian.tar.xz 3.0 KiB 1bcf005d54dcbb7b9bec5d3a0e8c7ec07dc51b29347951470988c2f2d749225a

Available diffs

No changes file available.

Binary packages built by this source

sfeed: RSS and Atom parser

 RSS and Atom parser (and some format programs).
 It converts RSS or Atom feeds from XML to a TAB-separated file. There are
 formatting programs included to convert this TAB-separated format to various
 other formats. There are also some programs and scripts included to import and
 export OPML and to fetch, filter, merge and order feed items.

sfeed-dbgsym: debug symbols for sfeed