sed-4.4-lp152.5.3.1<>,$ `/=„{6^X-d?o[YwCp{.HI9"2cfOG7.6Rkˆ_Ǎiٰ&yna}ܫY -DXsAӄմ!/VþoI3Lݙ4J%FEJ9;ta3yH+VĶ Cdwg\M,TK$ rV;}ô~" , rm{CSv2!iɁ{(|.[V7w/{07ڼ"b#Ճ )6}0.3>E,?d   D48@DW`i cP         y     Jh  ( 8 9 : >R?ZFbGt H I XY\ ]P ^bFcd|eflu vw xP y zCsed4.4lp152.5.3.1A Stream-Oriented Non-Interactive Text EditorSed takes text input, performs one or more operations on it, and outputs the modified text. Sed is typically used for extracting parts of a file using pattern matching or for substituting multiple occurrences of a string within a file.`goat05DopenSUSE Leap 15.2openSUSEGPL-3.0+http://bugs.opensuse.orgSystem/Basehttps://www.gnu.org/software/sed/linuxx86_64 ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/sed.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/sed.info.gz || : fi ; fi ; M>jZ c.KJA큤A큤```W~UEX*X}X+BX+``T}H>`ef60f53f1e77967a5d9fa4fb13b75055ca53fde4139c475eb1df1dadf46b60a6082ea0557bced7f7e444226c063a6801aaa95618a8a57136c3a3667b8e3bc1d0714ce401997c96bc3914238194df551d1482e65e284b64c4f53a2d7d5892105387a4002f477ef51fcc3e3fcb0f748dada8c738bd48d3b4df79a14c011525e3efebee0a9cc2a771d77967b687c5514ee46022e5ad6dc8be0549d647b120f55958f02501dacba5950eac3f191c7f65d768cdbbdd1953fbfb89232521cb4336b4485d99e4f6ab8dc5276778edcfeebccad43e57853f7a2a2b65e765519d1e3679660622044c057a5a4413717e6ee7ec103a65026e92f2c5f473550d2a3387ef80aa8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903d2345a1f8f61aff185b451be67c81b1175bf7f9dbe0c4e2e408e401f8475e127/usr/bin/sedrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsed-4.4-lp152.5.3.1.src.rpmbase:/bin/sedsedsed(x86-64) @@@@@@@@@@    /bin/sh/bin/shinfoinfolibacl.so.1()(64bit)libacl.so.1(ACL_1.0)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(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.7)(64bit)libselinux.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`dd@ZX@XlU@UXTSQ^P@Stanislav Brabec fvogt@suse.commpluskal@suse.commpluskal@suse.comschwab@linux-m68k.orgsbrabec@suse.commeissner@suse.comtcech@suse.czidonmez@suse.comsbrabec@suse.cz- Build fix for the new glibc-2.31 (bsc#1183797, sed-tests-build-fix.patch).- Use %license (boo#1082318)- Update to version 4.4: * sed could segfault when invoked with specific combination of newlines in the input and regex pattern.- Update to version 4.3: * sed's regular expression matching is now typically 10x faster * sed now uses unlocked-io where available, resulting in faster I/O operations. * lots of bugfixes (for detailed list see NEWS) - Drop patches (all upstreamed): * sed-fix-overlapping-address-ranges.patch * sed-follow-symlinks-hyphen.patch * sed-follow-symlinks-stdin.patch * sed-temp-delete.patch * sed-y-NUL-RHS.patch - Spec file cleanups * run spec-cleaner * use macro for configure * execute tests with produced binary as well * use url for signature as well * use https for download links * use xs compressed tarballl * make building verbose- Build with ACL/SELinux support for in-place editing- Cherry picking of the most important fixes from the upstream sed GIT (not backporting testsuite, as it was completely refactored): * Fix y command in the RHS of a y/LHS/RHS/ transliteration (sed-y-NUL-RHS.patch). * Fix mishandling of overlapping address ranges (sed-fix-overlapping-address-ranges.patch). * Fix fail to remove a temporary file (sed-temp-delete.patch). * Fix behavior of --follow-symlinks when reading from stdin (bnc#933029, gnu#20795, sed-follow-symlinks-stdin.patch). * Make "sed --follow-symlinks -" consistent with "sed -" again, and process stdin instead of ./- (bnc#933029#c6, gnu#20796, sed-follow-symlinks-hyphen.patch).- build with PIE- sed-dont_close_twice.patch (bnc#880817) when closing fails, file is attempted to be closed again patch based of Neil Brown's recommendation- Add Source URL, see https://en.opensuse.org/SourceUrls- Update to version 4.2.2: * don't truncate input for lines of length 2^31 and longer * fix endless loop on incomplete multibyte sequences (bnc#743689) * -u also does unbuffered input * New command `F' to print current input file name * sed -i, s///w, and the `w' and `W' commands also obey the - -binary option * --posix fails for scripts that end in a backslash. * New option -z (--null-data) to separate lines by ASCII NUL. * \x26 (and similar escaped sequences) produces a literal & in the replacement argument of the s/// command. - Split lang package. - Option to verify GPG signature./bin/sh/bin/shgoat05 1620843178 4.4-lp152.5.3.14.4-lp152.5.3.1sedsedsedAUTHORSBUGSNEWSREADMEREADME-releaseTHANKSsed.info.gzsedCOPYINGsed.1.gz/bin//usr/bin//usr/share/doc/packages//usr/share/doc/packages/sed//usr/share/info//usr/share/licenses//usr/share/licenses/sed//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.opensuse.org/openSUSE:Maintenance:16273/openSUSE_Leap_15.2_Update/66b3db6e833851fbb3e55a959b17b867-sed.openSUSE_Leap_15.2_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=77f165d3593e52b75dbe322348a5fb0e278c2c29, for GNU/Linux 3.2.0, strippeddirectoryASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRR R R RR RR R9ejO"osed-langutf-830971f3ff5bb88a02b8071776bb9a9ea68b7529522d3d976b2c2249621f8ce9b?7zXZ !t/']"k%UUVZ~98f 5[fq9x"[?2gc`L,hWYsCU t(c%Jyl ֥y'!)t2Hoq%0]A*Enp>1j)2,SdA/בca+C3IH4#P 1º@d ՑSo W:hgKA 3O,dKgᳯ5d5WsN56-@o+xϱ.A<=vَ7FRi#4U(>$IٸBePąߩ h[>t'_{bi+M%К0]h" (I$!Q WKUR!&b+Vゅ\-_aΝ1Y0F@!킭ZEf O_mUr0DYEDsLt7mb \THk7fmMڰQi5F8Q,0&_$1_#=ƫ`h lf㩆yx.Ҧ..CMߛr@ [f̜9qũtOeU.ʬgm>,7C".V:yT;_e$|)\[+u kCS*N C`AuNmMUPDkR ^٧e1j}H<udt;‘:2{^^hd=LK_@IQٻr2 3/[oŸﶝ;pm&J[PUܰM2J731r63:"6 ^맣.LeCP> l#SM8o`OĥI0uLSwǻBw #dF Y#9fBnjRm"4|9SwpS^>gCH/XF ޴ܬyǏV͟Nr5lF)'':i~HjF+ES#|(ւ^L?Nȶ(qZh[o$Q:5D |-K V]j ɷ`8'=<2m0.kύ}^ÅQi83'$kl vv)hop3#h7bIsŻc=׺V;A=TV]Q 1哶 YZ