Your message dated Sun, 28 Apr 2024 05:24:22 +0000
with message-id <e1s0x1s-00f6kp...@fasolo.debian.org>
and subject line Bug#1038286: fixed in e2fsprogs 1.47.1~rc1-1
has caused the Debian Bug report #1038286,
regarding e2fsck.8: some remarks and formatting fixes for the manual
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1038286: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1038286
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: e2fsprogs
Version: 1.47.0-2
Severity: minor
Tags: patch

Dear Maintainer,

here are some remarks and a patch for formatting fixes.

####

Input file is e2fsck.8

Output from "mandoc  -T lint e2fsck.8:"

mandoc: e2fsck.8:406:1: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:406:2: WARNING: tab in filled text
mandoc: e2fsck.8:406:4: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:406:5: WARNING: tab in filled text
mandoc: e2fsck.8:408:1: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:408:2: WARNING: tab in filled text
mandoc: e2fsck.8:408:4: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:408:5: WARNING: tab in filled text
mandoc: e2fsck.8:410:1: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:410:2: WARNING: tab in filled text
mandoc: e2fsck.8:410:4: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:410:5: WARNING: tab in filled text
mandoc: e2fsck.8:412:1: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:412:2: WARNING: tab in filled text
mandoc: e2fsck.8:412:3: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:412:4: WARNING: tab in filled text
mandoc: e2fsck.8:414:1: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:414:2: WARNING: tab in filled text
mandoc: e2fsck.8:414:4: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:414:5: WARNING: tab in filled text
mandoc: e2fsck.8:416:1: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:416:2: WARNING: tab in filled text
mandoc: e2fsck.8:416:4: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:416:5: WARNING: tab in filled text
mandoc: e2fsck.8:418:1: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:418:2: WARNING: tab in filled text
mandoc: e2fsck.8:418:5: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:418:6: WARNING: tab in filled text
mandoc: e2fsck.8:420:1: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:420:2: WARNING: tab in filled text
mandoc: e2fsck.8:420:5: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:420:6: WARNING: tab in filled text
mandoc: e2fsck.8:422:1: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:422:2: WARNING: tab in filled text
mandoc: e2fsck.8:422:6: WARNING: undefined escape, printing literally: \        
mandoc: e2fsck.8:422:7: WARNING: tab in filled text
mandoc: e2fsck.8:423:2: WARNING: skipping paragraph macro: br at the end of SH

#######

Add a no-break space between a number and its unit.

