libut1-2.10.3-bp153.1.21 >  A `M=!M@eee2)5!BKDENOl +=Y);jψNv&Q,_dd[qYV5 `łhG} UbJɽ_Tҍi]it`XLv v.珐YVqҙe&-j?o;Al.Jp@!?!d   T ):SYdt |    ,<Pd   (8 9$ : >J@YFhGHIXY\]^?bzc defluvw xx y z    !Clibut12.10.3bp153.1.21Library for assisting in URI construction from templatesThis package provides the shared library libut from opendkim which assists in URI construction from templates.`M=obs-power9-06CSUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/Librarieshttp://www.opendkim.org/linuxppc64le(A`M=`M=`M=`M=3dcde21c7cf667f5c62eff23fac037929dbc037b8f32fcf76051424f67046a14235e4387357e8380d052f9c367f3470e7df62f3c9a4771a1b16f95cf4f630fa0libut.so.1.0.0rootrootrootrootrootrootrootrootopendkim-2.10.3-bp153.1.21.src.rpmconfig(libut1)libut.so.1()(64bit)libut1libut1(ppc-64)@@    /sbin/ldconfig/sbin/ldconfigconfig(libut1)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.10.3-bp153.1.213.0.4-14.6.0-14.0-15.2-14.14.1[[5@[5@[ @Y.XVwV&@U>$U>$T{T|X@mrueckert@suse.demrueckert@suse.dekbabioch@suse.comopensuse@dstoecker.dejengelh@inai.derpm@fthiessen.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.de- https://src.fedoraproject.org/rpms/opendkim/raw/master/f/opendkim.ticket35+37.patch allow building on newer distros (openssl 1.1 support)- fix the previous change: source files got added but the renumbering was not applied to the reference to the source files -> signature file was installed as services file- Applied spec-cleaner to spec file - Removed conditionals around %license macro - Used OpenPGP signature provided upstream - Added opendkim.keyring containing the key used to sign official releases.- enable DNSSEC support (requires unbound library) ATTENTION: The file /var/lib/unbound/root.key must be readable by user opendkim, which is not the fact for older unbound packages- Remove some idempotent %if blocks.- Implemented shared-library-packaging-policy * Splitted shared libraries - Some spec file cleanup - Splitted autobuild and miltertest programs into own subpackages- require main package from devel package - fix conditional for sql support. it was mixed with sql and opendkim_sql - make RRD support optional pulls a lot of things. - use correct license for the sendmail part- update to 2.10.3 - LIBOPENDKIM: Make strict header checking non-destructive. The last change to this code resulted in failing signatures. Reported by Pedro Morales and Wez Furlong. - changes from 2.10.2 - Fix bug #221: Report a DKIM result of "policy" if MinimumKeyBits or UnprotectedKey cause the signature to result in a "pass" override. Reported by Kurt Roeckx. - Fix bug #227: Revert removal of SenderHeaders configuration setting. Document that it is now limited to signature selection. - LIBOPENDKIM: Fix bug #226: Deal with header fields that are wrapped before there's any content. Reported by Alessandro Vesely. - CONTRIB: Update to contrib/systemd/opendkim.service.in from Steve Jenkins. - refreshed opendkim-2.9.2_default_config.patch to apply cleanly again- cleanup build requires- update to 2.10.1 Make DB_SIGNINGTABLE symbol available in Lua scripts. Problem noted by Klaus Heinrich. Fix bug #214: Handle arbitrarily large From: fields. Reported by Tomohiko Sasaki. LIBOPENDKIM: Fix bug #213: Remove "dkim_default_senderhdrs" from dkim.h. Problem noted by Daniel J. Luke. LIBOPENDKIM: Fix bug #219: Unresolved CNAMEs are not failures, according to the DNS (see RFC6604), so report them as NXDOMAIN or similar. Reported by Alessandro Vesely. - changes from 2.10.0 Feature request #182: Remove "AddAllSignatureResults". All signature results will now be added via Authentication-Results header fields. Requested by Tomki Camp. Feature request #180: Rename "LDAPSoftStart" to "SoftStart" and apply it to SQL connections as well. Requested by Daniel Kauffman. Feature request #179: Add "IgnoreMalformedMail" option. Fix bug #183: Discontinue support for ADSP. This removes the following configuration file items: AddAllSignatureResults LocalADSP ADSPAction NoDiscardableMailTo ADSPNoSuchDomain On-PolicyError BogusPolicy SendADSPReports DisableADSP SenderHeaders LDAPSoftStart UnprotectedPolicy Make "rrvs" and "smime" recognized Authentication-Results methods. LIBOPENDKIM: Feature request #157: Add dkim_mail_parse_multi(). Suggested by Alessandro Vesely. LIBOPENDKIM: Feature request #185: Add dkim_set_dnssec(). Patch from Alec Peterson. LIBOPENDKIM: Fix bug #183: Discontinue support for ADSP. This means all of the following: - the dkim_policy_t type has been removed - the DKIM_POLICY_* constants have been removed - the DKIM_PRESULT_* constants have been removed - passing DKIM_OPTS_SENDERHDRS to dkim_options() now results in an error - the DKIM_PSTATE structure has been removed - all of the following functions have been removed: dkim_policy(), dkim_policy_dnssec(), dkim_policy_getqueries(), dkim_policy_getreportinfo(), dkim_policy_state_free(), dkim_policy_state_new(), dkim_policy_syntax(), dkim_getpolicystr(), dkim_getpresult(), dkim_getpresultstr(), dkim_set_policy_lookup(), dkim_test_adsp() LIBOPENDKIM: DKIM_LIBFLAGS_STRICTHDRS now also confirms syntactical validity of the From field before proceeding with a signing or verifying operation. Suggested by Wez Furlong. CONTRIB: Fix bug #207: Clean up the "stats" directory. CONTRIB: Add "repute" directory which could eventually replace the PHP implementation. Submitted by Daniel Black. CONTRIB: Patches to systemd and init/redhat from Steve Jenkins. - changes from 2.9.3 Fix bug #177: Plug leaking "result" structures when OpenLDAP is in use. Truncate configuration file lines at carriage return. Replace overlapping strlcpy() with memmove() in dkim_get_key_file(). Reported by Daniel J. Luke. Patch #32: Re-arrange the execution logic to drop privileges in proper order. LIBOPENDKIM: dkim_header() is now a lot more strict about the input it will accept (see RFC5322 Section 2.2). LIBOPENDKIM: Tighten relaxed modes to break on only DKIM-defined whitespace characters. Problem noted by Elizabeth Zwicky. LIBOPENDKIM: Fix bug #208: If a signature fails to verify for either reason (header hash mismatched or body hash mismatched), set DKIM_SIGERROR_BADSIG so that Authentication-Results doesn't report a failure with "no signature error". TOOLS: Feature request #178: Add "-F" flag to opendkim-genzone so records are created with the FQDN. Patch from Andreas Schulze. REPUTATION: Handle parameters safely in repute.php. Reported by Daniel Black. - refreshed patches to apply cleanly again: opendkim-2.9.2_compiler_warnings.patch opendkim-2.9.2_default_config.patch - use the correct signal for reloading the config - make sure that all the buildrequires we added are actually used by adding the needed --with-* options- more work on integration with the distribution - added init system support (systemd,sysvinit) - adapt the default config to change some defaults new patch: opendkim-2.9.2_default_config.patch - a few more buildrequires: libevent-devel, tre-devel, unbound-devel, erlang- initial package/sbin/ldconfig/sbin/ldconfigobs-power9-06 16156747642.10.3-bp153.1.212.10.3-bp153.1.212.10.3-bp153.1.21opendkim-2.10.3.confopendkim-2.10.3libut.so.1libut.so.1.0.0/etc/ld.so.conf.d//usr/lib64//usr/lib64/opendkim-2.10.3/-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:Backports:SLE-15-SP3/standard/e136b474d5502d1c67ef823179b0c399-opendkimcpioxz5ppc64le-suse-linuxASCII textdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=e5f4f6e1f1c4aa15ea60fd15f59085dc08b0c2da, not strippedPRRtwP%6utf-8ca775917518a6a1945e6d1bcd2cbacc5a139d4f55ebbc39966d52c22e219739e?7zXZ !t/'e] crv(vX0ǔ$!kW7|vTq^ga0ѐT03y uf1W ?H>:%R>.5*AMI bs!sڦ>Cq}RHno u7kAk}7pUo@(Ҙ +oUyV&dt9-pF]cI;I**?fëV&.1:ٰ!`V1լZ^И.i(( h#e8ѺCLbƽ*F ;k6"o;:AU,#$e G>?u6Ҳ;̯֍CYfx,uQ<)á8gr$B\9!x9"B9PKF7^#<,o5M?©Ss^}6ރZJ>#ꋖ7kըV J:d.z!1ShY`IyqU,O GHG..!3Êf%x~Ȭv ~ߠ}u,?B@<|\tDOԟ i" JDz2W X3&ߨ휾T;^sRJ/.o3]$^W7d9Q[* z}\3pѷPEo%bz^otw吆.j $KB`@UA1+8U_|ܣؙM0}KR',-"2W5ۛz2*&  k]TieG6;ľ-Ңn"|oɅKF؇#0ƑxW8VS1~2~, B+C"pt 0P YT dEs7v\3nz1id O~n jUi1t!h佈 ɯ=r£Exe\ieaE"\NH#EGʇYpC bV ?ITV@@Wf8}ރ(C_v Y68Y=sy8~$>`.oL؊Jݧ"g w%-FYGQEfX&FgDj2z B Sp LOx07M—I;> z/co%@ǿF_qn-E! r QGgkbbQ{a%%c&(`P$ RHn2  ~wRapTPGc#ph BХ,jB&c(던+%/nn )@gVCr࿲9](κ6bo<UB)RҶ7b[LP T(ȝUNj~afx (=:E1MU$4Z}_Oi'Olg}5ڗ8s+=*z$('=.!񴸛*I7 2Pa'+d?(c(m( mbP/Q~jDj2m .fW-N]"{M)^ڭ 7Ćcn'٭}y-fo&37d>_8X}e>2WEe\Br&/31C|UՙIQ|oSQ]I:U{7AD4 oA4",:!e D3%,\ ѷpT0p0gpnKϧ8;"(ȔR.aZ*[|gpTEC%qiRt Փ k=S&%Q,n#$] HÜZf[e%MNUr~c2o2*uA D]X](Xvb2܁o2rGU}!W|tdm݅`R#t'm7i}aA<H=nm %ͥ8  {{?cQDk*ć·5Z~js D;id5~B*^`_ZOShX]̨*D\K4dJ'd~Aߴ$p bF50^9Vom`>N $"u?|Սy:8_a B-6]tacApRqyB!>UNL !Ry|;f[<{Ƥe#)F38$+?sǺ\9HySGTE"h,!>*aĬ s-qqJmMU^YM1i|  ".ޠ ]Rd;=:f-?]TUҖ܂:(_,]u?!vS.,3yOnAKUἼVX uDRjqAdvR*IP?|4ux(]Q$~9T[ A\|@,ZE¡~ S"}1x4vծ~-$C 8E~ Q7!ܒĪQ0C J5w%sTf]L8,#Qޮq3!tG d|W2H/6@O rZhnXVq@6(ܡjq΀HR];2j_>W|Zq:+B C9e捲}=1v,I-\ ȎCL3LЅulU8V1e!5:8=?5\CငQzJry"aT;!YM Fcv75yʔhIc~Nb}U +Wrܴܩ_Z*sŚޫ9(&l(% 6҈]B$ApQpCU C*`z*2qȽ '\:g8dˇ~(XeQ\SlZQMl~@H#&fs(^bhGL,E=xIA8Ó-Mt5JeH왜R3= .HĊ e@U=N_ K¢0%lKDN>)7k; Ǫn0s$F?}uh! X ]l)W}9=O馺Jw6O^bڃo\z_`ŕ8Y˸28hfXA#5/"`JHAp )~,+'DJRb {YB6װzϓnR‡np'I9kx;b5kw1(Z YZ