openafs

Edit Package openafs

AFS is a cross-platform distributed filesystem product, pioneered at
Carnegie Mellon University and supported and developed as a product by
Transarc Corporation (now IBM Pittsburgh Labs).
It offers a client-server architecture for file sharing, providing location
independence, scalability and transparent migration capabilities for
data. Authentication is based on krb5.

Refresh
Refresh
Source Files
Filename Size Changed
ChangeLog 0000054721 53.4 KB
README.SUSE.openafs 0000003820 3.73 KB
RELNOTES-1.8.3 0000001938 1.89 KB
add_arch_to_linux_kernel_make.patch 0000000831 831 Bytes
dir_layout.patch 0000000904 904 Bytes
kernel-source.build-modules.sh 0000001699 1.66 KB
ld.conf.openafs 0000000019 19 Bytes
logrotate.openafs-server 0000000177 177 Bytes
openafs-1.8.3-doc.tar.bz2 0003845770 3.67 MB
openafs-1.8.3-doc.tar.bz2.md5 0000000060 60 Bytes
openafs-1.8.3-doc.tar.bz2.sha256 0000000092 92 Bytes
openafs-1.8.3-src.tar.bz2 0015082203 14.4 MB
openafs-1.8.3-src.tar.bz2.md5 0000000060 60 Bytes
openafs-1.8.3-src.tar.bz2.sha256 0000000092 92 Bytes
openafs-1.8.x.ncurses6.patch 0000000844 844 Bytes
openafs-client.service 0000000536 536 Bytes
openafs-fuse-client.service 0000000496 496 Bytes
openafs-server.service 0000000278 278 Bytes
openafs.CellAlias 0000000020 20 Bytes
openafs.SuidCells 0000000000 0 Bytes
openafs.ThisCell 0000000012 12 Bytes
openafs.cacheinfo 0000000031 31 Bytes
openafs.changes 0000019424 19 KB
openafs.spec 0000027609 27 KB
preamble 0000000104 104 Bytes
sysconfig.openafs-client 0000000310 310 Bytes
sysconfig.openafs-fuse-client 0000000310 310 Bytes
sysconfig.openafs-server 0000000143 143 Bytes
Revision 12 (latest revision is 48)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 719428 from Christof Hanke's avatar Christof Hanke (hauky) (revision 12)
- disable compilation with LTO, does not work yet. 
- update to 1.8.3
- Require krb5-client for package openafs-client 
- fix broken directory layout
- fix broken post-install script
- allow crypt to be set/unset on startup of client
- clean up source-filenames
- Use source URLs.
- update to pre-release 1.8.3pre1
  * fix builds for Linux-kernels 4.20 and 5.0 
  * other fixes, see RELNOTES-1.8.3pre1
  * remove obsolete Linux-4.20.patch
- Fix build for Lunux-4.20: Linux-4.20.patch
- use proper log-directory: dir_layout.patch
- Fix build for aarch64
- Quote "*.c", and avoid unnecessary pass through xargs.
- update to security-release 1.8.2
  * fix CVE-2018-16947 (OPENAFS-SA-2018-001)
  * fix CVE-2018-16948 (OPENAFS-SA-2018-002)
  * fix CVE-2018-16949 (OPENAFS-SA-2018-003)
- add retpoline support
- update to version 1.8.1.1
- Remove use_timespec64_for_kernel_4.18.patch. It is now integrated. 
- Fix 32Bit build by adding 
  commit 554176bd236d772d670df9bdd2496facd5a4209a as
  use_timespec64_for_kernel_4.18.patch
- Update to 1.8.1 
- Remove backporting patches for AArch64 build:
  * add_support_fo_arm64_linux26.patch
  * dont_require_AFS_SYSCALL.patch
  * add_AFS_STRINGIZE_macro.patch
  * avoid_double_param_in_arm64_kernel.patch
- adjust building of KMP to new kernels (see boo 1098050)
  add patch add_arch_to_linux_kernel_make.patch for this
- add libtirpc-devel to BuildRequires:
- minor cleanups 
- Update to 1.8.0
- Fix AArch64 build by updating spec and backporting patches:
  * add_support_fo_arm64_linux26.patch
  * dont_require_AFS_SYSCALL.patch
  * add_AFS_STRINGIZE_macro.patch
  * avoid_double_param_in_arm64_kernel.patch
- remove package krb5-mit. It contained binaries for server and client.
  Besides, client and server already had an implicit dependency on krb5.
  Put the binaries to client and server-package respectively.
- Remove openafs-1.8.x.heimdal.patch and everything heimdal-related.
  SUSE does not provide a proper heimdal and it's untested for a long
  time.
- fdupes: use symlinks instead of hardlinks. Do not fdupe
  /etc and /var
- fix dependencies between packages, so that fuse-client
  can be installed.
- cleanup old sys-v sysconfig files and other minor fixes
- fix unit file for fuse-client
- build fuse-client unconditionally.
- do not build KMP on unsupported architectures so that overall
  build succeeds. 
- rename binary backup to afs_backup.
  - rename man pages and prefix "backup" in content
