proftpd-lang-1.3.6c-lp152.1.4 >  A ^/=„=Mb:5gG`2CbT,j ULAuM`.SP[F`݊ G4oO!:Εnc 9ltO* 1XiF#@ vk 4DpPP9`,p{u3+m螺";*MG9[)=;쫐]TNjdzM[pS㠮U cAaU9A1b }WVp*D&VixMaYa2c3a90ffbfcd1a6cc02d01c9b8d68f86240642e47a6cf5d6edf40a1414adaf8b811e04780bdd181ca6300cf844baec873ea6e23|^/=„|aqd;2`gw GwnBڭ]K3KITDG%{*҅@4H XU~zg:y||k=5lNƌBqxZUz<;gdp>)?) d  Atx   . < X  (Dgg(89:1F%iG%|H%I%X%Y%\%]&^&Ub'Xc(d(_e(df(gl(iu(|v(z((((((()Cproftpd-lang1.3.6clp152.1.4Translations for package proftpdProvides translations for the "proftpd" package.^lamb19openSUSE Leap 15.2openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgSystem/Localizationhttp://www.proftpd.org/linuxnoarch;)HBernhard Wiedemann chris@computersalat.dechris@computersalat.deJan Engelhardt Jan Engelhardt chris@computersalat.dechris@computersalat.debwiedemann@suse.comnmoudra@suse.comchris@computersalat.dejengelh@inai.dechris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.dejengelh@inai.dechris@computersalat.dechris@computersalat.de- fix for boo#1164572 (CVE-2020-9272, gh#902) - fix for boo#1164574 (CVE-2020-9273, gh#903) - update to 1.3.6c * Fixed regression in directory listing latency (Issue #863). * Detect OpenSSH-specific formatted SFTPHostKeys, and log hint for converting them to supported format. * Fixed use-after-free vulnerability during data transfers (Issue #903). * Fixed out-of-bounds read in mod_cap by updating the bundled libcap (Issue #902). - remove obsolete proftpd-tls-crls-issue859.patch - rebase patches * proftpd-ftpasswd.patch * proftpd-no_BuildDate.patch * proftpd_env-script-interpreter.patch- cleanup tls.template * remove deprecated NoCertRequest from TLSOptions- fix changes file * add missing info about boo#1155834 * add missing info about boo#1154600 - fix for boo#1156210 * GeoIP has been discontinued by Maxmind * remove module build for geoip see https://support.maxmind.com/geolite-legacy-discontinuation-notice/ - fix for boo#1157803 (CVE-2019-19269), boo#1157798 (CVE-2019-19270) * add upstream patch proftpd-tls-crls-issue859.patch- fix for boo#1154600 (CVE-2019-18217, gh#846) - update to 1.3.6b * Fixed pre-authentication remote denial-of-service issue (Issue #846). * Backported fix for building mod_sql_mysql using MySQL 8 (Issue #824). - update to 1.3.6a * Fixed symlink navigation (Bug#4332). * Fixed building of mod_sftp using OpenSSL 1.1.x releases (Issue#674). * Fixed SITE COPY honoring of restrictions (Bug#4372). * Fixed segfault on login when using mod_sftp + mod_sftp_pam (Issue#656). * Fixed restarts when using mod_facl as a static module - remove obsolete proftpd-CVE-2019-12815.patch * included in 1.3.6a (Bug#4372) - add proftpd_env-script-interpreter.patch * RPMLINT fix for env-script-interpreter (Badness: 9)- fix for boo#1155834 * Add missing Requires(pre): group(ftp) for Leap 15 and Tumbleweed * Add missing Requires(pre): user(ftp) for Leap 15 and Tumbleweed- Update proftpd-dist.patch to use pam_keyinit.so (boo#1144056)- fix for boo#1142281 (CVE-2019-12815, bpo#4372) arbitrary file copy in mod_copy allows for remote code execution and information disclosure without authentication - add patch * proftpd-CVE-2019-12815.patch taken from: - http://bugs.proftpd.org/show_bug.cgi?id=4372 - https://github.com/proftpd/proftpd/commit/a73dbfe3b61459e7c2806d5162b12f0957990cb3- update changes file * add missing info about bugzilla 1113041- Fix the Factory build: select the appropriate OpenSSL version to build with. (fix for boo#1113041)- Reduce hard dependency on systemd to only that which is necessary for building and installation. - Modernize RPM macro use (%make_install, %tmpfiles_create). - Strip emphasis from description and trim other platform mentions.- update to 1.3.6 * Support for using Redis for caching, logging; see the doc/howto/Redis.html documentation. * Fixed mod_sql_postgres SSL support (Issue #415). * Support building against LibreSSL instead of OpenSSL (Issue #361). * Better support on AIX for login restraictions (Bug #4285). * TimeoutLogin (and other timeouts) were not working properly for SFTP connections (Bug#4299). * Handling of the SIGILL and SIGINT signals, by the daemon process, now causes the child processes to be terminated as well (Issue #461). * RPM .spec file naming changed to conform to Fedora guidelines. * Fix for "AllowChrootSymlinks off" checking each component for symlinks (CVE-2017-7418). - New Modules: * mod_redis, mod_tls_redis, mod_wrap2_redis With Redis now supported as a caching mechanism, similar to Memcache, there are now Redis-using modules: mod_redis (for configuring the Redis connection information), mod_tls_redis (for caching SSL sessions and OCSP information using Redis), and mod_wrap2_redis (for using ACLs stored in Redis). - Changed Modules: * mod_ban The mod_ban module's BanCache directive can now use Redis-based caching; see doc/contrib/mod_ban.html#BanCache. - New Configuration Directives * SQLPasswordArgon2, SQLPasswordScrypt The key lengths for Argon2 and Scrypt-based passwords are now configurable via these new directives; previously, the key length had been hardcoded to be 32 bytes, which is not interoperable with all other implementations (Issue #454). - Changed Configuration Directives * AllowChrootSymlinks When "AllowChrootSymlinks off" was used, only the last portion of the DefaultRoot path would be checked to see if it was a symlink. Now, each component of the DefaultRoot path will be checked to see if it is a symlink when "AllowChrootSymlinks off" is used. * Include The Include directive can now be used within a section, e.g.: Include /path/to/allowed.txt DenyAll - API Changes * A new JSON API has been added, for use by third-party modules. - remove obsolete proftpd_include-in-limit-section.patch - rebase patches * proftpd-ftpasswd.patch * proftpd-no_BuildDate.patch- update to 1.3.5e * Fixed SFTP issue with umac-64@openssh.com digest/MAC. * Fixed regression with mod_sftp rekeying. * Backported fix for "AllowChrootSymlinks off" checking each component for symlinks (CVE-2017-7418). - remove obsolete patch * proftpd-AllowChrootSymlinks.patch (now included) - rebase patches * proftpd-dist.patch * proftpd-no_BuildDate.patch * proftpd_include-in-limit-section.patch- Sort SHARED_MODS list to fix build compare (boo#1041090)- Removed xinetd service- fix for boo#1032443 (CVE-2017-7418) * AllowChrootSymlinks not enforced by replacing a path component with a symbolic link * add upstream commit (ecff21e0d0e84f35c299ef91d7fda088e516d4ed) as proftpd-AllowChrootSymlinks.patch - fix proftpd-tls.template * reduce TLS protocols to TLSv1.1 and TLSv1.2 * disable TLSCACertificateFile * add TLSCertificateChainFile- Remove --with-pic, there are no static libs. - Replace %__-type macro indirections. - Replace old $RPM shell vars by macros.- fix and update proftpd-basic.conf.patch - add some sample config and templates for tls * proftpd-tls.template * proftpd-limit.conf * proftpd-ssl.README- backport upstream feature * include-in-limit-section (gh#410) * add proftpd_include-in-limit-section.patch- update to 1.3.5d * gh#4283 - All FTP logins treated as anonymous logins again. This is a regression of gh#3307.- update to 1.3.5c * SSH rekey during authentication can cause issues with clients. * Recursive SCP uploads of multiple directories not handled properly. * LIST returns different results for file, depending on path syntax. * "AuthAliasOnly on" in server config breaks anonymous logins. * CapabilitiesEngine directive not honored for / sections. * Support OpenSSL 1.1.x API. * Memory leak when mod_facl is used. -rebase proftpd-no_BuildDate.patch- fix systemd vs SysVinit- Remove redundant spec sections - Ensure systemd-tmpfiles is called for the provied config file- fix for boo#970890 (CVE-2016-3125) - update to 1.3.5b: http://www.proftpd.org/docs/RELEASE_NOTES-1.3.5b * SSH RSA hostkeys smaller than 2048 bits now work properly. * MLSD response lines are now properly CRLF terminated. * Fixed selection of DH groups from TLSDHParamFile. - rebase proftpd-no_BuildDate.patch- fix for boo#927290 (CVE-2015-3306) - update to 1.3.5a: See http://www.proftpd.org/docs/NEWS-1.3.5a - rebase patches * proftpd-ftpasswd.patch * proftpd-no_BuildDate.patch - remove gpg-offline dependency - fix permissions on passwd file * unable to use world-readable AuthUserFile '.../passwd' (perms 0644): * 0644 -> 0440lamb19 1589648778enesfritruzhzh1.3.6c-lp152.1.41.3.6cproftpd.moproftpd.moproftpd.moproftpd.moproftpd.moproftpd.moproftpd.mo/usr/share/locale/en_US/LC_MESSAGES//usr/share/locale/es_ES/LC_MESSAGES//usr/share/locale/fr_FR/LC_MESSAGES//usr/share/locale/it_IT/LC_MESSAGES//usr/share/locale/ru_RU/LC_MESSAGES//usr/share/locale/zh_CN/LC_MESSAGES//usr/share/locale/zh_TW/LC_MESSAGES/-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/cec56eab34e12b825aec1003ca40e7e0-proftpdcpioxz5x86_64-suse-linuxjb~ OLzproftpdutf-8f4edea7b761c9efc1f3e276cb5a3d60835ebd3ba2c5567118e10104ea38e54f4? 7zXZ !t/OP] crv(vX0ey.i/.>yUbr 1׈J?(Z"dvZ, ,HP7p`C2\yМ" UB`&Wt|R7ea<330΂ TS zá⡏+49d(k#_2L}K+M 95c8׋^+=0058Sekc`Wlpv\_]e5?cD`mϮu!)uT׽ħG+MWJ5#ꞢlSi=` 6t9=װyO m}..G1,1̷U k$=K\PlntrTjPӞߓt j.V x,8[Fz=F2}*̥>9nSp t̴0a(0!qJ i?I|<6X9PwO>e(k^bepA_n`ʎ-KWEɖ>hH4'{ OjζIX98'XإόT̕Y}ϝ`,*># {?[> 'I;ħq5' 9Z::O, TmtO96oB2pFoqckpbs WMjqFKTKRĢ΁v@Hlw{ϛS ߜ5h)+@S"Lc " 40~'Iخw2:}O_cb0j'z2\:iVt?N#7{IP_B؏@o|`gOuPY&@$9BdGlcBkOr\vk-MtSq]Yz7ü`"OEhn sWM5ZtxNi9@!㭐|k @t$q0yҧ YVuk/*Y<*H@lBms%LPJƛ|ZLO2N=m?wk m*='܆N5QWI:hcS? 2/zx(Q"W)^xAGE|Tgp-QGߌU}Ͱ^[RkN@ Y1鐆S(p2&?GM"ie,n:%zCATliB&l卂E~k}Êk -"TM1)$ cNug-;$"# ֯gXWǫT=5g<.JDuo ZnB2EКtUB_ VgCe&uj~xalWR Z2zt5v0 1We~o#Ql}qv؍qg*`ܹAY--WKk}PWc%V tM_zw.4RA~62Ig@F (˃LܽAޓCmRǘTQne*#-R 5^S5'jCVd9QFĂXLP[S5E*N$/QoG[ЖB5y4ל.V^AH`gĺ8.D) [JZ_9O[S$ge3T tYؤWDsJZ,:E" \Jҫ-B͂g+Am;{pMx&*f=>jSy'mtNn-ZQ0?nuɜr[P Ės:á 3*3r^A/Et4<3Fi2Ca+sjh(uZ/y"^Nsk᫐R!>y1G*w-6r43`֏8 ¶Y %'ʏ9A:3`Fwb#dUv$6[,*]_so~a )sJH *3λ6AKU"d ė] 튦ӼrT,:ZfamrE!S?*Q9Ԃ!J؁(E#f(..ƈϛ:˱Rui&)p],wo 1@hzbJ"$VBIAő'8lU{&||kdHY,y,IBud4/U7d83۫D< ܅]}OՁ4\&}kZYM]raF!a :WIT(duB:Ń7 7"LBW~XoiA͒xac6Oե>뇷gk'tFjIz {\72N[˛)$Ar:->ɾUs2ĩ$l9/ewcjP5anAA=n_j:lpi-dEG̏6&9.JM.o_V)aLI;M%hB((db!-&!SHT@`ukEW -4jQNPr@SNhFEV$Xu,Ju3h#_m(?6{cJ`- .Mqh jmxxf60&La /[wbqkU槇M.=ȟ 뷔\v#N^r@f"FNDQyt!:ܕI?P% @U<9}c 2;ty1Qזz~u D xj9 |;-)[D"SZŜ 3&rQSs H:zSaS`6Ag-ZZb?*cX2¦C OM޲d&6[S&ʳ-^)1|jdL0:3-vl$|cVM2:aq̢+xIPB, -Ef\ĂtIPS'=ACبF'Y UQ@?؜[ʼn{L3Ό;]j3ar nvGeN,ÚD1V`܂uPr#/5q$%줭U 'QʼnZQf*q)H6G^js8pJ0¾[ X]E]<[نPަcpG[1Ej2* pe暋@(N S fuPdY᲌譬 PjE*6QbAJXTS7CEȐ Tcl^29!bXK' tb6i Aǎ!Ƚg 8?(_臩%o+XXѝ8d^;<鹩R2\i2hhLcLъZfyF`͊M[X^ 5ҫca vU^{r@A&y(쿜! `D/} p+&nRA4WRb^9/ "^W%Y\%{"ܽ:yF!eV@le z:/[c 흁/?d`AޱtF8Im^ۺ)bJ. BaDok H4U! D ՚? !%onvƺgksD K3 vxPmGLk.cg.zܜsؤ8p8gc{c&D= =Zjf[(WpFƬWx3˦,ZjSN,UU1#ގ]DBJZ+̥δc'ɬE<1>OpadVVdhr`5p1QkF lSCkdn̘RN%z_q6g`-[#{)L1bJªo΀NJQ\eɇgLz _L~l WȎ7D~ ۺGX/Y֨[f6!5=ԗ^;uwE"Z ~7$B3&D%iMDyU=>f*FaMMP8RNSG؋*@Q͂lkP̀) *_Uf<ϻ?kLU+XKun3e%"+NNߦ5נ' *TPQ9 x7"J%HI.p="0wnUJcVҦ(Rp"/H +ROiC>"cCe?`I\9#}H{LT!V `K#9RϜY\?q,Vr+aZה.f(:iiwϰ^1Wo}nQrW%zy\YH߲|,} ۍ =~#wt^ |MOԗĔ;LB;LvQBWxgLPW4d̏a-LuOAsBaeH2T?28\NVxW:iG`XU8ͯ[5*Kr 䖿2#gԮҬ6ʿbRj Κu5%^'JĊΫ%Ce]FOP*ÜH|22)4*QI 븆`A ׊Yi,_)ZHSx Kj9,T&v6?о Ik^@@DzF 9a+0[X𕵿sj 8"]<JxPHFgo@R\TepQ!2l Š',w1?2­;l0兹`JJ}; @~jUr?*VUA4"DNKC",-Wg6QNDiJ_֤ PZLFyId?`R&?Ys>kQ6 b׆?0W6큯Acq l^!өkaBv vQu{=ձ_1:95Ku Ku=='Kؘ/Rkй| cӋҽFA7ٜuފW7Y~ٷO=`聖(>RV| UL%{y!椩aj-:pV$x\ܘx#(O^%>:Q[xwmJ_/c'W,'y)2ݱ>A9Dy=9A L`*Mg"mϬFm(G,@Sv9K 0`V}uLsdp),8A'W.Xۻ#+$[_/puU] 4ri[Lfl='^^"IgQu _ I {Uq>Q #*\ޘtsLEM+¬ YRtc\$J;5j ]syRǵZRa)ǣa=KR0}Eflz-鞬5i]#=Ux`i7ԈgzH_C !򷙨;A _}W},TAQp v'eI'Y D O ++wBI)N;P"kh-rS<:(ewdC'E˛t&x<+vX?z ؕ F2@̿͐3ua5AS_u3agر @Ѫ5 ZHcz$T1"lnQ2ltYx-s +4T$(R i- +1BzǤ@ $v&eB~Y7t=gT$ }t 8Hj<،%ܨԸ5+J\ e+mTL&%H׏T_$\W^2~g2Gnˇ5=N ZOɗ#Ė&1d; j9GxCKx;LLǃ1+ m$wU?%NuD|6Aik$6Ww З%&]'/Y.[JA8VM~/Jɻ0%F- UWpS$$jy##}omƁ1ثt4Sψݙ03HF%`VM-ϗrڴ??!2:o-2R+ϓ,D+W+WsAb;|JI"0BE,+˺˥hP:ib,G5jQ9]`#[NhgJU&a.{0rr!pd2WJiշkZfZ?V0|%ۓie#.&h27D7s#;mΒ9#5wrSkU€zΔ1# ӹ(ݭ9\2Ȅ*jLkEWL{Ԛ ogFؓ(uȭw/;X٢+mMq:dso]ą#_0ni}o Z`w ޫF }uOsbc*@l P106CW)7Ӊ6;Bd ^!Z'}ߟn )2oZcY30GƏ$Mn߿:zwLz9e9"b֜Y_ěP)Y*(UC|{xE6? )?¯M ,HWDܻ7W"Ϋρ4NTVT>K@X@ܨB7S0.P':G1VJ[V!}G߿ WL2']٢Qﹲ8";[tq Wtk&6B>د?!IA[OSQ 9t؍$p1A@fɸ2pZ־V⃪µ1 + `{Phkٿ?>_{zz[r|7x/]#Ë cdD/=߈&.~=9XAu=2X\mݟ F>q㈰d==~eO݁7>R''f\`|у f'VLXTK ^iVLw|D8kk#]k.kʅVtk\dz/[4InlzM@Ƅ ۩"De-5-'|޸ Xt7:]%[w0d+u9;EI@$Ԁґ Cvg9Wf *X"3ihzѣ tSiGh%/ $dt6l ZhN)ڧuڙjFZۍ~>5k֔SD&}%.1%$Ga67 e<+l]t ȏ'(dfږoUOsqʢ 2 2dQ ǺS~>6+,4DB9s2o ^w0 gzfdu0m ECT\ tkxt=vlJcxQ"͸uBD!:4 jg.[^"Yjg>MM ^0X^?ߍ)liJɷwfD&O-;t~'GdȣBL,#kgg&UWޟvBB;& gzq.`Oq%;2bJQ0e oqcxv{cW]f: 'TN] "Sax`zj'2|I.Sa*8.4~&o7`u+(OUA9tU[JDm]jO\89Id q4+/ugᙸ UY3i$F['E@J+k'wB1oU)KXW!.)#t2g!,"za ysSסEr>BRV[J^Fx3jc+[;ѐ}"m. ami)fahEmjR>?#*jGRCf(S,`ɇ$P̼ΰ u1A:ckSd ~pno'ZDPy,ȧ\%;;n7G{i}֢!uL(lrPQ4 ft3D֪J|R.VS=--q4Vʷ:(U֤+,Cj`N #+Jzbv/d쵺4*eeUD-fㄋ5J)Ңn4We&ԱqO"=DYT&B L8 |.3d.۟x$'EX,V c$$A.t|-7!O:ȟFys~2՝3V@ӰB]'Ə:良9MjX'>K_wc{xueCM)G(qҧS Z:+6=c@>8ַo^KR{-A2!-њekⱞyN>~ ?n]vP,U<ùbiFGdz"3Zz:Eh}Y. Q_7o;q E&m.ӏg&~7Q+igA +gl^2h x+BcdÆȻܥF8?W!DDQF_?N݄iL3) H㧈P-v vQUn0;TxE/R:Jwm~s}2l^|qHg"4!'-,0>.NΨ|XcJ˔gγy9^)cyJ_h %(RacI+NW,pw+:bi˶zúM|qo_n?v"jM:cݐ?Vy0=zoo/vY;Ҡ5q3ZA kF[-@S$T?77FPu ]WCT="b0 pbuBΩ__~- #v 8m ?Bvtno%BԠT+H`|na5[ѴɄdt$tAQ9,tg^r2 6JMdd,2BROCaB'ӷTyi֒Ǒr졇;kNȾ7;5`'-泌J, ҞRXyLP-idVΗK  E|~m'[WHG7&V;箹+474TGc6Y\i18m^YO2=b LLWN+c4e(.Q=yX@"jW.8/% $v/0 \I~e Nh󏅓j6 #qDwwӧ{*0- pB%P9⌢^7NsԫP FXp{T*4A;Nц++M;xֆ%(SGTۡaaG)A+@ʟ`;W[cgNZ5/٪tCZY+G!w΅Vm0`3gi눉ܑ58ߖoMHh^FFI73O0q`;>!j0Ty&L8`oQoA# i`xUYoDŽ#d5 Pm`u&`ZuBSqUH yec`tV7vv6;XmӵqQeIN|&lX>6fgg#]yu7 @g\mST%v `~];%uor^\?yRx }99YgNfmL=B%RvԶ YZ