linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* man-pages-6.05 released
@ 2023-08-01 13:19 Alejandro Colomar
  2023-08-02  4:19 ` Luna Jernberg
  2023-08-02 22:32 ` man-pages-6.05.01 released Alejandro Colomar
  0 siblings, 2 replies; 4+ messages in thread
From: Alejandro Colomar @ 2023-08-01 13:19 UTC (permalink / raw)
  To: linux-man
  Cc: LKML, GNU C Library, Sam James, Jonathan Corbet, Michael Kerrisk,
	Marcos Fouces


[-- Attachment #1.1: Type: text/plain, Size: 8528 bytes --]

Gidday!

I'm proud to announce:

	man-pages-6.05 - manual pages for GNU/Linux

The release tarball is already available at <kernel.org>

Tarball download:
	<https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/>
Git repository:
	<https://git.kernel.org/cgit/docs/man-pages/man-pages.git/>

A change from man-pages-6.04 merits a mention in this release, as it
wasn't properly documented in the previous release notes:

   -  Add make(1) 'check' target.  This has been split from 'lint'.
      'lint' will check the source code, and 'check' will check the
      rendered pages (as a user will read them).  There are currently
      several pages that fail this `make check`, and distributors that
      depend on this can workaround it by touching a few files:

      $ make check -k -j >/dev/null 2>/dev/null;
      $ make check -k 2>/dev/null;
      GREP      .tmp/man/man1/memusage.1.check-catman.touch
      TROFF     .tmp/man/man2/fanotify_init.2.cat.set
      TROFF     .tmp/man/man2/gettimeofday.2.cat.set
      TROFF     .tmp/man/man2/s390_sthyi.2.cat.set
      GREP      .tmp/man/man3/mallopt.3.check-catman.touch
      TROFF     .tmp/man/man3/unlocked_stdio.3.cat.set
      TROFF     .tmp/man/man4/console_codes.4.cat.set
      TROFF     .tmp/man/man4/lirc.4.cat.set
      GREP      .tmp/man/man4/smartpqi.4.check-catman.touch
      GREP      .tmp/man/man4/veth.4.check-catman.touch
      TROFF     .tmp/man/man5/proc.5.cat.set
      GREP      .tmp/man/man5/slabinfo.5.check-catman.touch
      TROFF     .tmp/man/man5/tzfile.5.cat.set
      TROFF     .tmp/man/man7/address_families.7.cat.set
      TROFF     .tmp/man/man7/ascii.7.cat.set
      TROFF     .tmp/man/man7/bpf-helpers.7.cat.set
      GREP      .tmp/man/man7/keyrings.7.check-catman.touch
      GREP      .tmp/man/man7/uri.7.check-catman.touch
      TROFF     .tmp/man/man8/tzselect.8.cat.set
      TROFF     .tmp/man/man8/zdump.8.cat.set
      TROFF     .tmp/man/man8/zic.8.cat.set

      After touching the previous files, `make check` will succeed:

      $ make check -k 2>/dev/null | awk '{print $2}' | xargs touch;
      $ make check -j >/dev/null;
      $ echo $?
      0

The most notable changes in this release (man-pages-6.05) are:

New and rewritten pages
-----------------------

man2/
        ioctl_pipe.2

man3/
        regex.3

man5/
        erofs.5

Newly documented interfaces in existing pages
---------------------------------------------

bpf.2
        EAGAIN

ioctl_userfaultfd.2
        UFFD_FEATURE_EXACT_ADDRESS

prctl.2
        PR_GET_AUXV

recv.2
        MSG_CMSG_CLOEXEC

statx.2
        STAT_ATTR_MOUNT_ROOT

syscall.2
        ENOSYS

resolv.conf.5
        no-aaaa
        RES_NOAAAA

tmpfs.5
        CONFIG_TRANSPARENT_HUGEPAGE

ip.7
        IP_LOCAL_PORT_RANGE

rtnetlink.7
        IFLA_PERM_ADDRESS

New and changed links
---------------------

man3type/
        regex_t.3type                           (regex(3))
        regmatch_t.3type                        (regex(3))
        regoff_t.3type                          (regex(3))

Global changes
--------------

-  Types:
   -  Document functions using off64_t as if they used off_t (except
      for lseek64()).

-  Build system:
   -  Keep file modes in the release tarball.
   -  Fix symlink installation (`make install LINK_PAGES=symlink`).
   -  Add support for using bzip2(1), lzip(1), and xz(1) when installing
      pages and creating release tarballs.
   -  Create reproducible release tarballs.
   -  Move makefiles from lib/ to share/mk/.
   -  Support mdoc(7) pages.
   -  Relicense Makefiles as GPL-3.0-or-later.
   -  Build PostScript and PDF manual pages.
   -  Add support for running our build system on arbitrary source
      trees; this makes it possible to easily run our linters on another
      project's manual pages as easily as `make lint MANDIR=~/src/groff`

-  Licenses:
   -  Relicense ddp.7 from VERBATIM_ONE_PARA to Linux-man-pages-copyleft.
   -  Relicense dir_colors.5 from LDPv1 to GPL-2.0-or-later.
   -  Use new SPDX license identifiers:
      -  Linux-man-pages-1-para                 (was VERBATIM_ONE_PARA)
      -  Linux-man-pages-copyleft-2-para        (was VERBATIM_TWO_PARA)
      -  Linux-man-pages-copyleft-var           (was VERBATIM_PROF)

-  ffix:
   -  use `\%`
   -  un-bracket tbl(1) tables


Contributors
------------

The following people contributed patches/fixes, reports, notes,
ideas, and discussions that have been incorporated in changes in
this release:

"David S. Miller" <davem@davemloft.net>
"G. Branden Robinson" <g.branden.robinson@gmail.com>
A. Wilcox <AWilcox@wilcox-tech.com>
Adam Dobes <adobes@redhat.com>
Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Alan Cox <alan@llwyncelyn.cymru>
Alejandro Colomar <alx@kernel.org>
Alexei Starovoitov <ast@kernel.org>
Andreas Schwab <schwab@suse.de>
Andrew Clayton <andrew@digital-domain.net>
Andrew Morton <akpm@linux-foundation.org>
Avinesh Kumar <akumar@suse.de>
Bastien Roucariès <rouca@debian.org>
Bjarni Ingi Gislason <bjarniig@simnet.is>
Brian Inglis <Brian.Inglis@Shaw.ca>
Bruno Haible <bruno@clisp.org>
Carsten Grohmann <carstengrohmann@gmx.de>
Colin Watson <cjwatson@debian.org>
Cyril Hrubis <chrubis@suse.cz>
DJ Delorie <dj@redhat.com>
Daniel Verkamp <daniel@drv.nu>
David Howells <dhowells@redhat.com>
Dirk Gouders <dirk@gouders.net>
Dmitry Goncharov <dgoncharov@users.sf.net>
Eli Zaretskii <eliz@gnu.org>
Elliott Hughes <enh@google.com>
Eric Biggers <ebiggers@google.com>
Eric Blake <eblake@redhat.com>
Eric Wong <e@80x24.org>
Fangrui Song <maskray@google.com>
Florian Weimer <fweimer@redhat.com>
Gavin Smith <gavinsmith0123@gmail.com>
Guillem Jover <guillem@hadrons.org>
Günther Noack <gnoack@google.com>
Helge Kreutzmann <debian@helgefjell.de>
Igor Sysoev <igor@sysoev.ru>
Ingo Schwarze <schwarze@openbsd.org>
Jakub Jelinek <jakub@redhat.com>
Jakub Sitnicki <jakub@cloudflare.com>
Jakub Wilk <jwilk@jwilk.net>
Johannes Weiner <hannes@cmpxchg.org>
John Gilmore <gnu@toad.com>
John Hubbard <jhubbard@nvidia.com>
John Scott <jscott@posteo.net>
Jonathan Corbet <corbet@lwn.net>
Jonathan Wakely <jwakely@redhat.com>
Joseph Myers <joseph@codesourcery.com>
Josh Triplett <josh@joshtriplett.org>
Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Larry McVoy <lm@mcvoy.com>
Lennart Jablonka <humm@ljabl.com>
Linus Heckemann <git@sphalerite.org>
Lukas Javorsky <ljavorsk@redhat.com>
Marcos Fouces <marcos@debian.org>
Mario Blaettermann <mario.blaettermann@gmail.com>
Martin (Joey) Schulze <joey@infodrom.org>
Masami Hiramatsu <mhiramat@kernel.org>
Masatake YAMATO <yamato@redhat.com>
Matthew House <mattlloydhouse@gmail.com>
Matthew Wilcox (Oracle) <willy@infradead.org>
Michael Kerrisk <mtk.manpages@gmail.com>
Michael Weiß <michael.weiss@aisec.fraunhofer.de>
Mickaël Salaün <mic@digikod.net>
Mike Frysinger <vapier@gentoo.org>
Mike Kravetz <mike.kravetz@oracle.com>
Mingye Wang <arthur200126@gmail.com>
Nadav Amit <namit@vmware.com>
Nick Desaulniers <ndesaulniers@google.com>
Oskari Pirhonen <xxc3ncoredxx@gmail.com>
Paul E. McKenney <paulmck@kernel.org>
Paul Eggert <eggert@cs.ucla.edu>
Paul Floyd <pjfloyd@wanadoo.fr>
Paul Smith <psmith@gnu.org>
Philip Guenther <guenther@gmail.com>
Ralph Corderoy <ralph@inputplus.co.uk>
Reuben Thomas <rrt@sc3d.org>
Rich Felker <dalias@libc.org>
Richard Biener <richard.guenther@gmail.com>
Sam James <sam@gentoo.org>
Serge Hallyn <serge@hallyn.com>
Seth David Schoen <schoen@loyalty.org>
Siddhesh Poyarekar <siddhesh@gotplt.org>
Simon Horman <simon.horman@corigine.com>
Stefan Puiu <stefan.puiu@gmail.com>
Steffen Nurpmeso <steffen@sdaoden.eu>
Szabolcs Nagy <nsz@port70.net>
Thomas Weißschuh <thomas@t-8ch.de>
Tom Schwindl <schwindl@posteo.de>
Tomáš Golembiovský <tgolembi@redhat.com>
Torbjorn SVENSSON <torbjorn.svensson@foss.st.com>
Ulrich Drepper <drepper@redhat.com>
Vahid Noormofidi <vnoormof@nvidia.com>
Vlastimil Babka <vbabka@suse.cz>
Wilco Dijkstra <Wilco.Dijkstra@arm.com>
Xi Ruoyao <xry111@xry111.site>
Yang Xu <xuyang2018.jy@fujitsu.com>
Yedidyah Bar David <didi@redhat.com>
Zack Weinberg <zack@owlfolio.org>
Zijun Zhao <zijunzhao@google.com>

Apologies if I missed anyone!


Thanks you all for contributing!

Cheers,
Alex

-- 
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: man-pages-6.05 released
  2023-08-01 13:19 man-pages-6.05 released Alejandro Colomar
@ 2023-08-02  4:19 ` Luna Jernberg
  2023-08-02 22:32 ` man-pages-6.05.01 released Alejandro Colomar
  1 sibling, 0 replies; 4+ messages in thread
From: Luna Jernberg @ 2023-08-02  4:19 UTC (permalink / raw)
  To: Alejandro Colomar, andyrtr, Luna Jernberg
  Cc: linux-man, LKML, GNU C Library, Sam James, Jonathan Corbet,
	Michael Kerrisk, Marcos Fouces

[-- Attachment #1: Type: text/plain, Size: 9139 bytes --]

Updated PKGBUILD for Arch Linux

Den tis 1 aug. 2023 kl 15:30 skrev Alejandro Colomar <alx@kernel.org>:
>
> Gidday!
>
> I'm proud to announce:
>
>         man-pages-6.05 - manual pages for GNU/Linux
>
> The release tarball is already available at <kernel.org>
>
> Tarball download:
>         <https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/>
> Git repository:
>         <https://git.kernel.org/cgit/docs/man-pages/man-pages.git/>
>
> A change from man-pages-6.04 merits a mention in this release, as it
> wasn't properly documented in the previous release notes:
>
>    -  Add make(1) 'check' target.  This has been split from 'lint'.
>       'lint' will check the source code, and 'check' will check the
>       rendered pages (as a user will read them).  There are currently
>       several pages that fail this `make check`, and distributors that
>       depend on this can workaround it by touching a few files:
>
>       $ make check -k -j >/dev/null 2>/dev/null;
>       $ make check -k 2>/dev/null;
>       GREP      .tmp/man/man1/memusage.1.check-catman.touch
>       TROFF     .tmp/man/man2/fanotify_init.2.cat.set
>       TROFF     .tmp/man/man2/gettimeofday.2.cat.set
>       TROFF     .tmp/man/man2/s390_sthyi.2.cat.set
>       GREP      .tmp/man/man3/mallopt.3.check-catman.touch
>       TROFF     .tmp/man/man3/unlocked_stdio.3.cat.set
>       TROFF     .tmp/man/man4/console_codes.4.cat.set
>       TROFF     .tmp/man/man4/lirc.4.cat.set
>       GREP      .tmp/man/man4/smartpqi.4.check-catman.touch
>       GREP      .tmp/man/man4/veth.4.check-catman.touch
>       TROFF     .tmp/man/man5/proc.5.cat.set
>       GREP      .tmp/man/man5/slabinfo.5.check-catman.touch
>       TROFF     .tmp/man/man5/tzfile.5.cat.set
>       TROFF     .tmp/man/man7/address_families.7.cat.set
>       TROFF     .tmp/man/man7/ascii.7.cat.set
>       TROFF     .tmp/man/man7/bpf-helpers.7.cat.set
>       GREP      .tmp/man/man7/keyrings.7.check-catman.touch
>       GREP      .tmp/man/man7/uri.7.check-catman.touch
>       TROFF     .tmp/man/man8/tzselect.8.cat.set
>       TROFF     .tmp/man/man8/zdump.8.cat.set
>       TROFF     .tmp/man/man8/zic.8.cat.set
>
>       After touching the previous files, `make check` will succeed:
>
>       $ make check -k 2>/dev/null | awk '{print $2}' | xargs touch;
>       $ make check -j >/dev/null;
>       $ echo $?
>       0
>
> The most notable changes in this release (man-pages-6.05) are:
>
> New and rewritten pages
> -----------------------
>
> man2/
>         ioctl_pipe.2
>
> man3/
>         regex.3
>
> man5/
>         erofs.5
>
> Newly documented interfaces in existing pages
> ---------------------------------------------
>
> bpf.2
>         EAGAIN
>
> ioctl_userfaultfd.2
>         UFFD_FEATURE_EXACT_ADDRESS
>
> prctl.2
>         PR_GET_AUXV
>
> recv.2
>         MSG_CMSG_CLOEXEC
>
> statx.2
>         STAT_ATTR_MOUNT_ROOT
>
> syscall.2
>         ENOSYS
>
> resolv.conf.5
>         no-aaaa
>         RES_NOAAAA
>
> tmpfs.5
>         CONFIG_TRANSPARENT_HUGEPAGE
>
> ip.7
>         IP_LOCAL_PORT_RANGE
>
> rtnetlink.7
>         IFLA_PERM_ADDRESS
>
> New and changed links
> ---------------------
>
> man3type/
>         regex_t.3type                           (regex(3))
>         regmatch_t.3type                        (regex(3))
>         regoff_t.3type                          (regex(3))
>
> Global changes
> --------------
>
> -  Types:
>    -  Document functions using off64_t as if they used off_t (except
>       for lseek64()).
>
> -  Build system:
>    -  Keep file modes in the release tarball.
>    -  Fix symlink installation (`make install LINK_PAGES=symlink`).
>    -  Add support for using bzip2(1), lzip(1), and xz(1) when installing
>       pages and creating release tarballs.
>    -  Create reproducible release tarballs.
>    -  Move makefiles from lib/ to share/mk/.
>    -  Support mdoc(7) pages.
>    -  Relicense Makefiles as GPL-3.0-or-later.
>    -  Build PostScript and PDF manual pages.
>    -  Add support for running our build system on arbitrary source
>       trees; this makes it possible to easily run our linters on another
>       project's manual pages as easily as `make lint MANDIR=~/src/groff`
>
> -  Licenses:
>    -  Relicense ddp.7 from VERBATIM_ONE_PARA to Linux-man-pages-copyleft.
>    -  Relicense dir_colors.5 from LDPv1 to GPL-2.0-or-later.
>    -  Use new SPDX license identifiers:
>       -  Linux-man-pages-1-para                 (was VERBATIM_ONE_PARA)
>       -  Linux-man-pages-copyleft-2-para        (was VERBATIM_TWO_PARA)
>       -  Linux-man-pages-copyleft-var           (was VERBATIM_PROF)
>
> -  ffix:
>    -  use `\%`
>    -  un-bracket tbl(1) tables
>
>
> Contributors
> ------------
>
> The following people contributed patches/fixes, reports, notes,
> ideas, and discussions that have been incorporated in changes in
> this release:
>
> "David S. Miller" <davem@davemloft.net>
> "G. Branden Robinson" <g.branden.robinson@gmail.com>
> A. Wilcox <AWilcox@wilcox-tech.com>
> Adam Dobes <adobes@redhat.com>
> Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
> Alan Cox <alan@llwyncelyn.cymru>
> Alejandro Colomar <alx@kernel.org>
> Alexei Starovoitov <ast@kernel.org>
> Andreas Schwab <schwab@suse.de>
> Andrew Clayton <andrew@digital-domain.net>
> Andrew Morton <akpm@linux-foundation.org>
> Avinesh Kumar <akumar@suse.de>
> Bastien Roucariès <rouca@debian.org>
> Bjarni Ingi Gislason <bjarniig@simnet.is>
> Brian Inglis <Brian.Inglis@Shaw.ca>
> Bruno Haible <bruno@clisp.org>
> Carsten Grohmann <carstengrohmann@gmx.de>
> Colin Watson <cjwatson@debian.org>
> Cyril Hrubis <chrubis@suse.cz>
> DJ Delorie <dj@redhat.com>
> Daniel Verkamp <daniel@drv.nu>
> David Howells <dhowells@redhat.com>
> Dirk Gouders <dirk@gouders.net>
> Dmitry Goncharov <dgoncharov@users.sf.net>
> Eli Zaretskii <eliz@gnu.org>
> Elliott Hughes <enh@google.com>
> Eric Biggers <ebiggers@google.com>
> Eric Blake <eblake@redhat.com>
> Eric Wong <e@80x24.org>
> Fangrui Song <maskray@google.com>
> Florian Weimer <fweimer@redhat.com>
> Gavin Smith <gavinsmith0123@gmail.com>
> Guillem Jover <guillem@hadrons.org>
> Günther Noack <gnoack@google.com>
> Helge Kreutzmann <debian@helgefjell.de>
> Igor Sysoev <igor@sysoev.ru>
> Ingo Schwarze <schwarze@openbsd.org>
> Jakub Jelinek <jakub@redhat.com>
> Jakub Sitnicki <jakub@cloudflare.com>
> Jakub Wilk <jwilk@jwilk.net>
> Johannes Weiner <hannes@cmpxchg.org>
> John Gilmore <gnu@toad.com>
> John Hubbard <jhubbard@nvidia.com>
> John Scott <jscott@posteo.net>
> Jonathan Corbet <corbet@lwn.net>
> Jonathan Wakely <jwakely@redhat.com>
> Joseph Myers <joseph@codesourcery.com>
> Josh Triplett <josh@joshtriplett.org>
> Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
> Larry McVoy <lm@mcvoy.com>
> Lennart Jablonka <humm@ljabl.com>
> Linus Heckemann <git@sphalerite.org>
> Lukas Javorsky <ljavorsk@redhat.com>
> Marcos Fouces <marcos@debian.org>
> Mario Blaettermann <mario.blaettermann@gmail.com>
> Martin (Joey) Schulze <joey@infodrom.org>
> Masami Hiramatsu <mhiramat@kernel.org>
> Masatake YAMATO <yamato@redhat.com>
> Matthew House <mattlloydhouse@gmail.com>
> Matthew Wilcox (Oracle) <willy@infradead.org>
> Michael Kerrisk <mtk.manpages@gmail.com>
> Michael Weiß <michael.weiss@aisec.fraunhofer.de>
> Mickaël Salaün <mic@digikod.net>
> Mike Frysinger <vapier@gentoo.org>
> Mike Kravetz <mike.kravetz@oracle.com>
> Mingye Wang <arthur200126@gmail.com>
> Nadav Amit <namit@vmware.com>
> Nick Desaulniers <ndesaulniers@google.com>
> Oskari Pirhonen <xxc3ncoredxx@gmail.com>
> Paul E. McKenney <paulmck@kernel.org>
> Paul Eggert <eggert@cs.ucla.edu>
> Paul Floyd <pjfloyd@wanadoo.fr>
> Paul Smith <psmith@gnu.org>
> Philip Guenther <guenther@gmail.com>
> Ralph Corderoy <ralph@inputplus.co.uk>
> Reuben Thomas <rrt@sc3d.org>
> Rich Felker <dalias@libc.org>
> Richard Biener <richard.guenther@gmail.com>
> Sam James <sam@gentoo.org>
> Serge Hallyn <serge@hallyn.com>
> Seth David Schoen <schoen@loyalty.org>
> Siddhesh Poyarekar <siddhesh@gotplt.org>
> Simon Horman <simon.horman@corigine.com>
> Stefan Puiu <stefan.puiu@gmail.com>
> Steffen Nurpmeso <steffen@sdaoden.eu>
> Szabolcs Nagy <nsz@port70.net>
> Thomas Weißschuh <thomas@t-8ch.de>
> Tom Schwindl <schwindl@posteo.de>
> Tomáš Golembiovský <tgolembi@redhat.com>
> Torbjorn SVENSSON <torbjorn.svensson@foss.st.com>
> Ulrich Drepper <drepper@redhat.com>
> Vahid Noormofidi <vnoormof@nvidia.com>
> Vlastimil Babka <vbabka@suse.cz>
> Wilco Dijkstra <Wilco.Dijkstra@arm.com>
> Xi Ruoyao <xry111@xry111.site>
> Yang Xu <xuyang2018.jy@fujitsu.com>
> Yedidyah Bar David <didi@redhat.com>
> Zack Weinberg <zack@owlfolio.org>
> Zijun Zhao <zijunzhao@google.com>
>
> Apologies if I missed anyone!
>
>
> Thanks you all for contributing!
>
> Cheers,
> Alex
>
> --
> <http://www.alejandro-colomar.es/>
> GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5

[-- Attachment #2: PKGBUILD --]
[-- Type: application/octet-stream, Size: 1740 bytes --]

# Maintainer: Andreas Radke <andyrtr@archlinux.org>

pkgname=man-pages
pkgver=6.05
_posixver=2017-a
pkgrel=1
pkgdesc="Linux man pages"
arch=('any')
license=('GPL' 'custom')
url="https://www.kernel.org/doc/man-pages/"
makedepends=('man2html' 'git')
# https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/
source=(https://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
        https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign})
# https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
sha256sums=('89b1445cfe2e3de8bd139758c78f08b37813cff217b9fb1c8df55fd9407875a6'
            'SKIP'
            'ce67bb25b5048b20dad772e405a83f4bc70faf051afa289361c81f9660318bc3'
            'SKIP')
validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') # Michael Kerrisk (Linux man-pages maintainer) <mtk.manpages@gmail.com>
# + for posix tarball
validpgpkeys+=('A9348594CE31283A826FBDD8D57633D441E25BB5') # Alejandro Colomar Andres <alx.manpages@gmail.com>

prepare() {
  cd "${srcdir}"/$pkgname-$pkgver

  # included in shadow
  rm man5/passwd.5
  rm man3/getspnam.3
  # included in tzdata
  rm man5/tzfile.5 man8/{tzselect,zdump,zic}.8
  # included in libxcrypt
  rm man3/crypt*.3
}

package() {
  cd "${srcdir}"/$pkgname-$pkgver

  # install man-pages
  make DESTDIR="${pkgdir}" prefix=/usr install 

  # install posix pages
  pushd "${srcdir}"/$pkgname-posix-${_posixver%-*}
  make DESTDIR="${pkgdir}" install 
  popd
  
  # posix pages have a custom license
  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
  install -m644 "${srcdir}"/$pkgname-posix-${_posixver%-*}/POSIX-COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
}

^ permalink raw reply	[flat|nested] 4+ messages in thread

* man-pages-6.05.01 released
  2023-08-01 13:19 man-pages-6.05 released Alejandro Colomar
  2023-08-02  4:19 ` Luna Jernberg
@ 2023-08-02 22:32 ` Alejandro Colomar
  2023-08-04  3:40   ` Luna Jernberg
  1 sibling, 1 reply; 4+ messages in thread
From: Alejandro Colomar @ 2023-08-02 22:32 UTC (permalink / raw)
  To: linux-man
  Cc: LKML, GNU C Library, Sam James, Jonathan Corbet, Michael Kerrisk,
	Marcos Fouces, Luna Jernberg


[-- Attachment #1.1: Type: text/plain, Size: 1056 bytes --]

Gidday!

On 2023-08-01 15:19, Alejandro Colomar wrote:
> Gidday!
> 
> I'm proud to announce:
> 
> 	man-pages-6.05 - manual pages for GNU/Linux
> 
> The release tarball is already available at <kernel.org>
> 
> Tarball download:
> 	<https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/>
> Git repository:
> 	<https://git.kernel.org/cgit/docs/man-pages/man-pages.git/>

There was a small problem while packaging for Debian.  quilt(1)
produces a .pc/ dir in the root of the repository, and the patches
stored in there confuse the build system to try to lint those patches
as if they were manual pages.  If you successfully packaged 6.05
without noticing this issue, you can safely ignore this bugfix
release.  If you noticed the issue, or haven't yet started, I suggest
you package 6.05.01.

Changes since man-pages-6.05:

man-pages-6.05.01:

-  Build system:
   -  Ignore dot-dirs within $MANDIR


Cheers,
Alex

-- 
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: man-pages-6.05.01 released
  2023-08-02 22:32 ` man-pages-6.05.01 released Alejandro Colomar
@ 2023-08-04  3:40   ` Luna Jernberg
  0 siblings, 0 replies; 4+ messages in thread
From: Luna Jernberg @ 2023-08-04  3:40 UTC (permalink / raw)
  To: Alejandro Colomar, andyrtr, Luna Jernberg
  Cc: linux-man, LKML, GNU C Library, Sam James, Jonathan Corbet,
	Michael Kerrisk, Marcos Fouces

[-- Attachment #1: Type: text/plain, Size: 1291 bytes --]

Hello!

Here comes and updated PKGBUILD for Arch Linux, sorry it took a while,
was watching Fedora Flock 2023 yesterday

Den tors 3 aug. 2023 kl 00:32 skrev Alejandro Colomar <alx@kernel.org>:
>
> Gidday!
>
> On 2023-08-01 15:19, Alejandro Colomar wrote:
> > Gidday!
> >
> > I'm proud to announce:
> >
> >       man-pages-6.05 - manual pages for GNU/Linux
> >
> > The release tarball is already available at <kernel.org>
> >
> > Tarball download:
> >       <https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/>
> > Git repository:
> >       <https://git.kernel.org/cgit/docs/man-pages/man-pages.git/>
>
> There was a small problem while packaging for Debian.  quilt(1)
> produces a .pc/ dir in the root of the repository, and the patches
> stored in there confuse the build system to try to lint those patches
> as if they were manual pages.  If you successfully packaged 6.05
> without noticing this issue, you can safely ignore this bugfix
> release.  If you noticed the issue, or haven't yet started, I suggest
> you package 6.05.01.
>
> Changes since man-pages-6.05:
>
> man-pages-6.05.01:
>
> -  Build system:
>    -  Ignore dot-dirs within $MANDIR
>
>
> Cheers,
> Alex
>
> --
> <http://www.alejandro-colomar.es/>
> GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5
>

[-- Attachment #2: PKGBUILD --]
[-- Type: application/octet-stream, Size: 1743 bytes --]

# Maintainer: Andreas Radke <andyrtr@archlinux.org>

pkgname=man-pages
pkgver=6.05.01
_posixver=2017-a
pkgrel=1
pkgdesc="Linux man pages"
arch=('any')
license=('GPL' 'custom')
url="https://www.kernel.org/doc/man-pages/"
makedepends=('man2html' 'git')
# https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/
source=(https://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
        https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign})
# https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
sha256sums=('b96ab6b44a688c91d1b572e52fece519e1cfd2bb4c33fe7014fc3fd1ef3f9cae'
            'SKIP'
            'ce67bb25b5048b20dad772e405a83f4bc70faf051afa289361c81f9660318bc3'
            'SKIP')
validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') # Michael Kerrisk (Linux man-pages maintainer) <mtk.manpages@gmail.com>
# + for posix tarball
validpgpkeys+=('A9348594CE31283A826FBDD8D57633D441E25BB5') # Alejandro Colomar Andres <alx.manpages@gmail.com>

prepare() {
  cd "${srcdir}"/$pkgname-$pkgver

  # included in shadow
  rm man5/passwd.5
  rm man3/getspnam.3
  # included in tzdata
  rm man5/tzfile.5 man8/{tzselect,zdump,zic}.8
  # included in libxcrypt
  rm man3/crypt*.3
}

package() {
  cd "${srcdir}"/$pkgname-$pkgver

  # install man-pages
  make DESTDIR="${pkgdir}" prefix=/usr install 

  # install posix pages
  pushd "${srcdir}"/$pkgname-posix-${_posixver%-*}
  make DESTDIR="${pkgdir}" install 
  popd
  
  # posix pages have a custom license
  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
  install -m644 "${srcdir}"/$pkgname-posix-${_posixver%-*}/POSIX-COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
}

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-04  3:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-01 13:19 man-pages-6.05 released Alejandro Colomar
2023-08-02  4:19 ` Luna Jernberg
2023-08-02 22:32 ` man-pages-6.05.01 released Alejandro Colomar
2023-08-04  3:40   ` Luna Jernberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).