autobuild-2.10.3-lp152.2.11 >  A ^m۸/=„l3t"]w9F"!RUS)C~ 9YYeȧ F=S!rѺtK1S2]o+?m=U{φ!f귻G ϪKL誹t!88]z֠vSa8/]){tFTnq#пUj `EJM-QΟ(eTG|]u)PvvM-JIх$>}I g RXF4ٗ& YY9e"UnL>p>"?"d   @ 7=D\ h t   (D p  (8 9 : F GH4ILXTY\\]^brc d ze f l u v w!x!y"z"$"4"8">"Cautobuild2.10.3lp152.2.11Multiple configuration build toolConfigures, builds and tests a source code package whose configuration is provided by GNU's autoconf mechanism.^mlamb05HopenSUSE Leap 15.2openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Tools/Buildinghttp://www.opendkim.org/linuxx86_649 yA큤A큤^m^m^m^mR1l^m6b876f8112666225bb27bad000606d666026ada48a360ae178a52bbc7e719131115ed908f6392f52354d723b2850b73cc3303536c5e192b3f046224f0ca04774fe8cfca2e2e144cd9f202712d93799300e2488232ac4c2428bc03d2902ba58d300d949e2e4ca0b87db60998d118ca47c69e2499d17c83a233474fcb9756171f1rootrootrootrootrootrootrootrootrootrootrootrootopendkim-2.10.3-lp152.2.11.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.2.5)(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 packagelamb05 15896693182.10.3-lp152.2.112.10.3-lp152.2.11autobuildautobuildautobuild.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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/e136b474d5502d1c67ef823179b0c399-opendkimcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=409f57622f41f96dde8033086b6569a209784c75, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRNhT"FT\^utf-8ec8389dacb578bb85c576f622fae17d104f79b2b69d69ce4fd39bc72f99ca531? 7zXZ !t/Lz] crv9uQ$/ހ~}LZC1FZHwJ{X[nj/-OtUB|\|Q+S F:щ$MZgQې&n&tЁ$ֽb,/O)ƞ!zv1s"j)(a3Q CzZ\jw{VyzGrE8FmZ婖3RkSI1h"b @d&P^P3ɻq*ssSB:`w╒p3W" d'KRC~eL^!49+Mcj @J m""9&p> ߌ/f"eK25sr_$NhrBM#7B< tzqӲY}Ց(ċD>J> pH+~}yŔd.)oJ/,0F#Jڭ=7 C)P,EL7:79q=Q >wDXLP "9exu=KwL\bx\nHp-wNv ɧ,Ad9\3 7Gu߳,(T㗸ڣ>`ly?s Fٞ[(ed}G_]ӵm z[&C#ϱr9T#I+]g;0OU wagð9VXp0.mJv̵JgHc>z\+XC]`~=^{lXX!JBӻx@`QgqVjրIБpmiO\tX:6e)!kԿQڈ.UJ hH O~A~R,Ya;7. Jիl4x[_~fOjA,U CzhD]~)[i#1W|'}T=h9dL$=vÄPkȕə#Rr&ʼn%+URw1.XnTުt=<8rxPv߲>v (ڔS5aXvӯ kUBYThNni{#Z~oxnHԅy\KWg; #+_*+Ďn{e9g4v^AX&xzX f{hײ 8I@лTA)I#\1 &PVk;L>QbzՁfz,: 5it_TOZL-F̮}̚!1"`Dj p~82[w/b 'iZ< l{%u_Qkqɜ>L*/Yy%`ٮ@|)ӂ`fHqG dGJxntc/9;]0F*vTNJ8& J\ vk`~>ځm, S*&0"eP# UΖ~'=t]׷Cvvއg'Əx]|`15g:n0F0"O{R&j* E^,ش؋Gp),euͽLG2F.3R#HtDZʭ$rLX- @ m;áb+GaWG Le] t_SA4E3**ٸ'׸?k*"2K7f v xI[V4G" G*-.FM"E}8kq "R1 YPbBz6Ϧ˫`T!17^s&KoFbS8xif՞V!+6]~5 |~s(;: JjeV.[ƄqҙTfc+ lv?PBnx"༔m0uB;; U3,(=obcDSʳ$3t.2gb1=p`:WGN3?0;%n1o ;"yHB^z ٵMՄ SEË/` az ceRք^ YOTJN ,8hc!lNQJ !2S=XeegDkPip(Ϻ{MD Hkw|xъL2wI.0̐6?;"P%-kNBUQ}LL;.=Cs$缎*!otu-o.8Fx %/Ly֞/#0]Nc#G{ QvLy,058HMH.ā iT0_=g+A˥!Ve~TpӿRzB;5h6Њ 7,햼/P<*of;b!$3+10e)/2U{r]:` Ν/$=T%*EG6?:c7`kV'7`3 _.Dvf'&89/9wDknlמ֭?Y` zUb>{Nw $"ZU0$?tm,t:Ц6{d+$6T'b R4a7;4 gD-mIour4ꅇWdcydRܴ*%2mD<ϭ7bon1+Q1|O.x=VEG - ׊+eCSǡO0z\Bq! 7MBX#3eq"`!Q#ȁ-@ި2J;d#/Uߪe${ 5& e[Tl~CVM_Ȯ~ Vj72 ΰ2)8$.YabbLW-QO,4!B҅7(}4(EW&϶}-9}9+blŔI:>, :WE]7qTHjA dy'Of+9߮nh7vЗBk[M/&XI,75c&ai%z pD,<Ϝ_iU$Ln ܒ?4$mGڨA:e ~s;=-;HI"iU@KFj dT.ΠE SYr"=o/2Dl/s' 0@o蟱zkr N(,{jMxڎLKa[ o*r1m8242 H5VEڣ!pGoyrm%2$\Q4 ev O0@hCp&]J~]nC=c0Fʥ5Ϸ"T 4lnwVۋK%wkMF:, =sУHK6B7u2f-(=PW \Jjgܮ$ED8UFݽ]0%"aˣQBT~UrFWMGއRm[vĨ_x/cR瓇x;Ap7z>@fYbQyﭯܴj_tb7%iLJ r W:JTI?DaO=>;`X;0$GwӊB轶>EM3>.xi^Bh25mD;^?w앢15?#|dZbƓ~dǚrXbTeb#{k>ĒDzvFmvh | Bwȇ?'#D1ȼG4[UU"](ײ9.hct &4=Es2=vfE$ϳq 4vUA򩦩g8k臝#ve"GEh=tl$qy@>z/G3nT~l^o挷[ 7x}%͍}|5cUؒ[CR` 6TAm ͫYǼzԊ[ю\{P`c2/V@@37-a)U؆*i`}8ٿd\3ƪK N7;X{l|DP ^њwxuWѻQО"yb(eVD~_yc@vg5]8(cA_̷$"-ƎmE݁T1H>Wͨ7vץ;  YZ