platform-testers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[platform-testers] new snapshot available: grep-3.7.62-9a668


From: Jim Meyering
Subject: [platform-testers] new snapshot available: grep-3.7.62-9a668
Date: Sun, 24 Apr 2022 18:27:16 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

We will make a new release of grep in the next week or so.
Please try this out and let us know about any build or
test failure.

grep snapshot:
  https://meyering.net/grep/grep-ss.tar.xz      1.7 MB
  https://meyering.net/grep/grep-ss.tar.xz.sig
  https://meyering.net/grep/grep-3.7.62-9a668.tar.xz

======================
from NEWS:

** Changes in behavior

  The -P option is now based on PCRE2 instead of the older PCRE,
  thanks to code contributed by Carlo Arenas.

  The egrep and fgrep commands, which have been deprecated since
  release 2.5.3 (2007), now warn that they are obsolescent and should
  be replaced by grep -E and grep -F.

** Bug fixes

  The -s option no longer suppresses "binary file matches" messages.
  [Bug#51860 introduced in grep 3.5]

======================
Changes in grep since v3.7:

Carlo Marcelo Arenas Belón (2):
      tests: fix test logic for pcre-context
      grep: migrate to pcre2

Helge Kreutzmann (1):
      doc: --invert-match is described "above" --count, not below

Jim Meyering (13):
      maint: post-release administrivia
      tests: mb-non-UTF8-perf-Fw: use head rather than sed
      maint: avoid new syntax-check failures
      build: disable some expensive compiler warnings by default
      build: update gnulib to latest; also bootstrap and init.sh
      maint: make update-copyright
      grep: very long lines no longer evoke unwarranted "memory exhausted"
      build: avoid build failure on systems that must compile regexec.c
      build: update gnulib to latest; also bootstrap and init.sh
      build: Re-disable -Winline
      build: update gnulib to latest, for bootstrap long-line fix
      build: update gnulib to latest, for glob improvements
      build: update gnulib to latest, and init.sh

Ondřej Fiala (1):
      bug#52958: [PATCH] doc: fix man page syntax errors

Paul Eggert (43):
      doc: update cites and authors
      egrep, fgrep: now obsolete
      doc: modernize portability advice
      grep: djb2 correction
      tests: port mb-non-UTF8-perf-Fw to strict POSIX
      grep: avoid sticky problem with ‘-f - -f -’
      grep: avoid some size_t casts
      grep: omit unused maxd member
      grep: tweak mb_goback and comment it better
      grep: tweak wordchar_prev performance
      grep: tweak mb_goback performance
      grep: scan back thru UTF-8 a bit faster
      grep: prefer signed to unsigned integers
      build: update gnulib submodule to latest
      doc: document interval expression limitations
      build: update gnulib submodule to latest
      maint: modernize README-{hacking,prereq}
      build: update gnulib submodule to latest
      grep: work around PCRE bug
      tests: fix pcre test typo
      maint: update README-prereq for Gperf, Rsync, Wget
      maint: minor rewording and reindenting
      grep: Don’t limit jitstack_max to INT_MAX
      grep: improve pcre2_get_error_message comments
      grep: speed up, fix bad-UTF8 check with -P
      grep: prefer signed integers
      grep: use PCRE2_EXTRA_MATCH_LINE
      grep: simplify JIT setup
      grep: improve memory exhaustion checking with -P
      grep: use ximalloc, not xcalloc
      grep: fix minor -P memory leak
      grep: port to PCRE2 10.20
      doc: "binary file matches" -> stderr [Bug#51860]
      grep: -s does not suppress “binary file matches”
      doc: update to match recent "Binary files" change
      tests: skip surrogate-search test on Cygwin
      build: update gnulib submodule to latest
      doc: mention issues with set -e
      doc: more on leading ‘-’
      Pacify GCC 11.2.0
      grep: work around PCRE2 bug 2642
      grep: work around another potential PCRE2 bug
      grep: Remove recent PCRE2 bug workarounds

Ulrich Eckhardt (2):
      tests: remove redundant test
      grep: Remove comment


Changes in gnulib since v3.7:

* gnulib 1cb09be022...c8b8f3bbcd (361):
  > regex: match [...---...] like V7 grep
  > backupfile: fix bug when renaming simple backups
  > gettime-res: more-robust sampling
  > Port _GL_HAS_C_ATTRIBUTE to pedantic gcc -std=c99
  > verify: port to pedantic gcc -std=c99
  > gettime-res: add tests
  > autoupdate
  > verify: port to Mac OS 10.7.5
  > sigsegv: Fix compilation error on arceb CPUs.
  > string, wchar: Fix error in C++ mode on glibc systems with clang.
  > string: Fix errors in C++ mode on glibc systems with clang.
  > math: Fix errors in C++ mode on glibc systems with clang.
  > autoupdate
  > libgmp: pacify Clang too
  > init.sh: don’t assume gzip
  > glob: sync better with glibc
  > glob: test for glibc bug 25659
  > glob: fix symlink and // issues; improve speed
  > glob: resolve DT_UNKNOWN via is_dir
  > maint: bootstrap: split a too-long line
  > autoupdate
  > maintainer-makefile: Improve GnuPG announce-gen options.
  > announce-gen: Modernize GnuPG key retrieval suggestions.
  > NEWS: Document Automake 1.14 requirement here too.
  > sigsegv: Add support for Linux/PowerPC (32-bit) with musl libc.
  > regex: fix double-free
  > regex: fix minor over-allocation
  > regex: fix free_fail_stack undefined behavior
  > fts: revert change to use AT_NO_AUTOMOUNT
  > statat: now obsolete
  > fts: be consistent about AT_NO_AUTOMOUNT
  > fcntl-h: add AT_NO_AUTOMOUNT
  > Create lib/Makefile.am after gnulib-comp.m4
  > autoupdate
  > gettime-res: fix unlikely overflow bug
  > Document clang -fsanitize=undefined glitch
  > * doc/gnulib-readme.texi: Typo fix.
  > modules/unicase/special-casing: Fix compilation error
  > Port __has_attribute to Apple’s Clang renumbering
  > nanosleep: simplify by using pselect
  > userspec: warn about '.' separator
  > userspec: no need for static vars
  > doc: add two missing closing parentheses
  > gnulib-tool: Bump automake dependency.
  > close-stream: don't depend on fclose
  > Document that Automake ≥ 1.14 is needed (regression 2021-12-15).
  > mktime: improve heuristic for ca-1986 Indiana DST
  > filevercmp: fix several unexpected results
  > string: Fix "mismatched allocation function" warnings regarding strndup.
  > unictype/category-byname: Fix test failure.
  > autoupdate
  > maint: restore ChangeLog entries dropped in 2004
  > termcap, termcap-h: Deprecate.
  > parse-datetime: allow calculations to yield -1
  > userspec: help fix GNU ‘id’ incompatibility
  > argmatch: add variants that only match full argument
  > tests: Fix interpretation of setupterm's return code.
  > terminfo: Add tests.
  > terminfo, terminfo-h: New modules.
  > termcap: Add tests.
  > termcap, termcap-h: New modules.
  > maint: fix up stale XARGCASEMATCH comment
  > gendocs: update copyright footer year
  > doc: Clarify MSVC support.
  > maintainer-makefile: fix sc_error_message_uppercase false failure
  > alignalloc: work around AddressSanitizer bug
  > doc: use UTF-8 encoding
  > maint: Update copyright notices
  > calloc-gnu: fix misspelling in 2022-01-03 patch
  > close-stream: avoid crash on MSVC Debug mode
  > bootstrap: update scriptversion
  > xstrtoimax, xstrtoumax: depend on inttypes-incomplete
  > alignalloc, xalignalloc: new modules
  > autoupdate
  > extern-inline: improve macOS port
  > xstrtol: Trim dependencies.
  > xstrtol: Fix compilation error (regression 2022-01-16).
  > xstrtol: remove unnecessary else after return
  > xstrtol: simplify integer overflow checking
  > xstrtoll-tests: use %lld for long long
  > Don't pass unknown warning option to clang.
  > log tests: Avoid test failure with nvc 22.1.
  > havelib: Recognize ELF platform despite nvc 22.1.
  > oset-c++: Avoid compilation error with nvc++ 22.1.
  > nstrftime: pacify nvc 22.1 unreachable statement
  > tests: pacify nvc 22.1 unreachable statement
  > tests: pacify nvc 22.1 set-but-not-used
  > intprops: work around nvc 22.1 bug
  > copy-file-range: work around Linux kernel bug
  > Avoid error "conditional LIBUNISTRING_COMPILE_... was never defined" when 
option --conditional-dependencies is used (regression 2022-01-09).
  > autoupdate
  > Avoid warning "_GL_ATTRIBUTE_DEALLOC_FREE redefined" (regr. 2022-01-04).
  > backupfile: fix bug when renaming not from wd
  > autoupdate
  > host-cpu-c-abi: Add support for LoongArch64 CPU.
  > stdio: Fix "missing file" errors (regression from today).
  > Use the GL_CFLAG_GNULIB_WARNINGS for most AC_LIBOBJ compilation units.
  > obstack: Move AC_LIBOBJ invocation to the module description.
  > stdio: Move AC_LIBOBJ invocations to the module description.
  > fchdir: Move AC_LIBOBJ invocation to the module description.
  > Remove influence of Automake conditionals on conditional dependencies.
  > gnulib-tool: Fix "Don't forget" messages (regression 2021-12-12).
  > gnulib-tool: Remove all *.Po files upon distclean (regr. 2022-01-05).
  > Add another example.
  > c-stack: Adapt header file for use in C++ applications.
  > version-etc: Adapt header file for use in C++ applications.
  > sigsegv: Improve support for Linux/LoongArch64.
  > bootstrap: When a commit is specified, do a shallow fetch if possible.
  > stack: also update stack_size to return idx_t
  > stack: pacify gcc -Wsign-compare
  > Fix last commit.
  > gnulib-tool: Avoid known warnings that reflect Gnulib's coding style.
  > license: fix GPLv3 texts to use a comma instead of semicolon.
  > string, wchar: Fix compilation error on MSVC (regression 2021-09-07).
  > autoupdate
  > getpass-gnu: Allow use as dependency from test modules.
  > fopen-gnu: Allow use as dependency from test modules.
  > realloc-gnu: Allow use as dependency from test modules.
  > calloc-gnu: Allow use as dependency from test modules.
  > malloc-gnu: Allow use as dependency from test modules.
  > striconveh: Make the last change also work on Solaris 11.
  > striconveh: Make the last change also work on musl libc.
  > gen-header: port to BusyBox ‘sed’
  > autoupdate
  > striconveh: Support an error handler that produces a Unicode U+FFFD.
  > maint: Update copyright notices.
  > maint: Update copyright notices in code generating programs.
  > maint: fix ‘make update-copyright’ on symlinks
  > maint: run 'make update-copyright'
  > unistdio: Prefer newer version to older, buggy one.
  > uniwidth: Optimize.
  > Update to Unicode 14.0.0.
  > Correct last ChangeLog entry.
  > Update to Unicode 13.0.0.
  > uniwbrk: Correction of Unicode 10.0.0 support.
  > Update to Unicode 12.1.0.
  > Update to Unicode 12.0.0.
  > crypto/sm3-buffer: fix C99 conformance bug
  > Update to Unicode 11.0.0.
  > unictype: Add Emoji properties from Unicode 11.0.0.
  > uniwidth: Give width 0 to conjoining Hangul Jamo jungseong, jongseong.
  > uniwidth: Update to Unicode 10.0.0.
  > unilbrk: Improve support for strings that contain CR-LF sequences.
  > uniwbrk: Add unit tests of CR-LF sequences.
  > unigbrk: Add unit tests of CR-LF sequences.
  > unilbrk: Update handling of Hebrew letter + hyphen for Unicode 10.0.0.
  > nstrftime: improve handling of invalid formats
  > * lib/gettime-res.c: 1 cs -> 10 ms in comment.
  > * lib/gettime-res.c (gcd): Mark with _GL_ATTRIBUTE_CONST.
  > unilbrk: Update handling of regional indicators for Unicode 10.0.0.
  > unilbrk: Update handling of zero-width joiner for Unicode 10.0.0.
  > unilbrk: Update handling of combining marks for Unicode 10.0.0.
  > unilbrk: Restore deviation for (IS,AL) pair.
  > unilbrk: Change algorithm to be closer to Unicode Standard Annex #14.
  > uniwbrk: Add unit tests of regional indicators.
  > unigbrk: Simplify code for regional indicators.
  > clock_getres: document portability issues better
  > timespec_getres: new module
  > gettime-res: new module
  > clock_gettime: improve doc
  > gettime: port better to non-POSIX C2x
  > gen-uni-tables: Produce license notices suitable for Gnulib.
  > unigbrk, uniwbrk: No-op tweaks.
  > perl: let caller see whether perl was found
  > Fix --automake-subdir breakage (regression 2021-12-24).
  > Update to Unicode 10.0.0, part 3.
  > autoupdate
  > Update to Unicode 10.0.0, part 2.
  > Update to Unicode 10.0.0.
  > pselect: Fix compilation error in C++ mode on AIX 7.
  > autoupdate
  > gnulib-tool: Fix handling of module libtextstyle-optional.
  > gnulib-tool: Respect applicability 'all' without --single-configure.
  > Fix typo in newest ChangeLog entry.
  > maint: avoid empty lines in recipes
  > maint: tight-scope-mk need not be read-only
  > maint: break out '&& mv $@-t $@'
  > gen-header: new module
  > passfd: Fix compilation error on IRIX.
  > tests: Fix link errors on AIX.
  > hamt tests: Fix compilation error with AIX xlc.
  > strerrorname_np: Fix compilation error on IRIX.
  > hamt: Fix compilation error on NetBSD 7.
  > search: Fix compilation errors with SunPRO C++ on Solaris 10.
  > qsort_r: Fix compilation error with SunPRO C++ on Solaris 10.
  > threads-h tests: Avoid clang warnings.
  > doc: Small updates.
  > libgmp: omit redundant 'mkdir -p .'
  > maint: omit unnecessary ‘rm -f $@-t $@’
  > Fix recent ChangeLog entry.
  > maint: fix __clang_major__ misspellings
  > get_ppid_of, get_progname_of: Fix runtime error on Mac OS X < 10.5.
  > Move AM_V_GEN to recipe start
  > c-xvasprintf: Fix declarations (regression 2021-08-07).
  > snippet/warn-on-use: Fix compilation error in C++ mode on OpenBSD 7.0.
  > Optimize redundant 'mkdir -p .' invocations.
  > non-recursive-gnulib-prefix-hack: Deprecate module.
  > gnulib-tool: Don't insist on ACLOCAL_AMFLAGS.
  > nstrftime: Update meta info.
  > stdint: Fix handling of limits.h (regression 2021-12-16).
  > nstrftime: simplify by using libc-config.h.
  > libtextstyle-optional: Fix generation of textstyle.h (regr. 2021-12-15).
  > Fix support for --gnu-make in tests (regression 2021-12-15).
  > getopt-posix: Fix build on AIX (regression 2021-12-15).
  > Fix ChangeLog typo
  > getopt-posix,
  > stdint: omit duplicate gl_CONFIGURE_HEADER calls
  > autoupdate
  > automake-subdir support: Support the libunistring modules.
  > automake-subdir support: Support arbitrary --source-base value.
  > automake-subdir support: Look for 'subdir-objects' also in configure.ac.
  > Add simple examples.
  > Accommodate non-recursive Automake in a less hacky way.
  > Move .h file names out of the *.m4 files.
  > Fix creation of build directories with non-recursive-gnulib-prefix-hack.
  > non-recursive-gnulib-prefix-hack: Remove obsolete code.
  > Indentation fix.
  > Tweak recent ChangeLog entry.
  > renameatu: port to macOS tmpfs
  > autoupdate
  > autoupdate
  > gnulib-tool: Fix mistake in last commit.
  > gnulib-tool: Support non-recursive-gnulib-prefix-hack with tests.
  > bootstrap: refactor for GNU tar
  > gnulib-tool: Support different basenames for the lib/,tests/ Makefiles.
  > gnulib-tool: Support different basenames for the lib/,tests/ Makefiles.
  > get_ppid_of, get_progname_of: Fix compilation error on Mac OS X < 10.5.
  > backupfile: assume C99 decls
  > backupfile: prefer signed integers
  > backupfile: fix numbered backups for XXX/
  > regex: pacify Coverity clean_state_log_if_needed
  > gettext-h: Optimize also for clang.
  > intprops: Break sync with glibc.
  > intprops: streamline and get ready for Clang 14
  > intprops: Treat EDG-based compilers like Intel compilers.
  > sigsegv: Fix build on some more embedded CPUs.
  > sys_random: port better to uClibc < 1.0.35
  > gettext-h: document GNULIB_NO_VLA
  > gettext-h: use VLA test similar to regex
  > regex: port to tcc
  > test-framework-sh: remove unsafe entries from PATH
  > regex: merge from glibc
  > regex: assume RE_ENABLE_I18N
  > lseek: port around macOS SEEK_HOLE glitch
  > lseek: port around macOS SEEK_DATA glitch
  > Add ChangeLog entry for sigsegv changes
  > sigsegv: fix build on or1k
  > sigsegv: fix build on microblazeel
  > Fix typos in previous patch.
  > exclude: yield proper errno on failure
  > autoupdate
  > regex: break regcomp.c link with glibc
  > autoupdate
  > * doc/gnulib-intro.texi: Fix some ancient history.
  > autoupdate (belated)
  > string: Avoid syntax error re strdup in string.in.h (regr. 2021-09-07).
  > autoupdate
  > autoupdate
  > xalloc: new function xinmalloc
  > regex: redo style of previous change
  > regex: improve comment
  > regex: fix buffer read overrrun
  > nproc: port better to macOS 10.14
  > sigsegv: fix quoting problem
  > nproc: port better to OpenBSD
  > timer-time: port better to OpenBSD 6.9
  > sys_select: port better to OpenBSD 6.9
  > autoupdate
  > doc: Fix outdated statement about Spanish collation.
  > doc: Don't assume that the output format is TeX-based or info.
  > regex: sync with glibc
  > maint: Avoid syntax-check failure for empty gnulib submodule.
  > Relicense qemu.h under LGPLv2+.
  > ialloc: Update license headers after license change from 2021-08-29.
  > Improve 'configure --help' output for crypto modules.
  > Add credit for a recent bug report.
  > string, wchar: Don't require undefined m4 macros (regr. today).
  > sm3-buffer tests: New module.
  > sm3-buffer: New module.
  > sha512-buffer tests: New module.
  > sha512: Clarify module to source relation.
  > sha256-buffer tests: New module.
  > sha256: Clarify module to source relation.
  > sha1-buffer tests: New module.
  > sha1: Clarify module to source relation.
  > md5-buffer tests: New module.
  > md5: Clarify module to source relation.
  > md4-buffer tests: New module.
  > md4-buffer: New module.
  > md2-buffer tests: New module.
  > md2-buffer: New module.
  > string, wchar: Don't cause link errors for rpl_free (regr. 2021-09-07).
  > threadlib: Avoid crashes in thread-related functions on Cygwin 3.2.0.
  > simple-atomic: Port to Oracle Studio 12.6.
  > asyncsafe-spin: port to Oracle Studio 12.6 sparc
  > stdint-tests: long long preproc on recent Sun C
  > extern-inline: Fix syntax error on macOS with GCC 11 (regr. 2021-08-22).
  > sigsegv: port to OpenBSD 6.8+ powerpc64
  > maintainer-makefile: add 'can' to sc_prohibit_doubled_word
  > strerror_r-posix: port even better to Android
  > strerror_r-posix: port better to Android
  > string, wchar: port rpl_free decl to Android
  > string, wchar: avoid some namespace pollution
  > crypto: revert previous change
  > crypto: add missing file af_alg.h
  > idx: break copying from glibc
  > sigsegv: Improve cross-compilation support for LoongArch CPU.
  > doc: Improve help related to bootstrap script.
  > intprops: fix minor doc glitches
  > doc: Add suggestions on FDL texinfo usage.
  > maintainer-makefile: Add indentation syntax-check rule.
  > autoupdate
  > idx: add commentary
  > attribute: keep up with gnulib-common.m4
  > supersede: Fix test failure under QEMU user-mode for Linux/mips.
  > spawn-pipe: Fix test failure when running under QEMU user-mode.
  > execute: Fix test failure when running under QEMU user-mode.
  > posix_spawn_file_actions_addfchdir: Avoid test failure under QEMU.
  > getcwd tests: Avoid test failure when running under QEMU user-mode.
  > base32, base64: treat negative sizes as overflows
  > explicit_bzero test: Fix test failure due to GCC optimizations.
  > dfa: port to non-gnulib
  > base32, base64: fix broken tests
  > ialloc: relicense
  > fma: Fix compilation error on Linux/sh4.
  > sigabbrev_np, sigdescr_np: Fix compilation error on Linux/alpha, part 2.
  > Skip some tests when running under QEMU user-mode.
  > sigabbrev_np, sigdescr_np: Fix compilation error on Linux/alpha.
  > execle, execve, execvpe tests: Fix test failures under qemu user-mode.
  > base32, base64: prefer signed to unsigned integers
  > regex: also break glibc lib/regex.c link for now
  > autoupdate
  > regex: revert much of previous change
  > regex: fix typo in previous patch
  > regex: use C99-style array arg syntax
  > execute tests: Fix test failure when libtool is in use.
  > dfa: prefer idx_t to ptrdiff_t for nonnegative
  > snippet/unused-parameter: Mark unused module obsolete.
  > Make generated .in.h files as standalone as possible.
  > gnulib-common.m4: Clarify logic behind _GL_UNUSED_LABEL.
  > c-stack: depend on inttypes, mempcpy
  > mountlist: Use recommended syntax for _GL_UNUSED_LABEL.
  > gnulib-common.m4: Make _GL_UNUSED_LABEL effective for clang.
  > Oops, remove unintended file additions.
  > gnulib-common.m4: Use C2x [[maybe_unused]] when possible.
  > gnulib-common.m4: Document the gnulib-internal _GL_ATTRIBUTE_* macros.
  > doc: fix order of stdlib functions
  > c-stack: Test for libsigsegv once, not twice.
  > rawmemchr: Fix use in relocatable-prog-wrapper (regression 2021-08-20).
  > autoupdate
  > rawmemchr: modernize and simplify
  > autoupdate
  > c-stack: fix libsigsegv dependency
  > doc: Update for glibc 2.34.
  > memrchr-tests: port to GCC 12
  > snippet/_Noreturn: Fix typo
  > dynarray: merge from glibc
  > canonicalize-lgpl: Fix conflict with z/OS <sys/stat.h>.
  > ptsname_r: Drop sync with glibc.
  > config: Update after glibc changed.
  > relocatable-lib-lgpl: Fix a memory leak related to a Windows DLL.
-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEFV0/xQDINEhtHupnf9n8ywAL7u4FAmJl+PwRHGppbUBtZXll
cmluZy5uZXQACgkQf9n8ywAL7u6mRg//aPn1gEPMkuo2jFxU81WJm+g7AjK7vski
X8SjoDXy4twRQpsB/X8OdhKWUoIuxpeEsQlyMJtJOuwxsY3UoGd4zcAe5SFM6dcI
NsNMbWuPEc1r0rQQxFkZCrUK9DMFuyb0oVCAQmmaTuITty2WE4X4sLnT4t+odEGx
YVQ93jFiMAAhiULSI4kejWRlcGWpMam30YHk+lMXoyLCbbMk093aF+rtCI3cHk6S
fyoHJaOghuxikUigpcI1vYrSDTV5Lzhocg1eHAqr8xU+UXdKlV4gwR3eYSBNffQD
LrGMfryn8eOh8VpHIzLBXAuhAGzbBFrNm7vqazeRCh2NaZDBWwUDmjMedtbG9Rdi
l4Pz0R/XkkF+06O2OqBs3bhNCxutjMyYBoRG3nG/mKIKUYOvNTkS1Z4x+MaTi24E
/bZTcVGhaQchRnhydlaFJl6/uCz0eTfLrClng91Y2Wj6XYVv9G6U+BIxZB0nUuWS
iKtt9edCk6+LbXLX2LXsGNcN/Hj0KJ/YmJd2Pqb+CgF15rupeCnh4YV8ChCPid7b
ClLpNlfr0jemytpWkfdj2HOwwNRYmnxyvr30aVzWvfqqJ+INBhyRImQpVM/+cJLx
3nISGQJLzWczHnU80mZfZTCl1GZwzAHPDCiyAUoqYt+NIdyKwxzCgcpNNEKwg3Kg
u2bFCjceoYQ=
=vBn4
-----END PGP SIGNATURE-----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]