ecryptfs-utils-devel-111-lp151.3.3 >  A \ /=„e0ow*7zF5ŪrǦ2_d:|;ZC: x%=KSNq1SM 'o_#/?rh^-Booi+NXP5^ a@7yđINv$OV_QI.*[(|f^1Fdp>8/()aH7AsУ$X*B&,Hɮ9(.K_!Cwu].^em%G.d#JA5W<>p> t? dd % Jx|     ,  $p (-849:FGHIXY\ ],^Ubc.defluvwxyz     `Cecryptfs-utils-devel111lp151.3.3Development files for ecryptfs-utilsA stacked cryptographic filesystem for Linux.\ lamb61UopenSUSE Leap 15.1openSUSEGPL-2.0https://bugs.opensuse.orgDevelopment/Languages/C and C++http://ecryptfs.org/linuxx86_64T;Ɓ\ \ \ b8a758a4b65ad1abaecc2d18a5c3a9b20dcc6e22a69cdcef6d1c668651b078bc37668a1fd15a8ffe4bc2b8f9c5071fcef635f11905d86c659b347e1b4a055dcalibecryptfs.so.1.0.0rootrootrootrootrootrootecryptfs-utils-111-lp151.3.3.src.rpmecryptfs-utils-develecryptfs-utils-devel(x86-64)pkgconfig(libecryptfs)@    /usr/bin/pkg-configlibecryptfs1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1113.0.4-14.6.0-14.0-15.2-14.14.1Z_@Z Z@Z@XCVvV"8@VqV UPTT@SR QOjO@O0@O O~Or@N@Nx@Nu@NC@M'Kh@KKepJCfmeissner@suse.commeissner@suse.comvcizek@suse.comvcizek@suse.comsfalken@opensuse.orgmeissner@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commeissner@suse.comdarin@darins.netfcrozat@suse.comdarin@darins.netdarin@darins.netmeissner@suse.commeissner@suse.commeissner@suse.commeissner@suse.comdarin@darins.netmeissner@suse.comcoolo@suse.commeissner@suse.dejengelh@medozas.demeissner@suse.demeissner@suse.deaj@suse.demeissner@suse.dejengelh@medozas.desbrabec@suse.cz- drop python2 support (needs to be replaced by python3 support) (bsc#1081587)- The license is GPL-2.0 (without + / or later)- Update to 111 * upstream provides no changelog - add ecryptfs-utils-openssl11.patch to support build with OpenSSL 1.1 (bsc#1066937)- drop validate-mount-destination-fs-type.patch (upstream)- Edited %files section to clear unpackaged files builderror in openSUSE:Factory- validate-mount-destination-fs-type.patch: A local user could have escalated privileges by mounting over special filesystems (bsc#962052 CVE-2016-1572)- Update to 108 * This release does not have a changelog.- Do not ship .la files- Cleanup spec file with spec-cleaner - Update autotool dependencies - Split library and devel packages - Use desktop file macros - Use fdupes to reduce duplicities- updated to 106 - new passphrase wrapping method, including the salt to fix CVE-2014-9687 / bsc#920160 - various bugfixes- update to 104 - lots of bugfixes, apparently from static code checking- Drop ecryptfs-correct-desktop.patch and ensure ecryptfs-mount-private.desktop is properly generated and installed in a program specific location (ecryptfs-setup-private will take care of creating the right symlink) and not in /usr/share/applications by default. - Add ecryptfs-mount-private.png (from Fedora) - Create tmpfiles.d to ensure ecryptfs module is autoloaded at start. - Fix category on ecryptfs-setup-private.desktop.- fix %postun to not run pam-config on update (bnc#814098, bnc#834993)- update to 103 - move -pie/-fpie into separate patch - update ecryptfs-setup-swap-SuSE.patch for systmd and fstab without UUID lables - remove ecryptfs-utils.security.patch, fixed upstream - add PreReq: permissions - removed unpackaged doc- also supply MS_NODEV to avoid exposing device files if someone got them on the encrypted media.- point the desktop link to the right .desktop file - build mount.ecryptfs_private with -pie/-fpie- hook pam_ecryptfs into pam session and auth bnc#755475- added security improvements to mount.ecryptfs_private and pam_ecryptfs (bnc#740110)- patch so ecryptfs-setup-swap executes boot.crypto- updated to 96 - bugfixes - testsuite added - ecryptfs-verify utility added - write-read test utility - mark /sbin/mount.eccryptfs_private as setuidable (bnc#745584 , bnc#740110)- add libtool as buildrequire to make the spec file more reliable- Updated to 92 * Fix umask issue introduced by last security update * some bugfixes- Remove redundant/obsolete tags/sections from specfile (cf. packaging guidelines) - Put make call in the right spot - Use %_smp_mflags for parallel build- Updated to 90 Fixed several security issues: * CVE-2011-1831 - Race condition when checking mountpoint during mount. * CVE-2011-1832 - Race condition when checking mountpoint during unmount. * CVE-2011-1833 - Race condition when checking source during mount. * CVE-2011-1834 - Improper mtab handling allowing corruption due to resource limits, signals, etc. * CVE-2011-1835 - Key poisoning in ecryptfs-setup-private due to insecure temp directory. * CVE-2011-1836 - ecryptfs-recover-private mounts directly in /tmp * CVE-2011-1837 - Predictable lock counter name and associated races. New ecryptfs-find binary to find by inode.- Updated to 87 * src/utils/ecryptfs-setup-private: update the Private.* selinux contexts * src/utils/ecryptfs-setup-private: - add -p to mkdir, address noise for a non-error - must insert keys during testing phase, since we remove keys on unmount now, LP: #725862 * src/utils/ecryptfs_rewrap_passphrase.c: confirm passphrases in interactive mode, LP: #667331 - Updated to 86 * src/pam_ecryptfs/pam_ecryptfs.c: - check if this file exists and ask the user for the wrapping passphrase if it does - eliminate both ecryptfs_pam_wrapping_independent_set() and ecryptfs_pam_automount_set() and replace with a reusable file_exists_dotecryptfs() function * src/utils/mount.ecryptfs_private.c: - support multiple, user configurable private directories by way of a command line "alias" argument - this "alias" references a configuration file by the name of: $HOME/.ecryptfs/alias.conf, which is in an fstab(5) format, as well as $HOME/.ecryptfs/alias.sig, in the same format as Private.sig - if no argument specified, the utility operates in legacy mode, defaulting to "Private" - rename variables, s/dev/src/ and s/mnt/dest/ - add a read_config() function - add an alias char* to replace the #defined ECRYPTFS_PRIVATE_DIR - this is half of the fix to LP: #615657 * doc/manpage/mount.ecryptfs_private.1: document these changes * src/libecryptfs/main.c, src/utils/mount.ecryptfs_private.c: - allow umount.ecryptfs_private to succeed when the key is no longer in user keyring. - Updated to 85 * src/utils/ecryptfs-recover-private: clean sigs of invalid characters * src/utils/mount.ecryptfs_private.c: - fix bug LP: #313812, clear used keys on unmount - add ecryptfs_unlink_sigs to the mount opts, so that unmounts from umount.ecryptfs behave similarly - use ecryptfs_remove_auth_tok_from_keyring() on the sig and sig_fnek * src/utils/ecryptfs-migrate-home: - support user databases outside of /etc/passwd, LP: #627506 - Updated to 84 * src/desktop/ecryptfs-record-passphrase: fix typo, LP: #524139 * debian/rules, debian/control: - disable the gpg key module, as it's not yet functional - clean up unneeded build-deps - also, not using opencryptoki either * doc/manpage/ecryptfs.7: fix minor documentation bug, reported by email by Jon 'maddog' Hall * doc/manpage/ecryptfs-recover-private.1, doc/manpage/Makefile.am, po/POTFILES.in, src/utils/ecryptfs-recover-private, src/utils/Makefile.am: add a utility to simplify data recovery of an encrypted private directory from a Live ISO, LP: #689969- Fix build with adding requires on mozilla-nss-devel and python-devel. - Fix package list.- Updated to 83 - lots of bugfixes - improvements- Package baselibs.conf- Supplement pam-32bit/pam-64bit in baselibs.conf (bnc#354164).lamb61 1545079299111-lp151.3.3111-lp151.3.3111ecryptfs.hlibecryptfs.solibecryptfs.pc/usr/include//usr/lib64//usr/lib64/pkgconfig/-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.1/standard/e91efb3311854dc7b1627e5041556517-ecryptfs-utilscpioxz5x86_64-suse-linuxC source, ASCII textpkgconfig filePR~GtRutf-81635834980801467bf00ecfffa7ee1c22d6163632b5886d4a72b886836f7b79d? 7zXZ !t/W;] crv(vX0}eq}G~>jUczRT ;6&A,Sr7 ;5ҞE};U#%թv 6G+ E2E]Ce%U9xB_ɐ?z=q@Y4]=NLhⓅvƛ[Ѵ/jPp=YAr[i*xu?d#"gQ=NX 1y3F8} 5+p!̫(E]sv)Sx$sKp6Յ!Gm#^L$o Te_p_KjvO^>&@J zl7v0CF3>#.Z'nP$E />=luCvL=8<{;%_qiGCB}|n0ji\2b4ո ltϰ޶i)þݮsbѶ-ޯt+D  NE=U2V!<:j?+xzeL ZlMr ըwC"r.NA BPSq9]bHݏ_ }‡%}O]5yJBùATu?r7?)%uP<ڳk_h\jz9h\gI!z@ lA"c:RMV_ժmzX4SNb*9 .֧x)k EޤNu _F[$Nvdz}K3R$yGhPj)C|V;C;5nu  7XD?=XM!J*Euȹ>iVH<~J۪Uly: STGHZ[TE)`nve+r)E t5,yC0\f ur18;Z@U@0Ym!/& XrA Xi}fiA`u"nTضfIEkPzIf0onC'87o oc2cAdPzVY}ytCI9[̂4!zq 8_B<ޚb9> n [>NT 'L?KN͇, LXw#H~Pwҽ wn&N+f[.b1T:Zk*M V_V6|pCmQV MF9 L <- BjZw C;ėжr/ q1'8xзQX+LDWEV]˴czp iW0dx;=}B WH ؜W19$;#0pQυ~BFx4ΠH˷l&FWl1N|]gRvHyЮt $5 B'd,lOGZd 6/> A<1(ʥ@pbʡr6;QxY6Y?spېd{A&J֓D=ydЉ sm.\f+̈́jm,FɂXY"m Qߖ;ίxw{, k%)?~؝H^ҳ^;nT"7~2dV lݷqFjYP~Qxِ݀2TP. #+?xx/"}CS>!xBjFE\ߤh&֗a`$*z k{zZzzJTƹ_s8=Xۢlm͌1nJƜ7俪e>$W$Y\FPfT[`0'5Jx'>]B<橀\Y`<7|sH)kvYS֖/?]h;:%Zg4U#6$/Q7:$@tcY k=?Ra؁[\w`O:1I%Ŷ&JEǬja"й9Ӊ~*%]| ?4U""ȏi}mg" T X8aBVFs+Jw(O1]elX)gTYtraQx$|n~:jN2r5&[k}!K[>լV҇ t9M4A{ Ĝ<6R 55Ô#\y9L_QYD_b& /9d$T5lEfUylE!쳨3ˌ2;WObCj7Qn/Cݧi86|@gH:bJ.DØ5}PkBZǿ…>Rd/H9D dm?W-}o|aO#5x)&xAcCp?ɷdDorbBKf""mɝ v8cL^G*ĭ"i C{U W ?3D8rGvt04L30?ם)+*&Ӓhg1`}S,̕:d * &M(ydY8 i-bݳ~\ŋ!E @׼gzE-e"W RM4Z}^յ5*Q 3/(?̎ܩk_AsOw|=.|0)\&Nt,*4,_)E\Noah蟃[nw/If-X(an/ި#S_(ьlXP)/sRi?WV>C0@\ֳ0JV@%v΁ vr2 ;wހ(A4'WX*<ӗzxVTxp\h>8 n\r}=X|R~:cB't1;,k_W'T^wcbe W69'O_T%Ը ~Ƥ_.Zq>C2 U^""G-46t$g/o YǃG] ֯{A2%\yr|I.?NySOs]} _\{"+:&-d }{g8" 8 UY&E cqb dju~He".l<6 Q7=Ѣ9D |g,;˺A~!tbAHFkX$(/t"K_|K~wD*1k8@]0SmHH3.L[HiMp#@zsCXܭ8i%1 @B8 Ly"iy߃f+SPA*&ɜL^iN~n/oP6E$n"yH|Ը? K^:sAE]"59ƭ]sB$l{S-"!\z x47."@b1ɻ6w!_cM_$|FP;FB/_zLLp4elJh݂>XLbd?_i +tWVԒ $:^X@9f/ǸK~\7 ۸۫swF%gdt__O5S«3DЩpݪTKruq;>pw ضSEHrxM,v ٤Ep# 5)YTg)iT{o6ROMŽa#2af1B^@؇ub&0IW#ү OQk4aERFN>q>