����cpio-2.13-150400.3.6.1���<>,���1��e��mp���9�|����d��3�{����"�( �y�Ky��z1���5i-˪�c�N�j��'�%?x��<����l�K���*� t�b��v��8�_ �6,�P�N�&��p̀�]R2njډU��䁿 ~���A���,l��Ч�ɎY3*Gʱ��z���a���� �1J$w�u|5z�����������3�v��]y;n�ˠx��y�*�b�.�x �39� �@���N2j��vU�JƤ: �$�C������ ��:-�ڜx��\U=ͣmR��DYݜIuq>�������E�?�d��� � � 8�|������������� �� �7�=C�� �      D  �  �  5 b� ���c(�8�9�: �>r?zF�G� H� I� X�Y�\ ]< ^~bc�dBeGfJlLu` v�w� x� y z,�<�@�L�T�\�b��Ccpio2.13150400.3.6.1A Backup and Archiving UtilityGNU cpio is a program to manage archives of files. Cpio copies files into or out of a cpio or tar archive. An archive is a file that contains other files plus information about them, such as their pathname, owner, time stamps, and access permissions. The archive can be another file on the disk, a magnetic tape, or a pipe.e��ms390zl31�SUSE Linux Enterprise 15SUSE LLC GPL-3.0-onlyhttps://www.suse.com/Productivity/Archiving/Backuphttps://www.gnu.org/software/cpio/cpio.htmllinuxs390x ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/cpio.info.gz) if test -x /sbin/install-info ; then /sbin/install-info "${ALL_ARGS[@]}" || : fi ; test -n "$FIRST_ARG" || FIRST_ARG=$1 if test -x /sbin/install-info ; then if [ "$FIRST_ARG" = 0 ]; then /sbin/install-info --quiet --delete --info-dir=/usr/share/info /usr/share/info/cpio.info.gz || : fi ; fi ; ��P�E" �� ����A큤����A큤��e��be��de��k]�}X]�v8e��be��kXjK�e��b192062faf0d824952a092f3db27d00155947d5f2ef57a9add3e13173214d1988e5bc5a6df7dceafef857f251aff7fd9b1e67f1041ba949f3a9b1d8fe861b1908211c1a460a0e63697072cefe2948f2176341dd2528a4c4c7d0bb95f9d68bf3175d582e401654e231a2dab1c706cb7186f567ae96c61b8243a3cc8f837629aa4cfc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7287bce74767fb0799bba4b10dd0b16596cd4f751309f5e4e8521a68e7c4f924b/usr/bin/cpio�rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootcpio-2.13-150400.3.6.1.src.rpm������������������������������������cpiocpio(s390-64) @@@@@@@@@    /bin/sh/bin/shlibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.2.3)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3e��@e�)�az��a�@a�_��@_[f�_7�@^���]��]�m�[�t�[���X��@X���X� @XӸ�V��@V�'@V�'@V��VZ�U��T�6�T|X@danilo.spinella@suse.comdanilo.spinella@suse.comdanilo.spinella@suse.comdanilo.spinella@suse.comdanilo.spinella@suse.comlnussel@suse.dedmueller@suse.comdmueller@suse.comkstreitova@suse.comkstreitova@suse.comlnussel@suse.debwiedemann@suse.commpluskal@suse.comkstreitova@suse.commpluskal@suse.comsvalx@svalx.netkstreitova@suse.commpluskal@suse.comkstreitova@suse.comsvalx@svalx.netkstreitova@suse.comkstreitova@suse.commpluskal@suse.commeissner@suse.comvcizek@suse.com- Fix cpio not working after the fix in bsc#1218571, fixes bsc#1219238 * fix-bsc1219238.patch- Fix CVE-2023-7207, path traversal vulnerability (bsc#1218571) * fix-CVE-2023-7207.patch- Update keyring- Fix regression in last update (bsc#1189465) * fix-CVE-2021-38185_2.patch * fix-CVE-2021-38185_3.patch- Fix CVE-2021-38185 Remote code execution caused by an integer overflow in ds_fgetstr (CVE-2021-38185, bsc#1189206) * fix-CVE-2021-38185.patch- prepare usrmerge (boo#1029961)- add cpio-revert-CVE-2015-1197-fix.patch as recommended by upstream to fix https://lists.gnu.org/archive/html/bug-cpio/2019-11/msg00016.html- update to 2.13: * CVE-2015-1197, CVE-2016-2037, CVE-2019-14866 - remove patches (upstream): cpio-2.12-out_of_bounds_write.patch, cpio-2.12-CVE-2019-14866.patch, cpio-2.12-util.c_no_return_in_nonvoid_fnc.patch, cpio-check_for_symlinks.patch- starting with GCC 10, the default of '-fcommon' option will change to '-fno-common'. Because cpio build fails with 'fno-common', add '-fcommon' option to optflags as a temporary workaround for this problem till it's properly fixed [bsc#1160870]- add cpio-2.12-CVE-2019-14866.patch to fix a security issue where cpio does not properly validate the values written in the header of a TAR file through the to_oct() function [bsc#1155199] [CVE-2019-14866]- Do not recommend lang package. The lang package already has a supplements.- Use gettextize --no-changelog to drop build date to make package build reproducible (boo#1047218)- Use URL to fetch keyring - Do not force building with PIE, it is default now anyways - Use https for URLs - Install license- modify cpio-2.12-out_of_bounds_write.patch to fix a regression causing cpio to crash for tar and ustar archive types [bsc#1028410]- Use macro for configure and make install - Use update-alternatives according to current documentation - Enable testsuite- Enable mt building - Separated cpio-mt subpackge - Change recommend to own mt subpackge - Remove cpio-mt.patch - those features available in original mt-st package - Switch to use alternatives system for mt - Disable rmt building: this binary fully identical to rmt from tar - Change default rmt dir to /usr/bin- cleanup with spec-cleaner- Recommend mt_st as it is not hard dependency- fix typos in the description - add 'Require: mt_st' in order not to surprise users by the missing 'mt' binary- Disable mt building: this binary from mt_st package offers advanced capabilities with the same functionality. - Enable rmt building: 'dump' package no longer include it, besides cpio code base for rmt is more fresh. - Reflect those changes in the package description.- add cpio-2.12-out_of_bounds_write.patch to fix an out of bounds write in a way cpio parses certain cpio files [bsc#963448], [CVE-2016-2037]- update to 2.12 * Improved documentation * Manpages are installed by make install * New options for copy-out mode: --ignore-devno, - -renumber-inodes, --device-independent, --reproducible * update * cpio-use_new_ascii_format.patch * cpio-mt.patch * cpio-eof_tape_handling.patch * cpio-pattern-file-sigsegv.patch * cpio-check_for_symlinks.patch * remove (no longer needed) * cpio-stdio.in.patch * 0001-Fix-memory-overrun-on-reading-improperly-created-lin.patch * add * cpio-2.12-util.c_no_return_in_nonvoid_fnc.patch to add missing return to the nonvoid get_inode_and_dev() function - use spec-cleaner- Add gpg signature - Correct info scriplet dependencies - Cleanup spec file with spec-cleaner- build with PIE- fix an OOB write with cpio -i (bnc#907456) (CVE-2014-9112) * added 0001-Fix-memory-overrun-on-reading-improperly-created-lin.patch/bin/sh/bin/shs390zl31 1706542189 2.13-150400.3.6.12.13-150400.3.6.1cpiocpiocpioChangeLogNEWScpio.info.gzcpioCOPYINGcpio.1.gz/bin//usr/bin//usr/share/doc/packages//usr/share/doc/packages/cpio//usr/share/info//usr/share/licenses//usr/share/licenses/cpio//usr/share/man/man1/-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.suse.de/SUSE:Maintenance:32275/SUSE_SLE-15-SP4_Update/2737cea406e20f432c7d74db5884cc74-cpio.SUSE_SLE-15-SP4_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9656e65e1ee0c13bf874c56cbba330f4bb31ab29, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix) RRRR R RRRR�B���sE�.0Ul�cpio-mtrmt2.13utf-86bdf19bd977a986944c0bec5144cb7d2d41cc8c0758022b83c54816bc17ba208?�����7zXZ �� �!t/��n@]"�k�%fɈ�Kw)��%�G�k�h�M)��QBXX�l���g���9j�WF�]>���Wd_"G��_GT#A�� �G#� �B�z�D�x�Q�l&Ad���7�.�\�l�Yi:���[��z�^|�=B�p�jJ�< ˤ�9�~I�":��Yv�Pn��ATC�{�ͻ�&_�Z�m��,(�>}�u[�>&�� P"_z0�=E7$�������>X/��+zC,QU{9�W���V����-���D`�s����F2����iK{\��b��H��� ��7�W�P�`&V��t��qQ�fo�b�H���,2��Yk��І0 %%qT��7.RWC�E��@{;v�$�#��R��a=������W ̆�Pboi���=�SE�Ko�*��<���6�<υ�Ыv���(�ӹs�6�N�t�JFֳ��?�ҍ��g����y���\:����4�. f=|�k������/Tro�'K�)�N���X}���?Pf�x0�����+��"��n�[����`� [Ū6��/t��EH?�eB��c���N/t���Q��;�$l��=���e��`�Յos����3��"�5,�X,�叽m�Aήu&4�ཌྷ��"���Z0��i�B�q��R�RR�I��!>�wı��&7��L�b���A�<��9��`�e��C6Sz��F?E5�8k�f����I�Ԋ� �n8�H�rs��^v�3���$2��<�s���0���� Ue�n����E��8�W�<���A�?�M�@9�j!.���mW~!h��\�c6���ϭl�[Q�_�o��ɠ%)��PS����S\����"�.�_�@ݹ�Uy�}@�jt����a�޻�I/�^p���@�k����\|���h�̽�V�U�i&��z|��^�+�6�� }��OU�1��a�s���~�5�� \��ɓ� .Tɗ��H}F�\%�@7<��+~�� � T���0 •^7<�=��p�����eR�����*����$����Yl���D��������҆� ɛt&"!�f7�1��ٸJ�K����V��4���e�c�mmt���0^A>1ݼ�D/(����e��c�~��N�B�d��B��� b�1��K 4�T�?۫����i��<� �����vB�s%;�s|�����3Ƌ�T�w�����$��Ӑ�]c�K��m���Ԍ��wb�)�Y��bk�a��!,L է�����H0"���%�/u�MӋ=�U�C��vs�lk�x�"��A�ɔPj�yc6^��d�Q� ����lj��������.��]%�.�;��Tv4������hn���ۛaG��v���*�N�j�PNj��.϶�cS��1% �@��M��DP�I��,�S��QY����<p���  d��B��Wܞu�9�΅�����2�>w(����q ���uoly��8P�O ��K�LQ&P��1?���9q���Y�HMA�;���=�y�T�� L�yع9 p� �[�^#�)$'� ^@!ֱ]H�5���,�q ���4�{r6�<,�ܟ�� u�=ݵۊ�ɸ�J��$�'�����ފ�����@܏s�DF��m�o~)_�D�e�-,���. �NNe�b��F/�k�v�ǯE�آ��w*��_���/ܰu���%�x�0lQO����h��, N�?V�Ԙӝ�y��Z⵪��?1�8�"����h�v����[D��o��Q���R�� ��S؀�y?Y�Ntu@x|sw1���FB��jOd�4m��>Û}���3�&f�:j�O��"���Kʨ{��cҖ�lbXN�hd[E�'l�~,ҷg'͐� ��L+�"X$T^LOD�(�,�"� X���q*N���yPP�\x�4zQ=o�$m��޽��s���Q:�Q4��� @��q`�(�Ԏ������ ��M2�ǂ2�`���]�5LZ"�縛\g[� �����]<2�Xc$���{_!%9�5�il*���В��&�ef7?r�����=�B�TKnN"z�Y�\��<@h�;��q�췙y~���tS����on��֢m礼��rH�(=p1�h����U�?Ƴ��}h�#1; ېDE�3�v�����v�i� �ޑ��1b��e0���ۅ�ZF�^��!��[�� N2���P�#h�hX-��#�q2���2�>3=ɦq8 n~����v�_���+�H������S ��/ �Hgjc)�q�}O��^G����)���m��"� @�p�W��*�a�N��D�;�Ώw$��.�w��̍E%��W ��+5�$p} ��R��l"�+����`��f7X]�������>��Hm�Їi�HNL�ډ���pP��X�O�Ʒ<U �/�P�eÅkP��q{R�3P�n5K��$Q��q��I��� k�D���?�z���i�����͠O���$����Z�:'u��i��?�W�9�@f�/6%��6i�_ɚc���~*��x`�0"�c&��X�"/�0���q���-��x㾂�^��fA�_�6O�Aj''����WEn��,d�x��~2�qˇ`�֘�'�!t��/=��[i� �^��mIX@�?h��>9~Fd�5���k �sg �Z�2�=�|a�p����K���2]eyT���P �:��I����ze�0CK�*4�����?,���]����t&�P����GR�%�W qE���� ش��g��[X7s�j���9vߒug�I� v��/31����ܭ��"�ݤ3�[�K !^�9����D�6?�UA��f�h�L���%G��ޜ��1O�%&�\qm�z⥜���T�T8^v��<��R3^o ��8A��U��y�9�v�I�������W�]��ƱƌT� ��������p�-v��E(YՋ�%���T(���EC�6g���h�uy�.G1Q���]�;j��ܹ���Z���@am����'�v��PtoO��$��V0� �D�7�9�I��WGV\-m���;�n���特IE���e&vl�uB ;2�7m'gCk�V�l��Cc8n�� h �8�N„Us�=<�7��3���Q� b�d�>���lM�w�o ���69���=`��$�{��ڋBi"s����x�)[h������MKl@ӗ��B m/�j�*�Q �4�����9ݸ~�49b��� v�� +d���>�l�H��� YZ