243:systems, this can be gigabytes of memory.  (For example, a 40TB file system
258:tables (typically 4MiB on a regular ext4 file system); if this amount is 
more

#####

Mark a full stop (.) with "\&",
if it does not mean an end of a sentence.
This is a preventive action,
the paragraph could be reshaped, e.g., after changes.

When typing, one does not always notice when the line wraps after the
period.
There are too many examples of input lines in manual pages,
that end with an abbreviation point.

This marking is robust, and independent of the position on the line.

It corresponds to "\ " in TeX, and to "@:" in Texinfo.


116:(e.g. blocksize, blocks per group,

#####

Reduce space between words.

47:committed transactions  in the journal, the file system should be
48:marked as clean.   Hence, for file systems that use journaling,
69:specified.   However, even if it is safe to do so, the results printed by
71:are not valid if the file system is mounted.   If
173:file system supports directory indexing,  or by sorting and compressing

#####

Use the correct macro for the font change of a single argument or
split the argument into two.

83:.BR \-p
207:.BI journal_only
211:.BI fragcheck
215:.BI discard
225:.BI nodiscard
229:.BI no_optimize_extents
234:.BI optimize_extents
239:.BI inode_count_fullmap
249:.BI no_inode_count_fullmap
255:.BI readahead_kb
262:.BI bmap2extent
265:.BI fixes_only
270:.BI check_encoding
274:.BI unshare_blocks
302:.BI \-k
495:.BI E2FSCK_CONFIG

#####

Change a HYPHEN-MINUS (code 0x55, 2D) to a minus (\-), if in front of a
name for an option.

66:.B -L
267:extent trees.  This option is incompatible with the -D and -E bmap2extent
283:Note that unshare_blocks implies the "-f" option to ensure that all passes
284:are run. Additionally, if "-n" is also specified, e2fsck will simulate 
trying
321:.B -c

#####

Find a repeated word

! 457 --> the

#####

Add a comma (or \&) after "e.g." and "i.e.", or use English words
(man-pages(7).
Abbreviation points should be protected against being interpreted as
an end of sentence, if they are not, and that independent of the
current place on the line.

116:(e.g. blocksize, blocks per group,

#####

Wrong distance between sentences.

  Separate the sentences and subordinate clauses; each begins on a new
line.  See man-pages(7) ("semantic newline") and "info groff".

  The best procedure is to always start a new sentence on a new line,
at least, if you are typing on a computer.

Remember coding: Only one command ("sentence") on each (logical) line.

E-mail: Easier to quote exactly the relevant lines.

Generally: Easier to edit the sentence.

Patches: Less unaffected text.

  The amount of space between sentences in the output can then be
controlled with the ".ss" request.

48:marked as clean.   Hence, for file systems that use journaling,
69:specified.   However, even if it is safe to do so, the results printed by
71:are not valid if the file system is mounted.   If
218:/ thin-provisioned storage). Note that discard is done in pass 5 AFTER the
220:errors. However there might be cases where
226:Do not attempt to discard free blocks and unused inode blocks. This option 
is
227:exactly the opposite of discard option. This is set as default.
277:feature bit. If there is not enough free space then the operation will fail.
279:blocks anyway, then this option will have no effect. Note when using this
284:are run. Additionally, if "-n" is also specified, e2fsck will simulate 
trying
285:to allocate enough space to deduplicate. If this fails, the exit code will

#####

The name of a man page is set in bold type and the section in roman (see
man-pages(7).

394:an undo file.  This undo file can be used with e2undo(8) to restore the old

#####

Protect a period (.) or a apostrophe (') with '\&' from becoming a
control character, if it could end up at the start of a line (by
reformatting the line).

85:file system.  A response of 'y' will fix the error; 'n' will leave the error
86:unfixed; and 'a' will fix the problem and all subsequent problems; pressing

#####

--- e2fsck.8    2023-06-16 20:53:09.000000000 +0000
+++ e2fsck.8.new        2023-06-16 23:28:39.000000000 +0000
@@ -44,8 +44,9 @@ e2fsck \- check a Linux ext2/ext3/ext4 f
 is used to check the ext2/ext3/ext4 family of file systems.
 For ext3 and ext4 file systems that use a journal, if the system has been
 shut down uncleanly without any errors, normally, after replaying the
-committed transactions  in the journal, the file system should be
-marked as clean.   Hence, for file systems that use journaling,
+committed transactions in the journal, the file system should be
+marked as clean.
+Hence, for file systems that use journaling,
 .B e2fsck
 will normally replay the journal and exit, unless its superblock
 indicates that further checking is required.
@@ -63,12 +64,14 @@ option is specified, and
 .BR \-c ,
 .BR \-l ,
 or
-.B -L
+.B \-L
 options are
 .I not
-specified.   However, even if it is safe to do so, the results printed by
+specified.
+However, even if it is safe to do so, the results printed by
 .B e2fsck
-are not valid if the file system is mounted.   If
+are not valid if the file system is mounted.
+If
 .B e2fsck
 asks whether or not you should check a file system which is mounted,
 the only correct answer is ``no''.  Only experts who really know what
@@ -80,10 +83,10 @@ is run in interactive mode (meaning that
 .BR \-y ,
 .BR \-n ,
 or
-.BR \-p
+.B \-p
 are specified), the program will ask the user to fix each problem found in the
-file system.  A response of 'y' will fix the error; 'n' will leave the error
-unfixed; and 'a' will fix the problem and all subsequent problems; pressing
+file system.  A response of \&'y' will fix the error; \&'n' will leave the 
error
+unfixed; and \&'a' will fix the problem and all subsequent problems; pressing
 Enter will proceed with the default response, which is printed before the
 question mark.  Pressing Control-C terminates e2fsck immediately.
 .SH OPTIONS
@@ -113,7 +116,7 @@ program using the
 option to print out where the superblocks exist, supposing
 .B mke2fs
 is supplied with arguments that are consistent with the file system's layout
-(e.g. blocksize, blocks per group,
+(e.g.\& blocksize, blocks per group,
 .BR sparse_super ,
 etc.).
 .IP
@@ -170,7 +173,7 @@ Print debugging output (useless unless y
 .B \-D
 Optimize directories in file system.  This option causes e2fsck to
 try to optimize all directories, either by re-indexing them if the
-file system supports directory indexing,  or by sorting and compressing
+file system supports directory indexing, or by sorting and compressing
 directories for smaller directories, or for file systems using
 traditional linear directories.
 .IP
@@ -204,86 +207,92 @@ Set the version of the extended attribut
 will require while checking the file system.  The version number may
 be 1 or 2.  The default extended attribute version format is 2.
 .TP
-.BI journal_only
+.B journal_only
 Only replay the journal if required, but do not perform any further checks
 or repairs.
 .TP
-.BI fragcheck
+.B fragcheck
 During pass 1, print a detailed report of any discontiguous blocks for
 files in the file system.
 .TP
-.BI discard
+.B discard
 Attempt to discard free blocks and unused inode blocks after the full
 file system check (discarding blocks is useful on solid state devices and 
sparse
-/ thin-provisioned storage). Note that discard is done in pass 5 AFTER the
+/ thin-provisioned storage).
+Note that discard is done in pass 5 AFTER the
 file system has been fully checked and only if it does not contain recognizable
-errors. However there might be cases where
+errors.
+However there might be cases where
 .B e2fsck
 does not fully recognize a problem and hence in this case this
 option may prevent you from further manual data recovery.
 .TP
-.BI nodiscard
-Do not attempt to discard free blocks and unused inode blocks. This option is
-exactly the opposite of discard option. This is set as default.
+.B nodiscard
+Do not attempt to discard free blocks and unused inode blocks.
+This option is exactly the opposite of discard option.
+This is set as default.
 .TP
-.BI no_optimize_extents
+.B no_optimize_extents
 Do not offer to optimize the extent tree by eliminating unnecessary
 width or depth.  This can also be enabled in the options section of
 .BR /etc/e2fsck.conf .
 .TP
-.BI optimize_extents
+.B optimize_extents
 Offer to optimize the extent tree by eliminating unnecessary
 width or depth.  This is the default unless otherwise specified in
 .BR /etc/e2fsck.conf .
 .TP
-.BI inode_count_fullmap
+.B inode_count_fullmap
 Trade off using memory for speed when checking a file system with a
 large number of hard-linked files.  The amount of memory required is
 proportional to the number of inodes in the file system.  For large file
-systems, this can be gigabytes of memory.  (For example, a 40TB file system
+systems, this can be gigabytes of memory.  (For example, a 40\ TB file system
 with 2.8 billion inodes will consume an additional 5.7 GB memory if this
 optimization is enabled.)  This optimization can also be enabled in the
 options section of
 .BR /etc/e2fsck.conf .
 .TP
-.BI no_inode_count_fullmap
+.B no_inode_count_fullmap
 Disable the
 .B inode_count_fullmap
 optimization.  This is the default unless otherwise specified in
 .BR /etc/e2fsck.conf .
 .TP
-.BI readahead_kb
+.B readahead_kb
 Use this many KiB of memory to pre-fetch metadata in the hopes of reducing
 e2fsck runtime.  By default, this is set to the size of two block groups' inode
-tables (typically 4MiB on a regular ext4 file system); if this amount is more
+tables (typically 4\ MiB on a regular ext4 file system); if this amount is more
 than 1/50th of total physical memory, readahead is disabled.  Set this to zero
 to disable readahead entirely.
 .TP
-.BI bmap2extent
+.B bmap2extent
 Convert block-mapped files to extent-mapped files.
 .TP
-.BI fixes_only
+.B fixes_only
 Only fix damaged metadata; do not optimize htree directories or compress
-extent trees.  This option is incompatible with the -D and -E bmap2extent
+extent trees.  This option is incompatible with the \-D and \-E bmap2extent
 options.
 .TP
-.BI check_encoding
+.B check_encoding
 Force verification of encoded filenames in case-insensitive directories.
 This is the default mode if the file system has the strict flag enabled.
 .TP
-.BI unshare_blocks
+.B unshare_blocks
 If the file system has shared blocks, with the shared blocks read-only feature
 enabled, then this will unshare all shared blocks and unset the read-only
-feature bit. If there is not enough free space then the operation will fail.
+feature bit.
+If there is not enough free space then the operation will fail.
 If the file system does not have the read-only feature bit, but has shared
-blocks anyway, then this option will have no effect. Note when using this
+blocks anyway, then this option will have no effect.
+Note when using this
 option, if there is no free space to clone blocks, there is no prompt to
 delete files and instead the operation will fail.
 .IP
-Note that unshare_blocks implies the "-f" option to ensure that all passes
-are run. Additionally, if "-n" is also specified, e2fsck will simulate trying
-to allocate enough space to deduplicate. If this fails, the exit code will
-be non-zero.
+Note that unshare_blocks implies the "\-f" option to ensure that all passes
+are run.
+Additionally, if "\-n" is also specified, e2fsck will simulate trying
+to allocate enough space to deduplicate.
+If this fails, the exit code will be non-zero.
 .RE
 .TP
 .B \-f
@@ -299,7 +308,7 @@ time trials.
 Set the pathname where the external-journal for this file system can be
 found.
 .TP
-.BI \-k
+.B \-k
 When combined with the
 .B \-c
 option, any existing bad blocks in the bad blocks list are preserved,
@@ -318,7 +327,7 @@ of the file system.  Hence,
 .BR badblocks (8)
 must be given the blocksize of the file system in order to obtain correct
 results.  As a result, it is much simpler and safer to use the
-.B -c
+.B \-c
 option to
 .BR e2fsck ,
 since it will assure that the correct parameters are passed to the
@@ -391,7 +400,9 @@ options.
 .TP
 .BI \-z " undo_file"
 Before overwriting a file system block, write the old contents of the block to
-an undo file.  This undo file can be used with e2undo(8) to restore the old
+an undo file.  This undo file can be used with
+.BR e2undo (8)
+to restore the old
 contents of the file system should something go wrong.  If the empty string is
 passed as the undo_file argument, the undo file will be written to a file named
 e2fsck-\fIdevice\fR.e2undo in the directory specified via the
@@ -403,24 +414,23 @@ The exit code returned by
 .B e2fsck
 is the sum of the following conditions:
 .br
-\      0\      \-\ No errors
-.br
-\      1\      \-\ File system errors corrected
+       0       \-\ No errors
 .br
-\      2\      \-\ File system errors corrected, system should
+       1       \-\ File system errors corrected
 .br
-\      \       \ \ be rebooted
+       2       \-\ File system errors corrected, system should
 .br
-\      4\      \-\ File system errors left uncorrected
+               \ \ be rebooted
 .br
-\      8\      \-\ Operational error
+       4       \-\ File system errors left uncorrected
 .br
-\      16\     \-\ Usage or syntax error
+       8       \-\ Operational error
 .br
-\      32\     \-\ E2fsck canceled by user request
+       16      \-\ Usage or syntax error
 .br
-\      128\    \-\ Shared library error
+       32      \-\ E2fsck canceled by user request
 .br
+       128     \-\ Shared library error
 .SH SIGNALS
 The following signals have the following effect when sent to
 .BR e2fsck .
@@ -454,7 +464,7 @@ the messages printed by
 are in English; if your system has been
 configured so that
 .BR e2fsck 's
-messages have been translated into another language, please set the the
+messages have been translated into another language, please set the
 .B LC_ALL
 environment variable to
 .B C
@@ -492,7 +502,7 @@ Always include the full version string w
 displays when it is run, so I know which version you are running.
 .SH ENVIRONMENT
 .TP
-.BI E2FSCK_CONFIG
+.B E2FSCK_CONFIG
 Determines the location of the configuration file (see
 .BR e2fsck.conf (5)).
 .SH AUTHOR



-- System Information:
Debian Release: 12.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.27-1 (SMP w/2 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), 
LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages e2fsprogs depends on:
ii  libblkid1    2.38.1-5+b1
ii  libc6        2.36-9
ii  libcom-err2  1.47.0-2
ii  libext2fs2   1.47.0-2
ii  libss2       1.47.0-2
ii  libuuid1     2.38.1-5+b1
ii  logsave      1.47.0-2

Versions of packages e2fsprogs recommends:
pn  e2fsprogs-l10n  <none>

Versions of packages e2fsprogs suggests:
pn  e2fsck-static  <none>
pn  fuse2fs        <none>
pn  gpart          <none>
ii  parted         3.5-3

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: e2fsprogs
Source-Version: 1.47.1~rc1-1
Done: Theodore Y. Ts'o <ty...@mit.edu>

We believe that the bug you reported is fixed in the latest version of
e2fsprogs, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1038...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Theodore Y. Ts'o <ty...@mit.edu> (supplier of updated e2fsprogs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 26 Apr 2024 22:23:25 -0400
Source: e2fsprogs
Architecture: source
Version: 1.47.1~rc1-1
Distribution: unstable
Urgency: medium
Maintainer: Theodore Y. Ts'o <ty...@mit.edu>
Changed-By: Theodore Y. Ts'o <ty...@mit.edu>
Closes: 1038286
Changes:
 e2fsprogs (1.47.1~rc1-1) unstable; urgency=medium
 .
   * Re-enable metadata_csum_seed and orphan_file by default now that
     Debian Bookworm is released
   * New upstream version
   * Add support for post-2038 timestamps on platforms with 64-bit time_t.
   * Mke2fs -d can now support an input tar file if the libarchive library
     is available.
   * Install a udev rule to inihibit ext4 file systesm from being
     automounted by udisks.
   * Debugfs's 'hash' command has been enhanced to use the hash seed and
     algorithm from a superblock if a file system is opened and to display
     the hash seed and algorithm if the -v flag is given.
   * Teach mke2fs with a new extended options, root_perms, which overrides
     the permissions for the root directory for the new file system.
   * Preserve any error indicator in the superblock when replaying the
     journal so that a subsequent fsck can repair the file system afterwards.
   * Fix potential mke2fs failures when creating a file system with an
     orphan file when the storage device has a previous file system and
     does not support discard/trim commands.
   * E2fsck will clear the orphan_present feature silently in preen mode.
   * Fix potential checksum failures when performing an online resize when
     the mounted file system is actively modifying the superblock.
   * Fix a bug where a checksum failure in an htree directory can cause
     e2fsck's preen mode to abort unnecessarily.
   * Fix e2fsck's handling of an invalid symlink in an inline_data
     directory.
   * Fix e4crypt from issuing a spurious "success" error message when
     trying to set a policy on a non-directory.
   * Fix a potential infinite loop in debugfs's logdump command in some
     edge cases.
   * Fix e2fsck to correctly update quota usage after optimizing
     directories or deleting corrupted inodes.
   * Fix fuse2fs so that directories are created with the correct
     permissions instead of having the other and group write permissions
     masked off.
   * Fix a potential e2fsck divide by zero crash caused by a maliciously
     fuzzed file system.
   * Fix dumpe2fs to report free block ranges correctly for bigalloc file
     file systems.
   * Fix resize2fs where resizing a bigalloc file system can result in the
     free cluster count in the last block group and the total free clusters
     count to be incorrect.
   * Avoid spurious e2scrub failures caused by trying to scrub file
     syustems that do not have the journal enabled, and by aborting scrub
     runs while upgrading the e2fsprogs package
   * Teach tune2fs to detect a file system which is mounted but is not
     mentioned in the mount namespace where tune2fs is run by treating a
     block device which is busy as if it is mounted.
   * If tune2fs can't find the mountpoint for a file system which is
     apparently mounted (perhaps because it's not present in the current
     mount namespace) when attempting to set the label or UUID in the
     superblock, fall back to the old method of modifying block device and
     silence printing any error messages.
   * If both the primary superblock and first block group's backup
     superblock are corrupted, e2fsck will now try additional backup
     superblocks if they are available.
   * Avoid mke2fs from creating an invalid file system with an insufficient
     number of inodes when creating a file system which is very small
     (100k), a block size of 1k, and an inode size of 256 bytes.
   * Fix a potential deadlock caused by e2fsck being run in Direct I/O mode
     with the threading optimization enabled.
   * Update and clarify various man pages.  (Closes: #1038286)
   * Add support for SOURCE_DATE_EPOCH environment variable
   * Improve resize2fs's performance by eliminating extra cache flushes.
   * Improve mke2fs's performance when zeroing a large number of inode
     table blocks (when lazy inode table initialization is not enabled) by
     batching calls to ext2fs_zero_blocks.
   * Use a safe_getenv function for all calls to fetch the environment
     variable in libext2fs.
   * Upgrade fuse2fs to use fuse v3.
   * Build the binaries using FORTIFY_SOURCE=3 for better hardening
   * Add Romainian translation.
   * Update Malay translation.
Checksums-Sha1:
 a810ace6253dee9d6492a2a4e4cdd2a3af2b1256 2863 e2fsprogs_1.47.1~rc1-1.dsc
 93016a0bc0f9591f8c2b9130efe710c40d7bef4d 9932863 
e2fsprogs_1.47.1~rc1.orig.tar.gz
 f37627222f650a4532f5e0c60193afe519532cd8 488 
e2fsprogs_1.47.1~rc1.orig.tar.gz.asc
 3742def691a4c359fc9b9819d92192c955fd7afe 89336 
e2fsprogs_1.47.1~rc1-1.debian.tar.xz
Checksums-Sha256:
 e40922b4a0dac6973a680273e9ec355e5b7c8124474912d2089d0dc50852e3b0 2863 
e2fsprogs_1.47.1~rc1-1.dsc
 e7469a3b9033c1d1f88366860d16ea2584dd89b4dc7c9c7642757ed530786a37 9932863 
e2fsprogs_1.47.1~rc1.orig.tar.gz
 6a8fe3b1edb8dfdcb2dc272a1cd0f5529db9f156872df765a7b5a9266e279a65 488 
e2fsprogs_1.47.1~rc1.orig.tar.gz.asc
 742d1c31a9e5e89a118b9a0f5eacf53f5d3ea14442b8a9e919fd1a324c89f52e 89336 
e2fsprogs_1.47.1~rc1-1.debian.tar.xz
Files:
 f2c84e1976d319782184bd5a4e8d8a22 2863 admin required e2fsprogs_1.47.1~rc1-1.dsc
 7836e5ae789e5e354aae49f4093278c4 9932863 admin required 
e2fsprogs_1.47.1~rc1.orig.tar.gz
 f5d19433f757c9c5ec44bcc677e4f804 488 admin required 
e2fsprogs_1.47.1~rc1.orig.tar.gz.asc
 d26ab9fd7e606821212cbedfb12ac543 89336 admin required 
e2fsprogs_1.47.1~rc1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEK2m5VNv+CHkogTfJ8vlZVpUNgaMFAmYtzwYACgkQ8vlZVpUN
gaNTQQgAoaH8Y1HRTY6uioqKvyrC6DtUIlAszGElG3q03bBgWu+pwORiQB9vR45W
cPiYXF94ExHkwE0FZyAMPbHB0bA3kQUjvXjb8XMwGx0svqC91Z6n4qB6I8qbxa2C
jX88qGz69e25ZrNF6ZBngZxhGuEtUfEwsahF6mO7UgW3MaG10/y9NdoeBYV/5s8q
DhQHpkqPRdp17i5GXg5KDlQDt1djXKDNiQvgkHSJdJ/s+lwEWnGmKe1aTXB+G/9f
tIiVm6NjxvEfA+lvKaQ6wZU46LsRZ7guTIjXHAQacmT2aQf0QyKQU+yJrMGv6ox3
Loposqn+5xLB8orMt5LtSAnJIyNkmA==
=nLAN
-----END PGP SIGNATURE-----

Attachment: pgpSdoVqxTJAZ.pgp
Description: PGP signature


--- End Message ---

Reply via email to