autobuild-2.10.3-bp153.1.21 >  A `L-e!M@eeeWM|8.,! ޴V9Z9[zEbUʋ+ƃbe9MXČ> !Uu.sia@ PE7(7бrii m8^ A9 !£胗 ²UY9PՆi01|-kb=;mm i^Bц BHe8ŠD/YZ y9MsND1j5ԝg}^u߇3Ddz&34d00bcc1218608bceef75c79e857979d9357f6b33a3fca8cd6fa6243394d14f9df1d996a52165bb562cbb5517d3ffb910ab0bbeG\`L-e!M@eeemEbUl=ZgDKW6gC1_u@{C5}"y"C[ ð?홴%`I ǼB|T˜?6̨_#dL^5=˩1hxD{ qk.=MwDؤ56r=\i#I!%$Tm9*u q.XK%CD'>}՗ʮ4&!'ΒQKmp=|Z>p>"?"d   @  (AGPh t    4P |  (8 9 : FG,HDI\XdYl\]^bc (d e f l u v w"x" y"8z"T"d"h"n"Cautobuild2.10.3bp153.1.21Multiple configuration build toolConfigures, builds and tests a source code package whose configuration is provided by GNU's autoconf mechanism.`L-Mbuild83VSUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Tools/Buildinghttp://www.opendkim.org/linuxx86_64G yA큤A큤`L-J`L-K`L-J`L-MR1l`L-J405c2f9084253f147353880554b076074961c32ed3a9b0afc7fd14f791967071115ed908f6392f52354d723b2850b73cc3303536c5e192b3f046224f0ca04774fe8cfca2e2e144cd9f202712d93799300e2488232ac4c2428bc03d2902ba58d300d949e2e4ca0b87db60998d118ca47c69e2499d17c83a233474fcb9756171f1rootrootrootrootrootrootrootrootrootrootrootrootopendkim-2.10.3-bp153.1.21.src.rpmautobuildautobuild(x86-64)@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libjansson.so.4()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.29)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.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 packagebuild83 16156050692.10.3-bp153.1.212.10.3-bp153.1.21autobuildautobuildautobuild.conf.sampleautobuildLICENSEautobuild.8.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/autobuild//usr/share/licenses//usr/share/licenses/autobuild//usr/share/man/man8/-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-opendkimcpioxz5x86_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]=6b2fc72528f01907bb877ad36758979c61938b00, for GNU/Linux 3.2.0, not strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRR/p )utf-83f99fd627d6bdb06a409d5a95c343c4902c62f4028b241861348859a7800642c? 7zXZ !t/Z N] crv9w{tA@;qFTM20 A1 7zFt[1ml9Д,4|W/"]LRV"Z%@;;׺ͷ{/:r^>BagpA䮦Z`՗#s ~s̈́{Ee"F<)/ [ qu.C#ä:]%Z*"s1" "ep% 3K_\5IV6x2&MqM^d;iav܆U9:!՗_lM-q%ЙI`eӋ+B2YyTv}PEߩ+Ƭ񸋥*L:1.I8o |gMW`@ G'd?pPjlM*s&0cm}F^P1e{~gр>/c]  fg*rj]Ub]1lEGyߓyZy/e4<:䏷^RkE"zP>H.V=o:Xvqw,>52-sJ}T'27v{SBÍ.\<'Yq3A=s\ 󖆜H Djl *"Y[4ٵ&%C~\u󭛣My8&ώ| ,Rw y7w,].r"Ch,}o`V)k4F銼G|7!%Szb|Zː&/ \#Xհ$9"{I&_"I=YE`xQIHP!lC55U캾1pe#N”1V֧+-@ SB=L<pNʣV&Ӎ/O+6nhr+&xt?8佰ڸłt{0 )\OCL:Uj/#;Aح>Y[Xj6>hwgM%mOBz5KӰq5D_^!OEׇv粓X- ($3'_6:no@vDn_F^v=e6DQI~k`઒6Y] TԔi@#d'uڢA 9ib5[R_w-Vq]ǝxH@|ۄ&{髐DO~j d={Ҳ,_G 5 q O[_j5[+~8=$^'ƍOXHo۹B_$Ŧd<-NR\x5O([/>5&qn]3Uǭ)BM~D16qBuI1ҫ Dчw)|nܤD eI}BF4m;g5mzwP5#T@_{{lL^4V@ĩ QE֠7b/{r&QD`jufѧ )6(٘Ӵ([/I ldYn-*׽5<.#)38 H+*-Qh͚CwK `TKtd)ٙbF cԤi+:yKڕ(U:@p KU^V7C%_i+pD OmeCK;`&ҥڃ D 7]Ҷ2 |q&#c{z ӼYJ~'J",Y/yAQ6a 9Rk#HŭB]걚GAC '{_bDX!|dejP$1g+װ9ķǝejT _̲u56n=D&3P^):%ɼ/Y*Vn3'D  Ifb+ݕ!;G ߠ쬔&YtDϗzL:--_Ѣ03q]gR)ֶO~ER2mez#,*+=ez~<10QE@opxbPrƧ~A Hֿ95x.X:"~k}t ]vҼpGup}IҼOjo5~3 jKHCCF 3I\ZJo©eVRAcWb!2WM ^9SŤ7vL^VTJZ;Aב~vIxx#ЎM̏g3 ^,NVmnN uLwM&@.w {2+A.a`fVi'yBHk (4H/@IǮR`w-qk'5F7F) j&QWWnU!\T{EB$!A Rk \3q`c 4yH}w3`NJYb{m'sL>^3š~Qp9;&}Wq Ȉs㫍f", évXF4T0]+40{KX˱KSɩy{ē!0a)&l2O }I7v/ 9]({~!X<pqEۀ4Я_qFuu뺮2l$FҧFi%Dn"VI\ku [Nr?]ʪ㵴f[.ѵR*0ZjdBAEZ7YK{S~0`퇨$E8VFK>qqТu/Mݕq|4)tLC ۲Tbwm\Q'n]pпr(ý]D(`1`9Jb$vש2=A/65pq?^# TG6%U~G=(#U-ړ=4 1ļ}W0!?R] l[zQnޚ.aX0/!Bnڋ7%1?鏽Wf ~mYԉz/G"@'%,5ɨݍF9ӑ󭎞U/t!No 29סP>̽^7<ZH䫫Gv=]Z`FWXƝsζ1%lhQl} P{ 0H:K/s̕qK qoTa+Rr x>}⨯udb=(]MkmBgc4$Gj4W ϔLrg5|$D1V9߀I+7`ڄ*H=^<b.Ksאb ϰ04reMЭ@k$ ჲTrL;;C亸ϩjbDZu)'x~5vŏU t@DH nCD: (A`#؏U.3}V3zry`Y~KEsaB7J8S!H  ! 5Uߵiaaq\R\{붷\E YMA k1 ܭlFU;~U={hWHw`MyDs|֩+֯ {6F_~slO`+m)"bߞ J5hZj&{!m3WaGmjkCڝd|Xl a$>S*#3 .O7NBXⲀV tZ~LVƱY7 KsǦ &tf>/DZ M;깢3r*v R وCrx9s[W*DGVqmQ iHbE7~X89ɾ N8.&fkŸ >>ߺRGVhYEH?T(<e7:˚6KY<ɩ~OAn H #*ב"#,vWh >?EX/卒gKn1vf2mS:DO)6:R'M>]KzY'ZY*<:3Atv]b0 +T2kqV !vLoНLF)",j*!;̙HZJ!}6/kDas%6|N\_?FjmJ_ZEHjcY 6\广D(ܻ>bFz: $gc)81O6y KLHT$! ଒l{Xvm/c'I°clm}po/ R~MRdBwobY 7*B,SsJܧT_'7G̾Q{+Q9[ mn)54bnx[0u?\5!ҮD=ws8WmW!u^Qւ&:ǵ !hEQI;ԀEcPe:,U%rnO)vλ^ }vAƀ*aU&y $FtխFeh:ytbMp5Ԟ+K$W?}-1Ss+v۲aRz2iiaՠ`BYaPm;bXm˧4.t]pqo}ms G"]QM<1rE=/ԐSR>j0iNBW 8.Y$y0,k=.%|2^#S8he״*x:z%=+J/-߸QRIh@iݫ~=տ!>9lНtkG5{Ox \ґezrkSXx[izdZ*^ߑMu /F8JPwya2eK`\!%ɱ.-J%mKlסw:Z$cmQ&"fR7vN Z2q(LGE!(eܭjWX^Zbax17B"S}`hhJllceZC=7)oU^XzpsdN]&#bl$y_k}kC}qs$$̤qU"r -isGdDV;<2DIm5+MBA.$R֡œ&չkjw .,>Kǔu۵O- DCZQ2rȺGcƋby_ݻP &:7\&0jt!-Dp5x\5q8]QB'"3{wTnni_ t~mzXPzw? Zo`_Xv'T=^![4AsⲚ$A V YZ