openafs-client-1.8.8-lp154.2.2.1<>,cM츋/=„J~xsm܏\!߷N\R0%u[ܼuM>=f`e4M8cخycUq^2mo9eX8lA"'Ѹ)Zrb/JS:pA1Fl+]҄wd~џW<fBS#(]1+ͳ?7'HF9 =$Z[:ʄcY 5OCe9 R "-OW4 C7]Z>FX?Hd # >dhx| lll Dl l l 58l 5l7pl9l;;l=|=>@*(@p8@xD9AD:JD=f&>f.?f6@f>FfFGf`lHhlIilXj,Yj8\jpl]l l^rbsct^dtetftltuu lvvwlx@ly>zDCopenafs-client1.8.8lp154.2.2.1OpenAFS File System ClientAFS is a cross-platform distributed file system 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. In addition, among its features are authentication, encryption, caching, disconnected operations, replication for higher availability and load balancing, and ACLs. This package contains the OpenAFS client.cMobs-power9-10F2openSUSE Leap 15.4openSUSEIPL-1.0http://bugs.opensuse.orgSystem/Filesystemshttp://www.openafs.org/linuxppc64le if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in openafs-client.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fiif [ ! -d /afs ]; then mkdir /afs fi /sbin/ldconfig PNAME=openafs-client SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in openafs-client.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -f /usr/bin/firewall-cmd && firewall-cmd --reload --quiet || : if [ "x$1" = "x" ]; then my_operation=0 else my_operation=$1 fi if [ $my_operation -gt 1 ]; then echo Not stopping the possibly running client. echo You must restart the client to put the upgrade into effect. else echo For configuring the client, please check /etc/sysconfig/openafs-client echo and/or follow the instructions found on http://www.openafs.org how to install an openafs-client. fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable openafs-client.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop openafs-client.service ) || : fiif [ -d /afs ]; then echo make sure to remove directory /afs if unwanted. fi /sbin/ldconfig test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in openafs-client.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart openafs-client.service ) || : fi fi # # server  8 x `PX(,X 6 Y  x }   \ 1 / = d  q  N . M N t " - y } & b & d  xI   wo2   }4 d d , i , AA큤AA큤AG!U cMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcMcKcMe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855c48066c2a15ef268dd05a91a42c4de90ff4e28b8d2f7a5896c874ef3597407a639cd7ff778c60168233bd71cd3cdcdabc4565df6073ba8006f465794164ba92e54c5836688ca81b3b59ed209468a3ee68a82ef38ae15f48753af1f483a373643dd3663d315f88a8af7c9a8deb2b21983dbae9415364ca876ae7e649c00f43a3662c276d82ab0317bcb96a952e7349f77a7781f9ae2ea78a3c94de80f928e2cde34b1a8e00e49da5c72e6c98491351386847af3bb646c4687b340cf68ec7ec6802e56ebab71c9d6d06d9963e474eb9affa2403c121bfdc249d5e1773b2764c5e00272d8eafd0dd18962840361b4f404a31c2571d94c4a157027f57034b237d65c4c5bc67b38816c5c817f5d23f07959bb76ba1134b4dddc7c09a3cd471c1d26f77e7b30ff08c81f8ab16f7134ed696a9ce0da9c20dc174773bae4bf6d20e72f11595c893fa6d1ce51c47f45bb03ea5d01d04f8cd91998f517b9710b7227c36256d8390c3afb61a60f355c04286176a017d422120abb6379402b9b4c449f305e1e2b341ef284d07e1a072eaa60e7e943d5de3dd60a1b3cee736b588d47220d97faf1fa7c07cc7a10573f7f86640bdde6bfcdc08d39473e1e0a178cce794751aa087221af5cd2ce128a7620fb608d6a22c8291acd0e33089bf8f40d1dc5d0c9ba7cbfa1438589dc51fe3dedbad5cb25f7673ed466b1f62a1e971a478b64e883d795dfb90353510d57b6dd48c2f8ec3551dae5dada49109b89f81574b017645c56c12261b720f9383a99d2dd41d282c70a7cc458db3ade8baafc802610881f44b75428e5fc09e483c0fa37f4e8c32fe6c8fe677f9a0c302d0774ef4443c45c0780474d8895e2468c1e78e90c0b1927c4a199f6f64077d72c10ad834dfeb46a0b6ed87cc4115f542d5504d82a5d3f21f68d3c5d545d3e860606c7abbe3c7fdacaea5da47158d3fedc2b2469900f36abb99d0fcd5b75fabc139ff2279a96df87fdf2f5b1479c3def9c8bc2716b9e397c29111973b71f72407f9c097d8306b8ac331e2e51f171bfa9db3dc403bc33104ef982cea2e8ae1031871a83921e4fd7710ea0fe204b3f478e3744238d5b43cbe22c69cb4d0894c65d6666c789bdb52bd64656733feb8eebe7d2418ec5e90fbcb32520525d8ce0a9bbdb7bd081905c974526de56335a022e4186ea77a8fbeed05d261ca0014d7a5d48b3fe07d26de7f275154156b02bde6a5b8ff3fc3cb41c7920eb2f6eb30e9017518a01bd971b80f4200a382a81dea0ef55750f453821004af3e387c1536e9f16302f3aaf443b9fb34c3e4ce4de5334c1e411605031bea705d7263bae9e15cc0e4d44670797d442e9551ee722a9ff3136c9ae29cb71ea8a7709093741208d7a462848fe82befcd59347b3b8399c4e60e5339478a7f166ef851d6a6f1ef6a55fc4a311a7f363638e6ac93427ba8227a0f21d0a01e730623c582fce123bb2425b3b8082ff4cfa33ea5f1b39aad8ae18a0d9b3f313ec5ac28fcfff64e69516427ac5c8a6e621a5f3576ab18c5c8114731310debd934e36c64d65945212b9d0f3f760cc922f6097eb052f1460b1440058ae4ce0ca0f834003fb013f837e08d97c5b4cdf895c6bbddb8b5213dc863545ae99433b50882276d9226659ec83526d4e72663061d2aba87cfe973d74caec296d570108398949906d75f545e0f09c7606076b87ab66043a4e15be7edbd58a63ec29f8f7f38ea6073e22a42fac6963e751d1259637135a96f8604043936d31f97614792bc3b364a0f769e413ec35193f6ba372744c592547864ac7c036f4f442c04a39d98ddbd5dee653479016226d9608501c0ff11efc3b67d3e0f79ee9c57160cf7693303ff91b216b9aa7692e1fcb79a6cb6b89ac787068247a5c38fc28cee5f2a45c53720518c3783bdda5ca49fe0d333605c80b7deadaaf4473d0ef6f5e9e9fb71729f54a73fdd6028fd8a7fc63f49a27fc6f1cbf9322d74ec269c71d91fefec3ff501a056449843051d2699baa45e61ce0206801fb3ff0a1032cfb9720db5e8be92bdc17f218957ef63f1c2e6cf7405c2495934d72107640ba3d9669af33038b8012e11cc26a6524eb5950f69e99c07bf38dc4a6cbb012facff435e37cabe140c7753a3d42f7512180bcca96bbd8a0e664dbab3b21b71ae73645f58ea93747e9c45cfcb9b7a6fd43be3c6bec38e486217a5491632faf7285c0ad9f821eaf347a85c4ce92e60f34cf177947cfbf4301e2a31b3156136c260f85885f7d67c1b3cfb2d447a01f76db7bba29f90079b754ff09fee5d390c6eb12470ba301f971d1b201f0807fafaefdc793961e4fba5eaa754475bfa1adcbd89ea31e121ed262ec02ec3c714ae2cd677de5c175611448d11a0fb9c204432c605ffc27233365554b8cde4678b00c07a0524fc72f8e55c86af2305cdbe986b3fa4eaec6ae09de88b9ff84bf27f4d94fbb1b94e08502d26681a07ab96cb1ebaccc02f78c30cfec52ef7f31c827aa5af65163685ad0ee6eb8628483bdb839e2349a0487ec3be744664f6cd41f94dd5530bdcde27ae850e69a782248338dc1599efc573b6e6c0eab0cb58744f0873ef9e2d2edf88f4db495557bfea6ceb6715503d8070e1ccd87bbb230d2e015173a231951b574704f149fd9f7e7ce5a65cb52aeb64f6b832436af1c7bedfad1fe0dd00553887fc5b911217d61e92272d0f231166e70539af8a60b68f91fbc9e8e6c816dc41feab1a4e53816ae396aa5707e7ecf2036a0b476b76aaf8ddda22c1932cb16db7fc5ab16a4c1ca998cc005ff5dba7a413fe5a4a957c52d780ec0c0fedb32a47fdb6a5fb31537d5fbb3b043fd7f8862c9296fd6263e26211718a56a735f2611b1b7e1e4d33f1f7799e7d145ede4ad9129884121282136e0e7fd956ce4402b6306f2df67d890080f8815c195f39877e4ebc04787c4e1d3c38856cea3725aa178eecaf2fe2c09806e018e9bd12c5d22ea627c0999b28c9be1fa58b50e9c29d58b34acf6e246708fda5c0a286abaa9687a439249fc47dce023d879124f4ee614ddb61ad6a122a56bece34e83afeae0d2c36df3b5c0bba642ee526098b4b5ef25ce5b976c2e644740ee9d90c903cc648e98e443ab56ca7dc6c9b1714e89b4329edc897a7b2cb8bb447c4833f9652573a5432a4ab614f23b4baf08cb97394a7986f6abe65ff0e5ecc40d694d0c52e0439c5188f8a5cbc5e9ef60c7b71f235da1a2dadd3edaa1569631955024ccc7f2a2c538264c4a18f88c91a974b07c95d6daf568794f665ab804f3d7b5e072aa0d89e2eba809c3a8203a1d2da9a8d57509ff860ae789b94e621a6e29d1d717fe6733155511566ab4cd077cd0ccfa32372f4c1146c8cbddcd34f058b3dec2ff4220fb458be46c9d4ae4c2b5f1d1199b5e903bd146b22c7493ad4bd1e6b6edd5d29329bac6747e72163fb32018dad5a667e7ab66d8bfc645f2b2c845aebba40f9c191b2d3c3168d38431d2d6015acfd4a50be32a5df0a709f8c87c7f11840188ab817a7827af80b25d88399e6a662d2c3e3c8b78ec0487e279dcdee852c370792c62f80b9b1892194ea004d9f2b883739bdb9fa109e4beb1ca46901abf6f80adddcf8e384e429230d01a0f43e832bb8587e273c7ed3472971ae82607010f0153d01da1c7f28579b424072848975b2b483bc838cfb1ead7d9f3b335776a9fff3325422abc0fb755f76afc8ad4f2074e88bfb83375bffd944b55f3e65b384ed24461982d47dfae5b8280bc0f6e84fe9a3a8cdb3a51db7ae7e08d9e9022ecfd76ede13ff4805e7156b990098f34aef42d93f7ee5fd2a047e79414098534a4556f920edead1771d017db15755a5557da531f7c3ff81af3e9af4ce85fb147cb463509c054b4f66c5f650eed524450c0c4204f6ed567c481211f26664bd6e2e1d6bea06b63fd0f404ff1412f23d0953cd4a637cfefff89c436686272c37c7b1df92b22d46476eb715207f901b430e8fa6deab84ace1bc0f677934ee4e3001ee4347491f14c3aace1542f104a4075306ed02951509db9eafa42dc378ea87bf75ee54e04b08c6747b4608aae3f201646134eab450634cfcd1f9bb74bac17ba793fcc8f81cee4159c6d2288f6a26087ea3cb37c23850bcaf62ca49334209cd5a0a6eb64a1678109495e2903946f122feeb1d78f1bf764331a09aee68d3bb353c5a920ee402042cf2fcb7156089a38b3c0cfad16426ec01116d9ee7af9579a5d1cc8d330d0fdb51ec5ac6d6f1671f732ee511293e2522e3641efa31fdac1cae94675362fe95441b6916322830dbd4fea454dc35e0146482a8ebb190c4aedf6b73ccdb76879a717dc4c721eb6a66e76065d8cf4881c94862c76725900c498a499a75f5e092d55d086dc06400301407b3a8c488e13e04ccdc31db491dd9a8aaabf9479910fa28a416bd09ae01260d1cf963836dbdcea6acf15137eb87793ac694e3895a8827f6e3abeaaa5ea2705d090c6servicepagsh.1.gztokens.1.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopenafs-1.8.8-lp154.2.2.1.src.rpmconfig(openafs-client)openafs-clientopenafs-client(ppc-64) @@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(openafs-client)krb5-clientlibafshcrypto.so.2()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libk5crypto.so.3()(64bit)libk5crypto.so.3(k5crypto_3_MIT)(64bit)libkrb5.so.3()(64bit)libkrb5.so.3(krb5_3_MIT)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.17)(64bit)librokenafs.so.2()(64bit)openafsopenafs-kmprpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.8.8-lp154.2.2.11.8.83.0.4-14.6.0-14.0-15.2-14.14.3aaV@a /``@`3`3`3@`@_=__E@_:q@_16^z^@^@^b^^_^]@]@]@]=@\8\\B@\?[[[[[ @[ug@[ug@[3|@ZK@Z؄ZԐ@Za@Z@ZZTZ`@ZZZZR Z)-@YKYKYKXYXX6@Xa@XBX@X,J@X*WW@Wm W1@V@Vs@VP\Christof Hanke Guillaume GARDET Christof Hanke Christof Hanke Christof Hanke Michael Meffie Matthias Gerstner Christof Hanke Christof Hanke Christof Hanke Christof Hanke Christof Hanke Christof Hanke Christof Hanke Christof Hanke Christof Hanke Christof Hanke Christof Hanke Christof Hanke Christof Hanke Christof Hanke Christof Hanke Christof Hanke Christof Hanke Christof Hanke Christof Hanke Jan Engelhardt Christof Hanke christof.hanke@mpcdf.mpg.deGuillaume GARDET Jan Engelhardt christof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.deguillaume.gardet@opensuse.orgchristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dejengelh@inai.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.deaj@suse.comchristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.de- re-add linux-kmp.patch. Required for 5.15- Fix %ifarch for 32-bit arm- update to openafs version 1.8.8 - remove linux-kmp.patch. Not required at the minute.- add patches for kernel 5.12 to linux-kmp.patch- add patches for kernel 5.11 to linux-kmp.patch- fix building of perl module AFS::ukernel- kernel-source.build-modules.sh: choose safe CWD while executing the build to prevent files being created in unsafe locations. Use new SUSE naming convention and rely on /etc/os-release, since /etc/SuSE-release no longer exists.- use stock 1.8.7 from openafs.org * git-version might contain experimental code * add linux-kmp.patch for newer kernels- update to HEAD of git branch openafs-stable-1_8_x * fix critical bug described in https://lists.openafs.org/pipermail/openafs-info/2021-January/043026.html * remove remove-get_ds-usage.patch * remove add_arch_to_linux_kernel_make.patch- cleanup spec-file * do not include firewalld-stuff for SLE_12 * use %ifarch instead of %if %{_arch} * enable retpol line for TW x86_64 again- update to HEAD of git branch openafs-stable-1_8_x- add firewalld-configuration files - enable loading of unsupported kernel-module on SLES15- update to HEAD of git branch openafs-stable-1_8_x * kernel 5.8 not supported by 1.8.6 and no official package-upates out yet.- add patch remove-get_ds-usage.patch to fix building KMP on aarch64- update to official 1.8.6 * remove patch 4c4bdde.diff * remove patch d3c7f75.diff * use source URLs again- remove fix_timeval_i586.patch- disable retpol line for TW x86_64. It does not compile.- update to HEAD of git branch openafs-stable-1_8_x. * 1.8.6pre3 is not out yet. * disable source URLs, none are present - Fix build with GCC-10 * add patch 4c4bdde.diff * add patch d3c7f75.diff - create ld.so.conf-file dynamically- update to 1.8.6pre2 - disable fix_timeval_i586.patch- update to HEAD of git branch openafs-stable-1_8_x. * 1.8.6pre2 is not out yet. * disable source URLs, none are present * remove patch forward-to-1.8.6.pre1.patch - fix build of i586 with fix_timeval_i586.patch- update to pre-release 1.8.6pre1: forward-to-1.8.6.pre1.patch- update to security-release 1.8.5, adresses: * OPENAFS-SA-2019-001: Skip server OUT args on error * OPENAFS-SA-2019-002: Zero all server RPC args * OPENAFS-SA-2019-003: ubik: Avoid unlocked ubik_currentTrans deref- update to official version 1.8.4 - support Linux-kernel 5.3 - Avoid non-dir ENOENT errors in afs_lookup - fix parsing of fileservers with -vlruthresh, etc. - other bugfixes- update to pre-release 1.8.4pre2 * fix builds for Linux-kernels 5.3- 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/bin/sh/bin/sh/bin/sh/bin/shobs-power9-10 1670335980  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijkl1.8.8-lp154.2.2.11.8.8-lp154.2.2.11.8.8-lp154.2.2.1 SuidCellscacheinfoaklogfsklog.krb5pagshpagsh.krbtokenstokens.krbunlogupfirewalldservicesafs3-callback.xmlafs3-rmtsys.xmlopenafs-client.serviceafsdfstracercopenafs-clientsysconfig.openafs-clientaklog.1.gzcopyauth.1.gzfs.1.gzfs_apropos.1.gzfs_bypassthreshold.1.gzfs_checkservers.1.gzfs_checkvolumes.1.gzfs_chgrp.1.gzfs_chown.1.gzfs_cleanacl.1.gzfs_copyacl.1.gzfs_cscpolicy.1.gzfs_discon.1.gzfs_diskfree.1.gzfs_examine.1.gzfs_exportafs.1.gzfs_flush.1.gzfs_flushall.1.gzfs_flushmount.1.gzfs_flushvolume.1.gzfs_getcacheparms.1.gzfs_getcalleraccess.1.gzfs_getcellstatus.1.gzfs_getclientaddrs.1.gzfs_getcrypt.1.gzfs_getfid.1.gzfs_getserverprefs.1.gzfs_getverify.1.gzfs_help.1.gzfs_listacl.1.gzfs_listaliases.1.gzfs_listcells.1.gzfs_listquota.1.gzfs_lsmount.1.gzfs_memdump.1.gzfs_messages.1.gzfs_minidump.1.gzfs_mkmount.1.gzfs_monitor.1.gzfs_newalias.1.gzfs_newcell.1.gzfs_nukenfscreds.1.gzfs_precache.1.gzfs_quota.1.gzfs_rmmount.1.gzfs_rxstatpeer.1.gzfs_rxstatproc.1.gzfs_setacl.1.gzfs_setcachesize.1.gzfs_setcbaddr.1.gzfs_setcell.1.gzfs_setclientaddrs.1.gzfs_setcrypt.1.gzfs_setquota.1.gzfs_setserverprefs.1.gzfs_setverify.1.gzfs_setvol.1.gzfs_storebehind.1.gzfs_sysname.1.gzfs_trace.1.gzfs_uuid.1.gzfs_whereis.1.gzfs_whichcell.1.gzfs_wscell.1.gzklog.krb5.1.gzpagsh.1.gzpagsh.krb.1.gztokens.1.gztokens.krb.1.gzunlog.1.gzup.1.gzafs_cache.5.gzafszcm.cat.5.gzcacheinfo.5.gzafsd.8.gzfstrace.8.gzfstrace_apropos.8.gzfstrace_clear.8.gzfstrace_dump.8.gzfstrace_help.8.gzfstrace_lslog.8.gzfstrace_lsset.8.gzfstrace_setlog.8.gzfstrace_setset.8.gzopenafsCafszcm.catopenafs/etc/openafs//usr/bin//usr/lib//usr/lib/firewalld//usr/lib/firewalld/services//usr/lib/systemd/system//usr/sbin//usr/share/fillup-templates//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share//usr/share/openafs//usr/share/openafs/C//var/cache/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:17768/openSUSE_Leap_15.4_Update/46fb30b226075cf5fb87b0ea273ddfe0-openafs.openSUSE_Leap_15.4_Updatedrpmxz5ppc64le-suse-linux    emptyASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4b206b876c251d41a9816dba18c973ee4bf1534a, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=dffa57ca92281d3e1d7617136fb55e358924fe7b, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=484252d8ce2bda2d8602e671b7885c6c28d4dbc0, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=2bd9a105f60a092cc40ef40329699988b4b379aa, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=d60fa8167371cbddd5d8de4b4d956b17ce996c34, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=8a11e7a7c2b46233755564ab542ffed544fc8b42, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=9325f7df92ea3a168a0df3770f9c833a6a575bb4, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ff1e3efa67f4c070aee0ea03fa1cea6b2944a511, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=436a3e4c73f925dceb3e571387d1938f3430180f, for GNU/Linux 3.10.0, strippeddirectoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=c457c89ab1d39d94c62073abecdbf65827a3ea4f, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=5e727639ffa86affa4cea74eacf65d1a1fec7018, for GNU/Linux 3.10.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) #&+03;  RRR R RR R RRR RRRRRRRRRR RR RRR RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR RRRRRo߳wYʹeR_utf-88d2efe9c02d6b8538ac628bcb988125425da1a7c6854b3eca6f5ce90caa29ed8?7zXZ !t/%y]"k%IN2 9T.qr`y5/6]M'-AHDe @ _\ H*5wI" Lj!zOΖ)}cN3 ?/'u? oK9G:jRTMg?%IJ 1z:"-G\)SO3X @[&hBBmCT]qaX*"]^bȢrA8.T[bFdK/}/SKJ[T@ \$ﱔ(3<=;G$c?vLʛM疙ΟǶ ~lZ4!Ж{ZjrO4*@t_NA!L9J\?walHmka[{:zN.LbJ!ʯI(?}I/Q˝|Ug}?rۃCO u͡ Wp~j#Ϧ <0`;Λ[ϩޯ:A ?оb,R]!pPT$#&G%ڋ/,":wyVmH4HR!dû0 ec ߤ](XCo3Pہܕ)([t2`k0 ug`ކjfBmnlUINWzݑ ?2.qQ"ҥvsN,QU+AQ_*ɇOeagO[O" ww<8L!rc2@"s%>u@)#p܉9{ r QUdUp";^'H^~ irY/, z8+f5k CG{?velWlGXJ!xp@h|B:ÜH$G6tNPE܇c&^FaI.*OL+T&(Y*t˔%UOu U"ɏbDb:›G3wch\6ԡXvQv0vR$Ut Bxh=Nfi6}+"Iھ}rW}y_~EG-` 2Dn3CG_aM8go}VbDt W شS%e b'TԮ\*Y²BvmS=6#8뀗W7ʒp/뤁(ʬBQ1J-=@7>YvŌ3+|R8_̙B6#VQjfu(0WerkpڊGv=;;ԛH.{LuU{^oU { I5z.~B펺Q_/uf_ʜRn@םRfbuo aWGJZ嚓i"d-y}zaIRMSZ+3s"++0JwMA&>%;pvnP<eQc64QmjMhZcl^ahDg?x4>Xv܉PggEh:!ϪlQG7*!x,l{CLJmDr+xtZKoTBn~ifبi0u}aUxT\A[\oPJ 0%,qE3fx(*⊏yY"3$iֿ6dNGBK>21dSp.Ysm{W.dM"XSIvȘ'S&8SLrp4hfHƼw] NۊST`E+zbCn̡7DҞD-wL],9!Z|}c]ᆬ6#Z=}tnHۦH_(4v6L3?78ɦ 򞊚YyXu|,DOFfDGIHcGT@6PA@*Q*Gá ޿y`PɻNxMJrPtU+g f!9†3Grb>]`by&ܴ2|v|G1s!,NނT:) ?:l X̬ ~{Kgq]n(=j;uT;;φ >bp:F߳ 1k~1 Z*1 if$'[K6sB#KL?` z$NՏpd$SVs AzJ:q]4j;T6$jդ3`6*6 U#jvS*t|pbW, fJ}jKEweapբP +Pg.D=DM;7ތhf[e8,FCՙo_2ͩ);d2#D;Xnx/?5n챱^Q[hwNVaQ?.Ԁ2]|qo@`]Ӝw .mGTO^# x3qH% >mOl7QQ UFJ;ȷJ-0Ґ![p6ULѐ^qk8d:ǭgN VƯ.Ybxo^)U'Z&@;s Nf`0w{e:b,4Frλ4T՜p+tklʠKUUro]dt7Ju`ᯊUkbzd_l%>\Be18Lv#>ppD%KX*;l\U2uAAoa" exoLr3=)RQIС#oݺ[۪߂Wn;DX{ƸfE n|e]䧟̾ZMb0Ș*! 9xEXmt\pL ={iHCd2iJ̙~2lʖlo"P,[':\hᤤ^R>R?TA>0͉ JH08"ibck*Q{O);~=(wEvx9;&g-Wz|>WchRTް'fm 0C Y+;n/ɑpb33qYvaX4(﯆-q:W G%(ۉ"i%X-3ʜSMU>fsN>+ wa#*b÷<v<:}o)R݀ԣnM)?AnƯbEVP4exZ1TY2TeC~9#m}\w#3%6)؄BoIV~v۵wJbڟ,aLI L+@WKl{s.؊ud+_! bFy9 [н`"2k0}Mfµ'D|6Hwm .r.fd,f!Ξna;ckc W)eC:&捍`h6E~ #A8bY'O[LʍzS^TY}Wn>АSy &`gGXK, ONCQ1XoQ5ѡ@,iaqr063FCQɸ9s³!\5 |t CGV>jIܯ-Lh/7WY|c?C+(V$