- prefix "scout" by "afs_" in man-page     
- remove unnecessary macro indirection %ARCH
- replace hard-coded paths by macros 
- make whitespace more consistent
- minor syntax and typo fixes
- Replace old $RPM_* vars (most of them) by macros.
- Replace unnecessary macro indirections like %bindir by %_bindir.
- cleanup last cleanup: also remove rc.* files
- cleanup package for Factory:
   - rename package to openafs.
   - remove sys-v init stuff.
   - apply recommendations given in Request 581009
- add compat macro for new _fillupdir macro introduced in Nov 2017
- update to 1.8.0pre5 
- update to 1.8.0pre4
- add patch for ncurses detection 
- update to 1.8.0pre3
- add integrity check of tar-balls 
- do not strip binaries on install
- fix %postun server 
- update to 1.8.0pre2
- use a preamble-file for KMP
- sort/cleanup/beautify spec-file 
- spec-file: 
  + use hardlinks for fdupes to provide correct header files in
             kernel-source
  + minor bugfixes, reorganization 
- rename changes file to openafs18.changes
- rename package to openafs18-* so they don't override 
  stable openafs-1.6 ones
- move ld.so to main package -- was in server-packages 
- enable building of KMP
- make openafs-krb5-mit package dependend on openafs-client package
- add ld.so - config to main package 
- remove pam, is not build on x86_64 and i596 
- first version of 1.8
- remove docs package, put man pages in induvidual packets  
- remove layout-patch, deal with this in spec file directly
- add new ChangeLog 
- update to version 1.6.20 
- add missing RemainAfterExit=true to client-systemd unit. 
- update to version 1.6.19 
- Update README: Change SuSE to SUSE.
- update to version 1.6.18.2 
- update to version 1.6.18.1 
- update to version 1.6.18 
- update to version 1.6.17 
- cleanup
- update to version 1.6.16
- remove fix for configure for new ncurses, now dealt with in 
  shipped package
- start using change.log again
- fix configure test for new ncurses 
- update to version 1.4.12.1 
- converted neededforbuild to BuildRequires
- fixed kernel module to compile
- add openafs.SuidCells and openafs.CellServDB
- cleanup SPEC-file(s)
- finally adopt
	sysconfig.transarcmode.openafs-client
	rc.transarcmode.afs-server
	rc.transarcmode.afs-client
  to transarc mode; and fix a small typo in
	rc.defaultmode.afs-client
- set "%defattr(-,root,root)" for transarcmode-file-lists
- fix lib64 build problem in transarcmode
- introduce transarc-mode and default-mode
- introduce "options"
- build for SLES 9
- with heimdal krb5 support
- enable-largefile-fileserver
- updated to 1.4.0
- fixed dangerous compiler warnings
- don't build as root 
- fixed kernel module to build
- fixed sysconfig file name
- updated to 1.3.85
- used LSB conforming init script names
- Update for linux 2.6.13.
- gcc4 fixes in kernel module
- fixed to compile with gcc4
- fixed memory leaks and 64bit fixes backported from 1.3.79
- updated README.SUSE
- updated to 1.3.78 
- fixed afs.h to be usable from userspace [#50283]
- updated to latest snapshot
- added requres: kernel-nongpl [#45167]
- fixed kernel module oops [#44618]
- use kernel module from openafs 1.3.70 to support kernel 2.6
- updated to 1.2.11
- added note that client for kernel 2.6 is not available
- added pam-devel to neededforbuild 
- Added hack if no MTU came from userspace.
- Removed superflous ppc64 patch part.
- ppc64 port added (status: no longer crashes, talks to the network,
  but not successfully).
- Change headerfiles to make it possible to do a ppc -> ppc64 crosscompile. 
- build with -fPIC on ppc32
- patch from cvs to use AllocLargeSpace for struct osi_file to prevent
  oopses with some kernel configurations
- added option DYNROOT to sysconfig and enabled it by default [#27205]
- added cleanup before module build [#29649]
- fixed possible segfault
- set permissions of /var/lib/openafs to 700
- README.SuSE fixes
- use ghost for /afs, the directory is created by init-script
- fixed README.SuSE
- moved all static libraries to /usr/lib/afs, fixes conflict with libdes
- used default value for THIS_CELL_SERVER_NAME
- removed old patches
- fixed a bug in init script
- updated to final 1.2.10
- updated to 1.2.10-rc4
- do not destroy CellServDB even if REGENERATE_CELL_INFO=yes
- fixed to compile on x86_64
-  use %_lib where it was missing
- fixed conflicts in filelist
- improved init scripts
- added README.SuSE
- fixed init scripts [#27426]
- installed man pages
- add /usr/src/kernel-modules to the file list
- Fix SMP configuration detection.
- rework filelists:
  - package/remove unpackaged files
  - move some files into the server & client subpackages
  - use %defattr
- fix deprecated tail -1 syntax (fixes building the kernel module)
- updated to 1.2.9
- added DATA_ENCRYPTION option to sysconfig
- x86_64: add -lresolv, -fPIC
- fix lib path on all 64 bit platforms
- added sysconfig metadata
- added dirs /afs, /etc/openafs, /var/lib/openafs to filelist
- workaround broken -lresolv detection, lib64 fixes
- fixed multiline strings in kernel module
- updated to 1.2.8
- improved init script
- included errno.h
- fixed multiline strings
- first version of init scripts
- initial draft of a package. Lots of stuff missing, like init
  scripts, or the kerberos 5 migration toolkit. 
Comments 0
openSUSE Build Service is sponsored by