Kraków, Poland
From наб to ~nabijaczleweli/archivemount-ng
Source tarball (and signature, same as this mail) and detailed changelog can be obtained from https://git.sr.ht/~nabijaczleweli/archivemount-ng/refs/1a This release ports archivemount-ng to the Macintosh (as tested/implemented by github.com/ziggy90127 <ziggy90127@aol.com> Sergey Fedorov <barracuda@macos-powerpc.org> Keto <therealketo@gmail.com>).
From наб to ~nabijaczleweli/archivemount-ng
On Sat, Dec 21, 2024 at 03:02:16AM -0500, Keto wrote: > In particular, this affects building with GCC on macOS versions > that still need specific macros defined when using PRId64 (as > well as the cinttype header). This is similar to a previous patch > that fixes building on macOS, since it lacks a standard struct > stat. > > However, documentation demonstrates that this change may be > relevant for other, non-Apple, systems. > > Reference: https://github.com/unicode-org/icu/pull/2239#issuecomment-1304879911 > Documentation: https://en.cppreference.com/w/cpp/types/integer > --- > archivemount.cpp | 4 ++++
From наб to ~sircmpwn/sr.ht-dev
On Wed, Dec 04, 2024 at 03:37:47PM +0100, Drew DeVault wrote: > diff --git a/gitsrht/templates/utils.html b/gitsrht/templates/utils.html > index a6770a3..88d3a4d 100644 > --- a/gitsrht/templates/utils.html > +++ b/gitsrht/templates/utils.html > @@ -53,7 +53,7 @@ endif %}{% endfor %} > </li> > > {% if is_blob %} > - {% if not entry.is_binary %} > + {% if current_user and not entry.is_binary %} > <li class="nav-item"> > <a class="nav-link {% if view == "blame" %}active{% endif %}" > href="{{url_for("repo.blame", owner=repo.owner.canonical_name,
From наб to ~nabijaczleweli/ossp
The release tarball, detailed changelog, and signature can be obtained from https://git.sr.ht/~nabijaczleweli/ossp-uuid/refs/UUID_1_6_4 The manual is available on-line and at https://srhtcdn.githack.com/~nabijaczleweli/ossp-uuid/blob/man/ossp-uuid.pdf This release fixes uuid(1)'s mischaracterisation of the UUID version 5 EXAMPLE as being version 4. (Reported in https://bugs.debian.org/1089575.)
From наб to ~nabijaczleweli/ossp
The release tarball, detailed changelog, and signature can be obtained from https://git.sr.ht/~nabijaczleweli/ossp-iselect/refs/ISELECT_1_4_2 The manual is available on-line and at https://srhtcdn.githack.com/~nabijaczleweli/ossp-iselect/blob/man/ossp-iselect.pdf This release fixes "WARNING! No lines selectable." erroneously showing up if only the last line was selectable and includes the screen-ir program from Debian as an example.
From наб to ~nabijaczleweli/ossp
This is the first thawed release as part of the new upstream, and archive (and continued development) of http://www.ossp.org software. Please see https://sr.ht/~nabijaczleweli/ossp to learn more. Old ossp-eperl tarballs are retained at https://lfs.nabijaczleweli.xyz/0022-OSSP.org-mirror/ftp.ossp.org/ossp-ftp/pkg/tool/eperl the new release tarball (and signature, same as this mail) can be obtained from https://git.sr.ht/~nabijaczleweli/ossp-eperl/refs/ePerl_2_2_15 The manual is available on-line and at https://srhtcdn.githack.com/~nabijaczleweli/ossp-eperl/blob/man/ossp-eperl.pdf As standard fare, the detailed changelog/version/contributor history and NEWS
From наб to ~nabijaczleweli/ossp
This is the first thawed release as part of the new upstream, and archive (and continued development) of http://www.ossp.org software. Please see https://sr.ht/~nabijaczleweli/ossp to learn more. Old ossp-iselect tarballs are retained at https://lfs.nabijaczleweli.xyz/0022-OSSP.org-mirror/ftp.ossp.org/ossp-ftp/pkg/tool/iselect the new release tarball (and signature, same as this mail) can be obtained from https://git.sr.ht/~nabijaczleweli/ossp-iselect/refs/ISELECT_1_4_1 The manual is available on-line and at https://srhtcdn.githack.com/~nabijaczleweli/ossp-iselect/blob/man/ossp-iselect.pdf As standard fare, the detailed changelog/version history
From наб to ~nabijaczleweli/ossp
(a) ossp-eperl is a macro system for embedding Perl code within text documents
for example, a file like
abc
<: print 2*3 :>
def
turns into a perl program similar to
print "abc\n";
print 2*3; print "\n";
print "def\n";
which is then evaluated to produce
abc
6
def
(b) eperl has a C-like preprocessor that has
[message trimmed]
From наб to ~nabijaczleweli/libcurlfs
Source tarball (and signature, same as this mail) can be obtained from https://git.sr.ht/~nabijaczleweli/libcurlfs/refs/1 On all levels except physical, this is the same as libcurlfs 0. The version is increased to ease transition of old httpfs2 0.1.5 => libcurlfs-as-httpfs2 because naturally 0 < 0.1.5 (cf. https://bugs.debian.org/1081022).
From наб to ~nabijaczleweli/chrpath-ng
Hi! This is to notify extant chrpath downstreams of the new upstream. It can be found at https://sr.ht/~nabijaczleweli/chrpath-ng See the README and the 0.17 announcement mail at https://lists.sr.ht/~nabijaczleweli/chrpath-ng/%3C27olqkikcn5gnrlbmbocmri3fhhvm5yhvfxtltdr7rkf5vnmoc@tarta.nabijaczleweli.xyz%3E This supersedes all known downstream patches. Best, наб