Accepting request 1180888 from filesystems
OBS-URL: https://build.opensuse.org/request/show/1180888 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openafs?expand=0&rev=48
This commit is contained in:
commit
643cb5ea44
@ -1 +0,0 @@
|
||||
User-Visible OpenAFS Changes
|
104
RELNOTES-stable-1_8_x
Normal file
104
RELNOTES-stable-1_8_x
Normal file
@ -0,0 +1,104 @@
|
||||
Preface:
|
||||
========
|
||||
|
||||
This is the Release-Notes of the last official release.
|
||||
However,
|
||||
this version is based on the git branch "openafs-stable-1_8_x"
|
||||
and thus has additional changes beside the ones for 1.8.11.
|
||||
The reason for this is the compatibility with current Linux-Kernels.
|
||||
The ChangeLog gives you all commits applied since then.
|
||||
The versioning-scheme of these packages is: openafs-$LAST_OFFICIAL_RELEASE.git$DATE_OF_NEWEST_COMMIT
|
||||
|
||||
The package-maintainer.
|
||||
|
||||
|
||||
User-Visible OpenAFS Changes
|
||||
|
||||
OpenAFS 1.8.11
|
||||
|
||||
All platforms
|
||||
|
||||
* Check Rx RPC call number in incoming packets before allocating new
|
||||
RPC calls to avoid re-running RPC calls when spurious packets are
|
||||
received (15562)
|
||||
|
||||
* Fix memory leaks (15516 15517)
|
||||
|
||||
* Fix build failure when building with _FORTIFY_SOURCE (15518 15519)
|
||||
|
||||
* Fix build failures when building with the clang compiler (15540 15541
|
||||
15547 15548)
|
||||
|
||||
* Improve error detection in OpenAFS directories for both clients
|
||||
and servers (15544 15545 15546)
|
||||
|
||||
* Add a Makefile target to build Red Hat RPM packages (15514)
|
||||
|
||||
* Add support for custom version numbers in Red Hat RPM packages (15513)
|
||||
|
||||
All server platforms
|
||||
|
||||
* Fix File Server and Protection Server crashes due to recursive thread
|
||||
lock bug (15609)
|
||||
|
||||
* Fix fileserver crashes during startup (15509 15543)
|
||||
|
||||
* The bosserver no longer creates the client configuration directory and
|
||||
"ThisCell" and "CellServDB" symlinks. The "vos", "pts", and "bos"
|
||||
commands now read cell configuration from the server cell configuration
|
||||
directory when the client cell configuration directory is not present.
|
||||
This change allows server packaging to be independent of client packaging
|
||||
and removes the need for client configuration artifacts on hosts running
|
||||
server processes only (15510 15511 15512)
|
||||
|
||||
* Print a warning in the volserver log when an older version of a volume
|
||||
is restored over an existing volume, unless the volume was restored with
|
||||
"-overwrite full" (15531)
|
||||
|
||||
* Print a warning in the bosserver log when the bosserver was not started
|
||||
in restricted mode (15537)
|
||||
|
||||
* Avoid unbounded string copies when looking up volumes by name in
|
||||
the vlserver (15538)
|
||||
|
||||
* Fix off-by-one directory entry name size check in salvager (15598)
|
||||
|
||||
All client platforms
|
||||
|
||||
* Updated the CellServDB to the latest version from grand.central.org
|
||||
(15603)
|
||||
|
||||
All UNIX/Linux client platforms
|
||||
|
||||
* Fix PAG object memory leak which can degrade performance (15506)
|
||||
|
||||
* Improve kernel memory reclamation after accessing a large number of
|
||||
files (15536)
|
||||
|
||||
* Improve cache corruption detection and refetch cache entries
|
||||
when cache entry size mismatches are detected (15532 15533 15535)
|
||||
|
||||
* Fix panic in user-space client (libuafs, Fuse client) (15539)
|
||||
|
||||
Linux clients
|
||||
|
||||
* Add support for Linux 6.7 (15600)
|
||||
|
||||
* Add support for Linux 6.6 (15575 15589 15590)
|
||||
|
||||
* Add support for Linux 6.5 (15520 15521 15522 15523 15558)
|
||||
|
||||
* Fix BUG when directory entry names are longer than 16 characters.
|
||||
Affects Linux 6.5 or higher built with GCC 13 or higher (15599)
|
||||
|
||||
* Invalidate Linux VFS dentry caches in the AFS filesystem when running
|
||||
"fs flush*" commands. This reduces the need to drop Linux VFS caches
|
||||
by writing to the "/proc/sys/vm/drop_caches" file when
|
||||
troubleshooting (15515)
|
||||
|
||||
* Fix build failures (15507 15508 15596 15542 15549)
|
||||
|
||||
macOS
|
||||
|
||||
* Add support for MacOS 14 ("Sonoma") (15602)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db72ffc092f562d3c3d500b0d9f8541df5c3f83a4d80b32a242773cbfda5b040
|
||||
size 3807798
|
@ -1 +0,0 @@
|
||||
fbb93c3e4e580271d7f134ced201576e ../1.8.11pre1/openafs-1.8.11pre1-doc.tar.bz2
|
@ -1 +0,0 @@
|
||||
db72ffc092f562d3c3d500b0d9f8541df5c3f83a4d80b32a242773cbfda5b040 openafs-1.8.11pre1-doc.tar.bz2
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfdb4bcd79e060180ebfd127d0447eceb716be0fbe07712ee7f9ac1904b42c82
|
||||
size 15042093
|
@ -1 +0,0 @@
|
||||
89602a759c60b491863c0e4c8545b2ea ../1.8.11pre1/openafs-1.8.11pre1-src.tar.bz2
|
@ -1 +0,0 @@
|
||||
dfdb4bcd79e060180ebfd127d0447eceb716be0fbe07712ee7f9ac1904b42c82 openafs-1.8.11pre1-src.tar.bz2
|
@ -15,7 +15,6 @@ ExecStartPost=/usr/bin/fs setcrypt $CRYPT
|
||||
ExecStop=/usr/bin/umount /afs
|
||||
ExecStop=/usr/sbin/afsd -shutdown
|
||||
ExecStop=/sbin/rmmod libafs
|
||||
KillMode=none
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target remote-fs.target
|
||||
|
3
openafs-stable-1_8_x-doc.tar.bz2
Normal file
3
openafs-stable-1_8_x-doc.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7a53059a4ce55ffe17b1e3d4f3ff3f0a16aa6e0121bbd3c76a581352dc94987
|
||||
size 3374716
|
1
openafs-stable-1_8_x-doc.tar.bz2.md5
Normal file
1
openafs-stable-1_8_x-doc.tar.bz2.md5
Normal file
@ -0,0 +1 @@
|
||||
d2a566c33aaf8d3ab7c8e4c15558f90e /home/hanke/obs/home:hauky:branches:filesystems/openafs/openafs-stable-1_8_x-doc.tar.bz2
|
1
openafs-stable-1_8_x-doc.tar.bz2.sha256
Normal file
1
openafs-stable-1_8_x-doc.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
f7a53059a4ce55ffe17b1e3d4f3ff3f0a16aa6e0121bbd3c76a581352dc94987 /home/hanke/obs/home:hauky:branches:filesystems/openafs/openafs-stable-1_8_x-doc.tar.bz2
|
3
openafs-stable-1_8_x-src.tar.bz2
Normal file
3
openafs-stable-1_8_x-src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:989dcdce5c9bf3c5de42fc5a9856a500634c48483d652567af9916d082dc9d27
|
||||
size 14547626
|
1
openafs-stable-1_8_x-src.tar.bz2.md5
Normal file
1
openafs-stable-1_8_x-src.tar.bz2.md5
Normal file
@ -0,0 +1 @@
|
||||
a6123d9cb9a85943c8604d76980cdb2c /home/hanke/obs/home:hauky:branches:filesystems/openafs/openafs-stable-1_8_x-src.tar.bz2
|
1
openafs-stable-1_8_x-src.tar.bz2.sha256
Normal file
1
openafs-stable-1_8_x-src.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
989dcdce5c9bf3c5de42fc5a9856a500634c48483d652567af9916d082dc9d27 /home/hanke/obs/home:hauky:branches:filesystems/openafs/openafs-stable-1_8_x-src.tar.bz2
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 14 05:47:03 UTC 2024 - Christof Hanke <christof.hanke@mpcdf.mpg.de>
|
||||
|
||||
- change source-code base to git branch stable-1_8_x
|
||||
* required for keeping up with Linux kernel development.
|
||||
- new versioning scheme: openafs-$LAST_OFFICIAL_RELEASE.git$DATE_OF_NEWEST_COMMIT
|
||||
- add note in RELNOTES about this change
|
||||
- update ChangeLog from git
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 12:45:02 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -57,11 +57,11 @@
|
||||
|
||||
# used for %setup only
|
||||
# leave upstream tar-balls untouched for integrity checks.
|
||||
%define upstream_version 1.8.11pre1
|
||||
%define upstream_version stable-1_8_x
|
||||
|
||||
Name: openafs
|
||||
|
||||
Version: 1.8.11~pre1
|
||||
Version: 1.8.11.g20240530
|
||||
Release: 0
|
||||
Summary: OpenAFS Distributed File System
|
||||
License: IPL-1.0
|
||||
@ -103,7 +103,6 @@ Source58: openafs.cacheinfo
|
||||
Source98: kmp_only.files
|
||||
Source99: openafs.changes
|
||||
|
||||
# PATCH-FIX-UPSTREAM fix build with kernel 6.5
|
||||
# PATCH-HANDLE-BACKPORTS
|
||||
# some kernel-features from 6.5 are apparently in 6.4
|
||||
Patch99: handle_backports.diff
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# startup options for the openAFS client.
|
||||
# startup options for the openAFS FUSE client.
|
||||
# see man afsd for details
|
||||
|
||||
AFSD_ARGS="-fakestat -memcache -blocks 102400 -dynroot -afsdb"
|
||||
|
Loading…
Reference in New Issue
Block a user