nilfs-utils-devel-2.2.9-bp157.2.3.1<>,)؉jCl}I%z `s#֮H _3S= ˙ 7@m UpWɨB` R$QZԥq3FP <̝8fr:#ιHbYA Swm4X)-Ths*O,oc-hr%;f0Ygmy:d:bpEb CVR]o !_GT-dH@lky$&l4WۥAku;D-T1z T#PU voiwG7|mF%V/y /-= 2E" Dj,J>|oA>v&]h$a, \g=*8x8 q86Gm5;a.rQIK(z&%oʫ㖪Oo,8YD}Y3mGa{&2Ϥy^W>-U+I*EkUg܄&z* ^X?+m}S'q`jlE>;?d & S 17@X d p  N  $Pd(8 9$ : FGHI XY\@]X^bcideflu4vLzbtx~Cnilfs-utils-devel2.2.9bp157.2.3.1Development package for the libnilfs libraryThis package contains the development files for NILFS v2.jCl}obs-power9-12SUSE Linux Enterprise 15openSUSEGPL-2.0-onlyhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++https://nilfs.sourceforge.io/en/linuxppc64le%ubkjCl|jCl|jCl|jCl{jCl{jCl{0dc1fd74cd4e531a4669596445af31136a7bd35c6846bc3ded43b8a0542d14aa866dbcb16ea1d49ad6aa0adae405abfa11af916aa2dcb100e5eb75758791444867947d1f42128fbd39f8cc8f799547ae1cf4fcd24dd57f0d116c2408ac07f918libnilfs.so.0.2.4libnilfscleaner.so.0.1.0libnilfsgc.so.0.2.1rootrootrootrootrootrootrootrootrootrootrootrootnilfs-utils-2.2.9-bp157.2.3.1.src.rpmnilfs-utils-develnilfs-utils-devel(ppc-64)    libnilfs0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.2.93.0.4-14.6.0-14.0-15.2-14.14.3jB^@b@aTU@`}@Uz@UF@P Dirk Müller tiwai@suse.deDirk Müller mpluskal@suse.commpluskal@suse.comtiwai@suse.dejengelh@inai.detiwai@suse.decoolo@suse.com- add CVE-2026-55392.patch (bsc#1268553, CVE-2026-55392)- update to 2.2.9: * {mount,umount}.nilfs2: use libmount by default * fix build warnings in Autoconf 2.70 or later: - configure.ac: use AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER - configure.ac: remove AC_PROG_CC_C99 macro - configure.ac: use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE - configure.ac: use LT_INIT instead of AC_PROG_LIBTOOL - configure.ac: remove obsolete AC_HEADER_STDC marco - configure.ac: remove obsolete AC_HEADER_TIME marco - do not use AC_TYPE_SIGNAL and RETSIGTYPE * fix gcc8 -Wstringop-truncation warnings: - mkfs, nilfs-tune: fix gcc8 warnings for volume name buffers - nilfs-tune: fix gcc8 warnings at user_string() and group_string() * update documents: - README: update git repository url - README: alter URLs referenced in the developer notes - README: remedy a note about dependency on the selinux library- Move some files to /usr for UsrMerge (bsc#1191083) - Use macro for post scripts- update to 2.2.8: * fix some build issues * fix bugs: - mkfs.nilfs2: fix underflow in calculation of minimum number of segments - mkfs.nilfs2: fix wrong suggestion of minimum device size * update maintainer's email address * Fix conflicting data buffer error; this fixes a cleanerd crash issue in some high loads that leads the file system to a disk full. * dumpseg: fix misuse of endian conversion macro for ss_nblocks * libnilfs: fix potential memory access overrun at * nilfs_psegment_is_valid() * libnilfs: fix potential underflow at nilfs_psegment_is_end() * libnilfs: fix potential underflow of p_maxblocks at nilfs_psegment_init() * libnilfs: add missing errno setting at nilfs_sb_write() * libnilfs: add sanity check on segment summary header size * libnilfs: check range of finfo and binfos before reading them * libnilfs: add sanity check for block counts in finfo * libnilfs: get rid of HAVE_MUNMAP * fix the problem that checkpoints and blocks with a future timestamp * fix the problem that cleanerd timeout can be too long when the system time is changed to earlier time: * fix other problems that can happen when the system time is changed to earlier time * fix bugs * improve checkpatch script: * fix coding style issues: * minor-amendments: * cleanups: * lib/nilfs.c: add missing initialization of nilfs->n_opts * lib/cleaner_exec.c: use _exit() to safely terminate child processes * update checkpatch.pl and misspelled words dictionary (spelling.txt) * lib/Makefile.am: do not set -fPIC and -static manually * lib/Makefile.am: use AM_CFLAGS and AM_CPPFLAGS for simplicity * lib/crc32.c: make crc32tab array static const * remove obsolete email addresses * AUTHORS: update header line of author list- Update to 2.2.3 * lscp: accelerate backward checkpoint listing * lib/nilfs.c: fix potential leak at nilfs_open() * get rid of unnecessary null checks before calling free() * get rid of my_free() wrapper function - Changes for 2.2.2 * mount.nilfs2: invoke cleanerd even if no-mtab option is specified; this fixes failure of cleanerd invocation under systemd 216+. * lscp: always show snapshots, even if marked minor. - Changes for 2.2.1 * nilfs-clean: do not override min_reclaimable_blocks if -m option is not used. * nilfs_cleanerd.conf: try to use set_suinfo ioctl by default * nilfs_cleanerd.conf: set min_reclaimable_blocks parameter to 10 percent to more reduce relocation of static data. * libnilfs: set errno when device doesn't contain valid NILFS data * mkfs.nilfs2: fix gcc warning "array subscript is above array bounds" * bin/*: improve error message on failure of nilfs_open() * install nilfs-* executables to /usr/sbin to resolve warnings of adequate (Debian package quality testing tool). * nilfs_cleanerd: link libraries statically to make nilfs_cleanerd self-contained in /sbin directory. * fix typos in messages, manpages, source files, and ChangeLog file. - Changes for 2.2.0 * lscp: show block count by default * lssu: add option to print count of live blocks * lssu: display "p" flag on protected segments * fix build of dist archives * lib/gc.c: refactor reclaim function * lib/gc.c: add optimized version of nilfs_xreclaim_segments * cleanerd: use nilfs_xreclaim_segment() * cleanerd: add a no_timeout flag to enable faster loop * lib/nilfs.c: add support for NILFS_IOCTL_SET_SUINFO ioctl * lib/nilfs.c: add NILFS_OPT_SET_SUINFO * nilfs-clean: add cmdline param min-reclaimable-blocks * move generic macros into util.h * fix coding style issues * bump up version of nilfs-utils written in manpages - Build devel package - Split shared libraries to separate packages- Use url for source - Clenup spec-file with spec-cleaner - Update to 2.1.6: * cleanerd: fix wrong cleaner speed of manual clean mode * add missing initializations of ioctl arguments * cleanerd: adjust the OOM killer * mkfs: check sizes of important structs at build time * cleanerd: rework daemonize() of cleanerd * cleaner_exec.c: get process ID of cleanerd through pipe * mount.nilfs2: ensure that gcpid option is dropped if the value is zero * lib/nilfs.c: remove broken readonly fs check at nilfs_sync() * lib/nilfs.c: add missing comments of API functions * allow to make without libblkid * remove redundant selinux library references * compile legacy {mount,umount}.nilfs2 with libselinux * add --with-libmount build option * add checkpatch script * fix many coding style issues * a minor update in lscp manpage * update README file * update AUTHORS file- Update to version 2.1.4: Major version up, addition of nilfs-cleanup and nilfs-resize programs, etc. See ChangeLog for details - Enable libmount for avoiding the read-only /etc/mtab problem (bnc#773184)- Remove redundant tags/sections from specfile - Parallel build with %_smp_mflags- fix License tag to GPL-2.0 only (bnc#733051)- add libtool as buildrequire to avoid implicit dependencyobs-power9-12 17828035812.2.9-bp157.2.3.12.2.9-bp157.2.3.1nilfs.hnilfs2_fs.hnilfs_cleaner.hlibnilfs.solibnilfscleaner.solibnilfsgc.so/usr/include//usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:19559/openSUSE_Backports_SLE-15-SP7_Update/82745c9e4e5d9739d6907770f712765d-nilfs-utils.openSUSE_Backports_SLE-15-SP7_Updatedrpmxz5ppc64le-suse-linuxC source, ASCII text@e虙˫2vutf-8a18c121c9997bee9d522eb0278f51e62fe9c68fb0a2ad023d39d0523b1e830b1?P7zXZ !t/]"k%ńmI1+`9h#;xkԃڍY 7 4I! >!U|l&H?38C%ܞ_Vvoo*'xn =8-6 t`TG5dvXI(q[$9y<ѶBxUnN-VXlf*u캪 Ig~0k'?*ο̌iYƗXd@Um=Ʉ#.[8= '{JYWN o>W3x.dѸ$*^2gd6i{6I8?`nWX9Ȍ 7V/TEoC>C(ʍ.R|&LGkZ[.{] `˂K|<:PTkU. 8$CotXJ.u UvT509{|_>P%:ȅlyre]LEEڎ_Td Drz\婏(w̧7ƛ6L _9/op>)-Y=ЈF?f 5Z⩇mgq ؄&kuKI^3#.Y=9(bql &k3EX%W."99Co1-}[:k(cVe5@챗(`:+P]݌ &[?.SyqL[rฮ~NSܓ<[Uq0l *W4'=e'ih{\D k""BZT!ZflߟY3 1tUd(T/󌚮XU3G;ȃݖ;p "!z]ZDL$*f v \4n7FkKgmA4Nv7 xC;+7]x*iGWr; śz5twKwѫ5߉ުX4 %膶 YZ