Debian Patches
Status for pinfo/0.6.13-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix_gcc-10.patch | Fix ftbfs with GCC-10. | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | no | debian | 2025-03-03 | |
Werror-format.patch | src/video.c: use %ld to print longs ncurses-6.3 added printf()-stype attribute annotations for gcc-like compilers that can now detect argument mismatches: video.c:114:26: error: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Werror=format=] 114 | printw(_("Viewing line %d/%d, 100%%"), lines, lines); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ |
Sergei Trofimovich <slyich@gmail.com> | no | debian | https://github.com/baszoetekouw/pinfo/commit/ab604fdb67296dad27f3a25f3c9aabdd2fb8c3fa | 2025-03-03 |
ignore-current-directory.patch | Ignore current directory when searching for files to display A file to be displayed gets copied or unpacked to /tmp. This can result in exposing private data due transferring the file to a potentially foreign file system not supporting proper access control. |
Sven Geuer <sge@debian.org> | yes | debian | 2025-03-03 | |
only-open-regular-files.patch | Consider only regular files when trying potential info files Unpatched, pinfo tries to open all kinds of files, including directories, sockets, devices, etc. This change makes sure only regular files are taken into account when picking an info file. |
Sven Geuer <sge@debian.org> | yes | debian | 2025-03-03 | |
KEY_PREVNODE-KEY_NEXTNODE-on-manpages.patch | Fix handling of KEY_PREVNODE* + KEY_NEXTNODE* in manpages KEY_PREVNODE* and KEY_NEXTNODE* had no effect in manpages. Even worse, pressing KEY_PREVNODE* while at the top of a manpage caused a segfault. This patch (re-)introduces the functionality described in pinfo's manpage. |
Sven Geuer <sge@debian.org> | yes | debian | 2025-03-03 | |
HTTPVIEWER.patch | Set HTTPVIEWER to 'sensible-browser' | Sven Geuer <sge@debian.org> | yes | debian | 2025-03-03 | |
update-ro.po.patch | Update Romanian translation. | Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org> | yes | debian | 2025-03-03 | |
update-pt_BR.po.patch | Update Brazilian Portuguese translation | Paulo Henrique de Lima Santana <phls@debian.org> | yes | debian | 2025-03-03 | |
3-line-notes-workaround.patch | Workaround to deal with notes spanning more than 2 lines Pinfo aborts if a note link extends into a third line because it cannot find the terminating dot or comma. This patch let pinfo accept also a newline as link termination, thus crippling such link which may work or not due to being chopped back. |
Sven Geuer <sge@debian.org> | yes | debian | 2025-03-05 |
All known versions for source package 'pinfo'
- 0.6.13-2 (trixie, sid)
- 0.6.13-1.3 (bookworm)
- 0.6.13-1.1 (bullseye)