Skip to content

Commit

Permalink
xfsprogs: Update version from 4.19.0 to 5.1.0
Browse files Browse the repository at this point in the history
From the announcements [1][2][3]:

> xfsprogs-4.20.0-rc1 (08 Feb 2018)
>         - mkfs.xfs: null-terminate symlinks created via protofile (Eric Sandeen)
>         - xfs_repair: allow '/' in attribute names (Eric Sandeen)
>         - xfs_repair: skip block reservation when fixing freelist (Darrick Wong)
>         - xfs_repair: rebuild dir when nonroot blocks corrupt (Darrick Wong)
>         - xfs_repair: int nonleaf finobt blocks with proper magic (Brian Foster)
>         - xfs_repair: fix off by one error rebuilding high keys (Darrick Wong)
>         - xfs_io: allow open file permissions to be changed (Dave Chinner)
>         - xfs_io: open pipes in non-blocking mode (Dave Chinner)
>         - xfs_metadump: multiple stale data zeroing fixes (Stefan Ring)
>         - xfs_quota: allow reg files w/o prjinherit flag (Achilles Gaikwad)
>         - xfs_db: properly decode finobt record w/ sparse inodes (Darrick Wong)
>         - xfs_db: fix frag command to work w/ sparse inodes (Eric Sandeen)
>         - xfs_scrub: move all executables to /usr/sbin (Darrick Wong)
>         - xfs_scrub: handle totally empty inode chunks (Darrick Wong)
>         - xfs.5 manpage: Remove barrier related options (Eric Sandeen)
>         - xfs_io.8 manpage: rearrange command listings by section (Darrick Wong)
>         - Remove generated scrub files under make clean (Eric Sandeen)
>         - Skip scrub manpage install if not configured (Eric Sandeen)
>         - Merge libxfs from kernel 4.20
>
> xfsprogs-4.20.0 (22 Feb 2018)
>         - No further changes
>
> xfsprogs-5.0.0-rc1 (26 Apr 2019)
>         - mkfs: validate extent size hint parameters (Darrick Wong)
>         - xfs_repair: bump on-disk nlink when adding lost+found (Darrick Wong)
>         - xfs_repair: reinitialize root directory nlink correctly (Darrick Wong)
>         - xfs_repair: use lenient verifiers for half-fixed inodes (Darrick Wong)
>         - xfs_repair: acct for btree shrinks when fixing freelist (Darrick Wong)
>         - xfs_repair: better cli option parameter checking (Darrick Wong)
>         - xfs_repair: fix deadlock due to failed inode flushes (Dave Chinner)
>         - xfs_info: handle devices, mountpoints, and loop files (Darrick Wong)
>         - xfs_metadump: fix symlink handling (Darrick Wong)
>         - xfs_io: fix label parsing and validation (Darrick Wong)
>         - xfs_io: print attributes_mask in statx (Darrick Wong)
>         - xfs_scrub: fix Make targets which depend on builddefs (Darrick Wong)
>         - xfs_scrub: check label for misleading characters (Darrick Wong)
>         - xfs_scrub: parallelize based on storage not CPUS (Darrick Wong)
>         - xfs_scrub: activate timer only after system is up (Darrick Wong)
>         - libxfs: fix buffer & inode lifetimes (Darrick Wong)
>         - misc: fix strncpy length complaints from gcc (Darrick Wong)
>         - debian build & packaging fixes (Darrick Wong)
>         - Merge libxfs from kernel 5.0
>
> xfsprogs-5.0.0 (03 May 2019)
>         - xfs_db: scan all sparse inodes when using 'frag' (Jorge Guerra)
>         - Fix build with newer statx headers (Eric Sandeen)
>
> xfsprogs-5.1.0-rc1 (11 Jul 2019)
>         - mkfs: enable reflink by default (Darrick Wong)
>         - mkfs: fix stripe unit handling (Allison Collins)
>         - mkfs: remove useless log options in usage() (Yang Xu)
>         - mkfs: validate start and end of aligned logs (Darrick Wong)
>         - xfs_quota: fix built-in help for project setup (Eric Sandeen)
>         - xfs_io: allow passing an open file to copy_range (Amir Goldstein)
>         - xfs_info: limit findmnt to mounted xfs filesystems (Amir Goldstein)
>         - man: break out several ioctl man pages (Darrick Wong)
>         - man: Fix an inconsistency in the mkfs man page (Alvin Zheng)
>         - xfs_scrub: fix background-mode sleep throttling (Darrick Wong)
>         - libxfs: sync up xfs_trans_inode.c with the kernel (Eric Sandeen)
>         - libfrog: fix bitmap return values (Darrick Wong)
>         - libfrog: don't set negative errno in conversion f'ns (Darrick Wong)
>
> xfsprogs-5.1.0 (19 Jul 2019)
>         - No further changes

[1]: https://www.spinics.net/lists/linux-xfs/msg26026.html
[2]: https://www.spinics.net/lists/linux-xfs/msg27231.html
[3]: https://www.spinics.net/lists/linux-xfs/msg29461.html
  • Loading branch information
pmenzel committed Jul 25, 2019
1 parent d9d147d commit 5c955ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xfsprogs.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env beesh

# BEE_VERSION xfsprogs-4.19.0-0
# BEE_VERSION xfsprogs-5.1.0-0

## The source URL(s) array
SRCURL[0]="https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-${PKGVERSION}.tar.xz"
Expand Down

0 comments on commit 5c955ad

Please sign in to comment.