copy-jdk-configs-3.3-11.el7_9>t  DH`pcW/$ƨ~gvM͝ 2CeD7nHo:(c : Rez*wxy0<8vE ƭ_(}B-b¯Ql|ia'.ӈH4jӲ{Q3w. T7T*SI2#$(dU8󴌛hH<.9 OB\ZmV+)R%DH[iJG?lޅ\p\lQjn, UmI4 .x2 kVqˆU||SN1%&{$/cH9NĝF,Y+31_թ~O& \:jc{_ soX;Lܦ¥>6 t<݈P35d:c͢]-C'7l7RMZ@.BHL>X5fcbce16260e29ed270d9ec4f8e7692675d1a966QcW/$ƨWAvvxm }39XQ;S%S @ZZ|σv >"M)4]*ʁ&t67U<-_ ƕD(^30E]3# ojqQҿc,Au68}VD4[zLf;,G0Y^s6xjDwu$V(}k%ᦝ=$ ;Uu_ z%xV UHɓE?TQxV@qA2襚_1{b:ËWx>vڔ~y;{yH0˪A^>)IXw%)zޞӬUid>.StփH|`Y~6^2w=b^ˤ2I2*W>@z5WBec[Nlߴ'W@׿yw~D lp^"9x0^WsuliR ߒW?KJ@ðUa/ǭ!z=G><6?6d  @ #/RX`p x   T Xh|(89:GG H I X Y \ ] ^ ;b d e $f 'l )t Du Tv dw x y  6666Ccopy-jdk-configs3.311.el7_9JDKs configuration files copierUtility script to transfer JDKs configuration files between updates or for archiving. With script to fix incorrectly created rpmnew filescRx86-02.bsys.centos.orgDCentOSBSDCentOS BuildSystem Unspecifiedhttps://pagure.io/copy_jdk_configslinuxnoarch%yӁA클a^cRcRac.41da8b07bd2896d1a704f8d05f3c411552f6ab37fe8cd356615f00a120c342ba17f5293d5babdc45a0a8483f20b2f9759f08c8328d53efa1974035276aca3bde386eaf71633bf096e6c17471f50e867dabdf14d38a157ca27a0425dc583eb9ferootrootrootrootrootrootrootrootcopy-jdk-configs-3.3-11.el7_9.src.rpmcopy-jdk-configs@      /bin/bash/bin/shluarpmlib(BuiltinLuaScripts)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.2.2-13.0.4-14.6.0-14.0-15.2-14.11.3[R@Z@ZmYZ@YZ@YGY?X@WWW @W @VVqR@VUJiri Vanek - 3.3-11Jiri Vanek - 3.3-10Jiri Vanek - 3.3-3Jiri Vanek - 3.3-2Jiri Vanek - 3.3-1Jiri Vanek - 2.2-3Jiri Vanek - 2.2-1Jiri Vanek - 1.3-1Jiri Vanek - 1.2-1Jiri Vanek - 1.1-5Jiri Vanek - 1.1-3Jiri Vanek - 1.1-3Jiri Vanek - 1.1-3Jiri Vanek - 1.1-2Jiri Vanek - 1.1-1- Fixing deletation ofemtpy dirs via rogue symlink - Resolves: rhbz#2100617- added javaws.policy and blacklist - Resolves: rhbz#1571854- fixes issue when java.security for openjdk7 was erased - Resolves: rhbz#1571854- added another subdirs for policies files - Resolves: rhbz#1503647 - Resolves: rhbz#1503668- updated to 3.3 - Resolves: rhbz#1503647 - Resolves: rhbz#1503668- updated to latest head - Resolves: rhbz#1427463- added "jre/lib/security/blacklisted.certs" to cared files - moved to newest release 2.1 - moved to new upstream at pagure.io - added new script of copy_jdk_configs_fixFiles.sh - copy_jdk_configs.lua aligned to it - Resolves: rhbz#1427463- updated to upstream 1.3 (adding jre/lib/security/cacerts file) - Resolves: rhbz#1399719- updated to 1,3 which fixing nss minor issue - Resolves: rhbz#1296430- posttrans silenced, the error is appearing only in state, when there is nothing to copy - Resolves: rhbz#1296430- commented requires on lua posix to stop blocking composes. - changed it to 644 to dont mislead by executable flags - Resolves: rhbz#1296430- inital commit to rhel - Resolves: rhbz#1296430- pretrasn lua call now done in pcall (protected call) - also posttrans now always return 0- package now "installs" also during pretrans, so pretrasn scripts can use it - pretrasn "install" is removed in postrans- initial package3.3-11.el7_9copy_jdk_configs.luacopy_jdk_configs_fixFiles.shcopy-jdk-configs-3.3LICENSE/usr/libexec//usr/share/licenses//usr/share/licenses/copy-jdk-configs-3.3/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=genericcpioxz2noarch-redhat-linux-gnuLua script, ASCII text executableBourne-Again shell script, ASCII text executabledirectoryASCII textRfunction createPretransScript() -- the sript must be available during pretrans, so multiply it to tmp os.execute("mkdir -p /var/lib/rpm-state") temp_path="/var/lib/rpm-state/copy_jdk_configs.lua" -- print("generating " .. temp_path) file = io.open(temp_path, "w") file:write([[#!/usr/bin/lua -- rpm call -- lua -- copy_jdk_configs.lua --currentjvm "%{uniquesuffix %{nil}}" --jvmdir "%{_jvmdir %{nil}}" --origname "%{name}" --origjavaver "%{javaver}" --arch "%{_arch}" --debug true --test call --lua -- copy_jdk_configs.lua --currentjvm "java-1.8.0-openjdk-1.8.0.65-3.b17.fc22.x86_64" --jvmdir "/usr/lib/jvm" --origname "java-1.8.0-openjdk" --origjavaver "1.8.0" --arch "x86_64" --debug true --jvmDestdir /home/jvanek/Desktop local caredFiles = {"jre/lib/calendars.properties", "jre/lib/content-types.properties", "jre/lib/flavormap.properties", "jre/lib/logging.properties", "jre/lib/net.properties", "jre/lib/psfontj2d.properties", "jre/lib/sound.properties", "jre/lib/deployment.properties", "jre/lib/deployment.config", "jre/lib/security/US_export_policy.jar", "jre/lib/security/unlimited/US_export_policy.jar", "jre/lib/security/limited/US_export_policy.jar", "jre/lib/security/policy/unlimited/US_export_policy.jar", "jre/lib/security/policy/limited/US_export_policy.jar", "jre/lib/security/java.policy", "jre/lib/security/java.security", "jre/lib/security/local_policy.jar", "jre/lib/security/unlimited/local_policy.jar", "jre/lib/security/limited/local_policy.jar", "jre/lib/security/policy/unlimited/local_policy.jar", "jre/lib/security/policy/limited/local_policy.jar", "jre/lib/security/nss.cfg", "jre/lib/security/cacerts", "jre/lib/security/blacklisted.certs", "jre/lib/ext", "jre/lib/security/blacklist", "jre/lib/security/javaws.policy", "lib/security", "conf", "lib/ext"} -- before import to allow run from spec if (arg[1] == "--list") then for i,file in pairs(caredFiles) do print(file) end return 0; end -- yum install lua-posix local posix = require "posix" -- the one we are installing local currentjvm = nil local jvmdir = nil local jvmDestdir = nil local origname = nil local origjavaver = nil local arch = nil local debug = false; local temp = nil; local dry = false; for i=1,#arg,2 do if (arg[i] == "--help" or arg[i] == "-h") then print("all but jvmDestdir and debug are mandatory") print(" --currentjvm") print(" NVRA of currently installed java") print(" --jvmdir") print(" Directory where to find this kind of virtual machine. Generally /usr/lib/jvm") print(" --origname") print(" convinient switch to determine jdk. Generally java-1.X.0-vendor") print(" --origjavaver") print(" convinient switch to determine jdk's version. Generally 1.X.0") print(" --arch") print(" convinient switch to determine jdk's arch") print(" --jvmDestdir") print(" Migration/testing switch. Target Mostly same as jvmdir, but you may wont to copy ouside it.") print(" --debug") print(" Enables printing out whats going on. true/false. False by default") print(" --temp") print(" optional file to save intermediate result - directory configs were copied from") print(" --dry") print(" true/fase if true, then no changes will be written to disk except one tmp file. False by default") print(" **** specil parasm ****") print(" --list") print(" if present on cmdline, list all cared files and exists") os.exit(0) end if (arg[i] == "--currentjvm") then currentjvm=arg[i+1] end if (arg[i] == "--jvmdir") then jvmdir=arg[i+1] end if (arg[i] == "--origname") then origname=arg[i+1] end if (arg[i] == "--origjavaver") then origjavaver=arg[i+1] end if (arg[i] == "--arch") then arch=arg[i+1] end if (arg[i] == "--jvmDestdir") then jvmDestdir=arg[i+1] end if (arg[i] == "--debug") then --no string, boolean, workaround if (arg[i+1] == "true") then debug = true end end if (arg[i] == "--dry") then --no string, boolean, workaround if (arg[i+1] == "true") then dry = true end end if (arg[i] == "--temp") then temp=arg[i+1] end end if (jvmDestdir == nil) then jvmDestdir = jvmdir end if (debug) then print("--currentjvm:"); print(currentjvm); print("--jvmdir:"); print(jvmdir); print("--jvmDestdir:"); print(jvmDestdir); print("--origname:"); print(origname); print("--origjavaver:"); print(origjavaver); print("--arch:"); print(arch); print("--debug:"); print(debug); end local function debugOneLinePrint(string) if (debug) then print(string) end; end --trasnform substitute names to lua patterns local name = string.gsub(string.gsub(origname, "%-", "%%-"), "%.", "%%.") local javaver = string.gsub(origjavaver, "%.", "%%.") local jvms = { } function getPath(str,sep) sep=sep or '/' return str:match("(.*"..sep..")") end function splitToTable(source, pattern) local i1 = string.gmatch(source, pattern) local l1 = {} for i in i1 do table.insert(l1, i) end return l1 end local function slurp(path) local f = io.open(path) local s = f:read("*a") f:close() return s end function trim(s) return (s:gsub("^%s*(.-)%s*$", "%1")) end local function dirWithParents(path) local s = "" local dirs = splitToTable(path, "[^/]+") for i,d in pairs(dirs) do if (i == #dirs) then break end s = s.."/"..d local stat2 = posix.stat(s, "type"); if (stat2 == nil) then debugOneLinePrint(s.." does not exists, creating") if (not dry) then posix.mkdir(s) end else debugOneLinePrint(s.." exists,not creating") end end end debugOneLinePrint("started") foundJvms = posix.dir(jvmdir); if (foundJvms == nil) then debugOneLinePrint("no, or nothing in "..jvmdir.." exit") return end debugOneLinePrint("found "..#foundJvms.."jvms") for i,p in pairs(foundJvms) do -- regex similar to %{_jvmdir}/%{name}-%{javaver}*%{_arch} bash command if (string.find(p, name.."%-"..javaver..".*"..arch) ~= nil ) then debugOneLinePrint("matched: "..p) if (currentjvm == p) then debugOneLinePrint("this jdk is already installed. exiting lua script") return end ; if (string.match(p, ".*-debug$")) then print(p.." matched but seems to be debug variant. Skipping") else table.insert(jvms, p) end else debugOneLinePrint("NOT matched: "..p) end end if (#jvms <=0) then debugOneLinePrint("no matching jdk in "..jvmdir.." exit") return end; debugOneLinePrint("matched "..#jvms.." jdk in "..jvmdir) --full names are like java-1.7.0-openjdk-1.7.0.60-2.4.5.1.fc20.x86_64 table.sort(jvms , function(a,b) -- version-sort -- split on non word: . - local l1 = splitToTable(a, "[^%.-]+") local l2 = splitToTable(b, "[^%.-]+") for x = 1, math.min(#l1, #l2) do local l1x = tonumber(l1[x]) local l2x = tonumber(l2[x]) if (l1x ~= nil and l2x ~= nil)then --if hunks are numbers, go with them if (l1x < l2x) then return true; end if (l1x > l2x) then return false; end else if (l1[x] < l2[x]) then return true; end if (l1[x] > l2[x]) then return false; end end -- if hunks are equals then move to another pair of hunks end return a "..readlinkOutput debugOneLinePrint("executing "..linkExe) os.remove(readlinkOutput) os.execute(linkExe) local link=trim(slurp(readlinkOutput)) debugOneLinePrint(" ...link is "..link) if (not ((link) == (SOURCE))) then debugOneLinePrint("WARNING link "..link.." where file "..SOURCE.." expected!") debugOneLinePrint("Will try to copy link target rather then link itself!") --replacing any NVRA by future NVRA (still execting to have NVRA for any multiple-installable targets -- lua stubbornly consider dash as inteval. Replacing by dot to match X-Y more correct as X.Y rather then not at all local linkDest=string.gsub(link, latestjvm:gsub("-", "."), currentjvm) debugOneLinePrint("attempting to copy "..link.." to "..linkDest) if (link == linkDest) then debugOneLinePrint("Those are identical files! Nothing to do!") else local exe2 = "cp".." -ar "..link.." "..linkDest dirWithParents(linkDest) debugOneLinePrint("executing "..exe2) if (not dry) then os.execute(exe2) end end else debugOneLinePrint("executing "..exe) if (not dry) then os.execute(exe) end end else debugOneLinePrint(SOURCE.." does not exists") end end]]) file:close() end -- in netinst, the above call may fail. pcall should save instalation (as there is nothing to copy anyway) -- https://bugzilla.redhat.com/show_bug.cgi?id=1295701 -- todo, decide whether to check for {rpm_state_dir} and skip on not-existing, or keep creating if pcall(createPretransScript) then -- ok else -- print("Error running copy-jdk-configs pretrans.") end# remove file created in pretrans # echo "removing /var/lib/rpm-state/copy_jdk_configs.lua" || : rm "/var/lib/rpm-state/copy_jdk_configs.lua" 2> /dev/null || :/bin/sh?@7zXZ !#,G] b2u Q{LRaXuԠV<{c[zoAI'B;XTf\ftZO]F{n~z#dzYy !["Ҍl#7z4Ey#j(N+?D߂<k5Tm}wo+UX;ٛ7߲'Si t*]>;L0{AT/S߱)S,5֑Dm01[8՞#amyKS'w-"NYhG2Rb5#uݟK\䘋9 G~n/S} |aF&OD':+%Z:\rvjV\;, c^cRjѼ1O6*8C=H/ïlm|k)c^Ʀ#htY<1|h[#aBڛ95<`+!0o* K>MXaqK4ԛ-]RuԇʌP͌T,'k_#jШy`p~e#thI̞d~́CE(â8obwxNeԪ z:ԕ]*|{%>MF_ jϾFh=k̤ANK9gG$CA϶~0PPX_,m?7, : aFGr8[c\ʾ#YcuSK|KMyWqmnHKrEz/i7υ<7;2 X &u^ ]!"&,b(n4"X\Iv (`hI61ȷzx YrU{fCh3y>;-K.0f3ǜi?d<сPsu CnrD2*"ktz )"\DpL0IKR$$̽ی,BM@2g9 nYNS`5(wl 琕6B MXkdK}r\՝?:["/ޡ+A}O J#fV$lJ[7Mo{m,I 4Y)@BRĂuӦOnp&潌E܁ Rq^€!o[!Y900ݪs %[fLl?iQC,@*2Ry;jHU~|9AX-y#'aܖ{\.!9_+ O<ݯjS jôhC(^h{d#D-#WPC)K=](Ȳ%pX*.%л C{t~ Xz6*L&U4tRaNFYG8hKc(]ECED?GW [  RGr4%y:_q'D{FUPi+7/ T!nd84/}C4YmEhKtfҭ'r`"R@@3Iәu\}A?Nrk\T2=}hkÃ: !ZƜ|juvOl9pno&m8k);ud/_Cb%KkN+s_* @6H{&G cI˭iʄL=7?fojEg$p7 8)d|m7)S;uRș}ɪNV}0d*aSXEwiƔ@]j2i*,9#/c%=2FЅHp>S3dΕƍv%!yEJ2+ؔȏJrȔVَQd(}U\ $x#Ų_5 ^HMyo\2Mf=2RGj)QV/tp5:q}8OYuF V1!DQ~(sQޥ#րE|| 9 Rx [ x%8tAq/a`G}~Oo^9z-DH!6֓Х4KZ.Ɩ;Z R'9vSӿ%5ԋ1p(j'"dZX'qu ɥ۬Fh2ǖ Z~1?UG8_Ur+ ?bEK$og M4Yb]T'hẏs=pe*z=IɷXNY`^`B0K|X8fF1}c*P=;-IL&[ JngSN[oޗY rg s62*+(T΃KoEQ4_7ANJݴ&_%oA̵ O4ͻK{hmIF}fXN/@]*-u:^.U2}3A E;jQ9m@YߟXe9|\s)f:(,UћTe!Rk1fqz:q_JfѣO'ꨩɆQ OggCY(}E}deA}Fa:NsqQZFԝ}6F3ٞ 5N}e?R/<6:DG2ZF=5)8|zlAMyIL^xq6 C@/GG ]vWO䳛T:x/.@" + Z *YlN]3Y_(}|G:Ǥ0e4U`H]X/ފL)C1h LXGV _:o| r5FTEۉ2_%ǘu`v.D\6Roww8XW&Org9RO/[ZQ|Vscy1 Tb~w82JYP8'`dvhi! 3@,$lWi8QBHR|I6Id=3^@9iڴknl+.FYcՀ5ޭg/E$P Tvp{#Q3l&FXBM$?UZxo0U