~nabijaczleweli

Kraków, Poland

https://nabijaczleweli.xyz

~nabijaczleweli/archivemount-ng

Last active a month ago

~nabijaczleweli/ossp

Last active 2 months ago

~nabijaczleweli/libcurlfs

Last active 3 months ago

~nabijaczleweli/chrpath-ng

Last active 3 months ago

~nabijaczleweli/urlview-ng

Last active 4 months ago

~nabijaczleweli/netstat-nat-ng

Last active 4 months ago

~nabijaczleweli/ossp-cvs

Last active 5 months ago

~nabijaczleweli/ossp-dev

Last active 5 months ago

~nabijaczleweli/klapki

Last active 5 months ago

~nabijaczleweli/fonts.debian.net

Last active 6 months ago
View more

Recent activity

archivemount-ng 1a released a month ago

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>).

Re: [PATCH] Enable RPI formatting constants a month ago

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 ++++

Re: [PATCH git.sr.ht] Add login gate to git blame a month ago

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,

ossp-uuid 1.6.4 released 2 months ago

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.)

ossp-iselect 1.4.2 released 2 months ago

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.

ossp-eperl 2.2.15 released 3 months ago

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

ossp-iselect 1.4.1 released 3 months ago

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

ePerl [2.2.0, 2.2.14] input sanitisation bug causes unintended potentially-remote code execution vulnerability 3 months ago

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]

libcurlfs released 1 (same as 0) 3 months ago

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).

New chrpath upstream (0.17) 3 months ago

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,
наб