libvbr2-2.11.0-bp154.2.31 >  A b|`!M@eee^^ݓ Xzi5e4ڊCqyf͉ƃ(pưط *7nǨfRS)kMA騲2Ѧ+(Kzu RjhLg9s6>qJq5]3UxD4nNWy ɗ v} ՛~gHPp@&`?&Pd   P "3LR\d h l t  @ h S (u8|9:~>#A@#PF#_G#xH#I#X#Y#\#]#^#b#c$d%e%f% l% u% v%(w%x%y%z%&&& &LClibvbr22.11.0bp154.2.31Library for assisting in Vouch By Refence functionsThis package provides the shared library libvbr which assists in Vouch By Refence functions.b|`obs-power8-04SUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clause AND Sendmailhttps://bugs.opensuse.orgSystem/Librarieshttp://www.opendkim.org/linuxppc64leb|`b|`df949136ce9d6494dc3292d468f2aae38bb7cfc9364715a4891c8aac49107828libvbr.so.2.0.0rootrootrootrootopendkim-2.11.0-bp154.2.31.src.rpmlibvbr.so.2()(64bit)libvbr2libvbr2(ppc-64)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3amaah`E_=@__ L[[5@[5@[ @Y.XVwV&@U>$U>$T{T|X@Johannes Segitz Togan Muftuoglu Christian Wittmer Dominique Leuenberger Thorsten Kukuk Thorsten Kukuk 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- Added hardening to systemd service (bsc#1181400). Added patch: * harden_opendkim.service.patch Modified: * opendkim.service- Add cve-2020-12272.patch (CVE-2020-12272) * Confirm that the value of "d=" is properly formed, fixed upstream in commit 14d54524e0a97d3fe9b80441907d7e356c9ded04 - Add unbound-fix.patch * Plug memory leak in Unbound callback https://github.com/trusteddomainproject/OpenDKIM/pull/57- add opendkim to Group unbound to be able to read TrustAnchorFile - add postfix to Group opendkim to be able to read/write to opendkim.sock - add %{_sysconfdir}/%{name}/keys dir - change /var/run to /run wherever used - rework opendkim-2.9.2_default_config.patch and renamed it to opendkim-default_config.patch- Fix usage of %{_libexecdir} when %{_tmpfilesdir} was meant to be used.- opendkim calls openssl, make sure the command is there- Use systemd_ordering instead of systemd_requires for container - Update to opendkim 2.11.0-Beta2 - Add support for ED25519 keys - Add compatibility with openssl-1.1.0 - Feature request #190: Reject signature object requests where the domain name or selector includes non-printable characters. - Feature requrest #187: Add option to match subdomains when generating zone files. - Many bug fixes - Obsoletes opendkim.ticket35+37.patch - Disable erlang, new erlang version seems to miss required files- 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-power8-04 16523184392.11.0-bp154.2.312.11.0-bp154.2.31libvbr.so.2libvbr.so.2.0.0/usr/lib64/-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:Backports:SLE-15-SP4/standard/7414f105c75cdfceb5825cf465e376a1-opendkimcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=061a410a4c5f0428d86dda11b1e2e7f7b6c8390c, strippedPRRRRQY:Mڏhxutf-8cbecc3719c6ad0f3e9681fd8e56f709bd34e74aa993baf6b478a60d81f4231ca?7zXZ !t/ ] cr$x#F'V[@'p dE_KtԒ>fkZ7P<[pqAluo$Q3.4AcsI ZKdp&I#L\FkiQK]uE85D},7浶 HfqE3pV>th4_ǟ_:Qr'uOMg^ : 7ʉ##e@vɚ9ެJǰm}ֵ.Ȉ3KfhS$5g>w%FtJ ^_Uۃc[9iP`NQ ( YHeX^+2|PuoSOl;6K}8I{x ^8*Fy˵n9kv: JE0st<D.U-3( &#. Ek \idzK~[- UF ʥ!_ZyKŁ΂rmhƉ7P(+XɁzra,uc;0uidmA_HM^|,D$]iQj6eLmoCaX~WU-pvDaQ,%zZb6 q|&, xƓig,mf:Vk/S,jԺqY'D t@`(~EE(k=NvR>-ȇm7iL9[L=:ؖG"\C Z{\#6k2tfV7c +ac$PMvyE g\hS:~h~p-IvVH!>RϡVʳtEpd]Li}zi.>3/V,(%# ]>Bze+l /:PJӜRMj@@hQP\W\ [&&+:Kն $j'>4k~0r)EJ[`Br;2IAd)ʏ+^e}DVpkp;~ {C藮0 l)R4m`_ܾ(=IJPͼX^_T ^E0t4!T^Tc;ɦ݀m"zq]²& \ J+Iia</`_lg6#kEйx҆rk^z :oyxw@,Me#8!-S}D'bH5HpBp >-'YqC$*> au=u v)r#П=[6f:Ԉ-0&YtcOgj%!XlSDC{|B \k hh"dh/R양46+ۃ[#á3~{3/m(3Xϴ+?d#BO qN@/ƞ>}?Jէ9wH> ~k{։9Ul@]- Qq6eE0-(vCdf~S"C&ci"mFS!s-h;qLɈd=&x;bY1GMbg} JJ +*U5 BYZpjz sQr haw2$qMJr$r|+)SMWb /88dxB4\n*Wց`)u֍^?: X'o{Xt% Ums&ij:Gn6!i'k%0{OjXͼuҴTUTd3\njcH YY表M#Ycy;i j bf[,˰EL5>SݡZ1ڔ1҆#| ?*|o6^!,E"z32$nZ׉nw"zU%`).=`§+$FYx93w3~zufۑ\m',NwEUX0kxDs_B*^Ԡ_,pmm| ]f V(FbX9oO/EʲM(ljS>>XО+D1QW+BsBt~0pr-d6+iTw,Ȧ Jnr fbΞ0Gi5"+4(S[w&Qǐsq] #MSN B>h3-CHU8`Ec+3495f'Re韤{oU@wP'Ƌ.x=pJ P Ktoݷ2NjC1`5;A#O3hPDx&=(Uڛhr{f)CIe"O$"I3iϸZUĂ?)UFcQ2an-nHR MJZւ@&`j];j{/rC}Iͨ6!8/eg mrB{ꨜH> sR:swr U VXq)a)qc "5(Swt6MyQ[3Dā|+kTS02n;F:ek>gJ2.=J\<_3=C党9W{B7ƎBjh"joX>MU"]ڽvJHBx@#b1HK[(H+Iׄt#^M##{$#F?]`HD#$ -N~WIhEnF)|5(q*3Y*GA] 1Wߩ!Mޮv+I>m -"FvN1WJE'F,3:>=mYL)^};w#{Ļ/4BɪYI"ƃ; qNR`*Ik%8)=Dϐ*=2ٷK2tP1mJ*>mTUVaH`XVJ[ mŋ}*!Բ5ŋ->G J9t[Μ9KiYL[A> iby$'\zHfkBl?O@Zf\xQY] vT*ؕYΘ"ZJ(~Ed~y0 :VkNIӞ{`:&FG@IXL%̷)Ni^a[2'Ջ|hNr&rtsrzӁR.} ]ǚe믎 GTA@;6)opׇޢ9,Ps^O 8 y>as[3ӈSI:sk _ۯ*_8|цi&Px5RiQnH%!F}\sߒ^*%5G`VMlQG`7\9'^.>(p--bስdDA 0 =ɑVi'(<Z0x K Z(lw( y*Iris-ƎbIG.-Щ1A'̚UYo_6%)*)6~Xun~͎!FA׊a]P_(qe&,fW Lw2;@BTk?cR4L (8Gץ]A^D3y-sSSBY0IZS+ARJ&I<#ťב,(CD %"x;wq{!*`V6[ {Us\>N >vN 6 []_ɰJێ@¡1/Bz c =V̡R=4;h#~E 9I-&J* r.` gILMpD; NX9@|c`EP--LFԈ\Wx-(DEm8Ut-+H a077h8-"ʙo*v:&ָ)e]S \Ae=W釔W^Pioxp1|>Z*$͂LjJ`X"S$+̃7Va)@P.Rw lm ǰe1"dTke[1_dSB]/93sj1*ZY^LRj&ϚH6w8e5TJUT~kzg S [j uABLEw_rIMz+pSSYT=v`s3ƆFk -JLmAzj߉זڽv:f)A] t+5MpB SuCM98}4tn |RY|޷V VJo5cv>3?loDS"#gϝ@HE~ly63躶3z/a|- o^+R Q;no MЙ6_/P DNcM**gp 9aI ȗl&%f#/ ~ICBV뽚b D[Aggnx盻Qp4(u@Qb3f1LAr1:d0ؖσ?xdjG"K< .y}VnH,3'}49 %uu] Ib|c܌|Ж- /DvAFE_mHyifb& B8AyaAuL 4cFn[-z UCGXj^}?'+r;z+&=,@B.3 jW60$ YZ