log4j-jcl-2.17.1-4.20.1 >  A b,p9|if8fPI#hSm+HGoWA7l;8ӷbokj;b^'[KXez.p&ace0/$%5 P=~ @F5SVWP2wDcÔRR]t۳  ?EBOf/g)cdD2O閙FA:Xc@x H;cZT~; kp>???d   >dhpt  & 0 D   $=Vt ,(+849:JF;G;H<I<X<Y<,\:e>?f>Bl>Du>Xv>lw?(x?<y?Pz?l?|???Clog4j-jcl2.17.14.20.1Apache Log4j Commons Logging BridgeApache Log4j Commons Logging Bridge.bsheep14?WSUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Unspecifiedhttp://logging.apache.org/log4jlinuxnoarch(UA큤A큤bbbbb0c27946e90f956bff33be1ee4ef85a8544e1473fc8773bd02052da69f9941fead8085e96cc46fa6a3b04d33a82bd18767f0ee41adea303202b14ce25c53f5986324edbb292d2e660033d9f54142aff15d0a4bb789404b69028f366fc51e353d1rootrootrootrootrootrootrootrootrootrootlog4j-2.17.1-4.20.1.src.rpmlog4j-jclmvn(org.apache.logging.log4j:log4j-jcl)mvn(org.apache.logging.log4j:log4j-jcl:pom:)osgi(org.apache.logging.log4j.jcl)@ @@@    java-headlessjavapackages-filesystemmvn(commons-logging:commons-logging)mvn(org.apache.logging.log4j:log4j-api)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.82.17.13.0.4-14.6.0-14.0-15.2-14.14.1b@aMa@a@aa@aA@^@^@^@^V]^&^!@]]?\G\=@\I[u[Xf@ZV@Y@TPTPfstrba@suse.comdavid.anes@suse.comandreas.stieger@gmx.dedavid.anes@suse.comsflees@suse.depsimons@suse.compsimons@suse.comfstrba@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.comfstrba@suse.compmonrealgonzalez@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.combwiedemann@suse.comfstrba@suse.comtchvatal@suse.comtchvatal@suse.com- Remove alias log4j:log4j from log4j-1.2-api, since it is not a drop-in replacement- Update to 2.17.1 [bsc#1194127, CVE-2021-44832] * Fixed bugs: - JdbcAppender now uses JndiManager to access JNDI resources. JNDI is only enabled when system property log4j2.enableJndiJdbc is set to true. - Remove unused method. - ExtendedLoggerWrapper.logMessage no longer double-logs when location is requested. - log4j-to-slf4j no longer re-interpolates formatted message contents. - Correct SpringLookup package name in Interpolator. - log4j-to-slf4j takes the provided MessageFactory into account. - Fix MapLookup to lookup MapMessage before DefaultMap. - Buffered I/O checked had inverted logic in RollingFileAppenderBuidler. - Fix NPE when input is null in StrSubstitutor.replace(String, Properties). - Lookups with no prefix only read values from the configuration properties as expected. - Reduce ignored package scope of KafkaAppender.- add upstream signing key to verify source signature- Update to 2.17.0 [bsc#1193887, bsc#1193888, CVE-2021-45105] * Fixed Bugs - Fix string substitution recursion. - Limit JNDI to the java protocol only. JNDI will remain disabled by default. Rename JNDI enablement property from 'log4j2.enableJndi' to 'log4j2.enableJndiLookup', 'log4j2.enableJndiJms', and 'log4j2.enableJndiContextSelector'. - Limit JNDI to the java protocol only. JNDI will remain disabled by default. The enablement property has been renamed to 'log4j2.enableJndiJava' - Do not declare log4j-api-java9 and log4j-core-java9 as dependencies as it causes problems with the Maven enforcer plugin. - PropertiesConfiguration.parseAppenderFilters NPE when parsing properties file filters. - Log4j 1.2 bridge for Syslog Appender defaults to port 512 instead of 514. - Log4j 1.2 bridge API hard codes the Syslog protocol to TCP.- Update to 2.16.0 [bsc#1193743, CVE-2021-45046] * Features - Add JsonTemplateLayout. - Create module log4j-mongodb4 to use new major version 4 MongoDB driver. - More flexible configuration of the Disruptor WaitStrategy. Thanks to Stepan Gorban. * Bugfixes and minor enhancements - It was found that the fix to address CVE-2021-44228 in Apache Log4j 2.15.0 was incomplete in certain non-default configurations. This could allows attackers with control over Thread Context Map (MDC) input data when the logging configuration uses a Pattern Layout with either a Context Lookup (for example, $${ctx:loginId}) or a Thread Context Map pattern (%X, %mdc, or %MDC) to craft malicious input data using a JNDI Lookup pattern resulting in a denial of service (DOS) attack. Log4j 2.15.0 restricts JNDI LDAP lookups to localhost by default. Note that previous mitigations involving configuration such as setting the system property log4j2.noFormatMsgLookup to true do NOT mitigate this specific vulnerability. - Upstream initial fix for bsc#1193611, CVE-2021-44228 - Numerous other minor bugfixes * Drop CVE-2021-44228.patch and disable-jndi-by-default.patch included upstream * To make the bots happy this stream isn't affected by bsc#1193662 CVE-2021-4104 which is 1.X only- Apply "disable-jndi-by-default.patch" to disable JNDI support by default. There is evidence that the previous upstream fix for CVE-2021-44228 did not solve the vulnerability entirely. Since JNDI support is ususally not required, upstream recommends this route to be completely safe. [bsc#1193611, CVE-2021-44228]- Apply "CVE-2021-44228.patch" to fix a remote code execution vulnerability that existed in the LDAP JNDI parser. [bsc#1193611, CVE-2021-44228]- Do not build the log4j-jpl artifact, as to avoid java-11-only features- Update to 2.13.2 [bsc#1170535, CVE-2020-9488] * Bugfixes and minor enhancements: - CVE-2020-9488: Improper validation of certificate with host mismatch in Apache Log4j SMTP appender. - Implement requiresLocation in GelfLayout to reflect whether location information is used in the message Pattern. - Add option to restore printing timeMillis in the JsonLayout. - Initialize pattern processor before triggering policy during reconfiguration. - Add information about using a url in log4j.configurationFile. - serializeToBytes was checking wrong variable for null. - Fix Javadoc for ScriptPatternSelector. - Allow trailing and leading spaces in log level. - Correct JsonLayout timestamp sorting issue. - Allow the file size action to parse the value without being sensitive to the current locale. - Make YamlLayoutTest more resiliant to environmental differences. - Conditionally allocate PluginEntry during PluginCache loading. - Add missing includeLocation parameter when creating AsyncLogger. - Fix Exceptions when whitespace is in the file path and Java security manager is used. - Avoid NullPointerException when StackWalker returns null. - TimeFilter did not handle daylight saving time transitions and did not support a range over 2 days. - Provide a Log4j implementation of System.Logger. - Added EventLookup to retrieve fields from the log event. * Changes: - Allow the file extension in the file pattern to be modified during reconfiguration. - Add support for specifying an SSL configuration for SmtpAppender. - Allow servlet context path to be retrieved without "/". - Allow Spring Lookup to return default and active profiles. - Allow Spring Boot applications to use composite configuratons. - Add ContextDataProviders as an alternative to having to implement a ContextDataInjector. - [JDBC] Throw a AppenderLoggingException instead of an NPE in the JDBC database manager. - Update to 2.13.1 - Prevent LoggerContext from being garbage collected while being created. - Do not log an error if Files.move does not work. - Rollover fails when file matches pattern but index is too large. - Counter stuck at 10 and overwriting files when leading zeros used in the file pattern count. - ClassLoaderContextSelector was not locating the LoggerContext during shutdown. - JSON output wrong when using additonal fields. - GraalVM does not allow use of MethodHandles. - Allow Lookup keys with leading dashes by using a slash as an escape character. - ServletContainerInitializer was obtaining the StatusLogger too soon. - PluginProcessor should use Messager instead of System.out. - MapMessage.getFormattedMesssage() would incorrectly format objects. - Always write header on a new OutputStream. - An error message in RollingFileAppender uses a placeholder for the name but does not specify the name argument in the logging call. - NullPointerException when using a custom DirectFileRolloverStrategy without a file name. - Add mulit-parameter overloads to LogBuilder. - Fixed NullPointerException after reconfiguring via JMX. - RollingFileAppender was not rolling on startup if createOnDemand was set to true. - Warn if pattern is missing on Routes element. Use default route. - Fix lock contention in the classloader using new versions of slf4j without EventData on slf4j logger creation. - Rollover handles parallel file deletion gracefully. - Remove unnecessary EventLogger references from log4j-slf4j18-impl due to removal from slf4j. - Fix a memory leak using fully asynchronous logging when the queue is full using the 'discard' asynchronous queue full strategy. - Fix erroneous log4j-jul recursive logger detection resulting in some no-op JUL loggers and 'WARN Recursive call to getLogger' being reported by the status logger. - PluginCache output is reproducible allowing the annotation processor to produce deterministic results. - Fix StackLocator.getCallerClass performance in cases where Reflection.getCallerClass is not accessible. - MutableLogEvent and RingBufferLogEvent avoid StringBuffer and parameter array allocation unless reusable messages are used. - LoaderUtil.getClassLoaders may discover additional loaders and no longer erroneously returns a result with a null element in some environments. - CronExpression.getBeforeTime() would sometimes return incorrect result. - [JDBC] MS-SQL Server JDBC driver throws SQLServerException when inserting a null value for a VARBINARY column. - NullPointerException after reconfiguring via JMX. - Implement ISO8601_PERIOD_MICROS fixed date format matching ISO8601_PERIOD with support for microsecond precision. * Changes: - Conditionally perform status logging calculations in PluginRegistry. - Use LinkedBlockingQueue instead of synchronized collction in StatusConfiguration. - Add a retry count attribute to the KafkaAppender. - Update log4j-slf4j18-impl slf4j version to 1.8.0-beta4 from 1.8.0-alpha2. - Update dependencies. - Remove patch fixed upstream: * logging-log4j-LOG4J2-2745-LOG4J2-2744-slf4j.patch * log4j-CVE-2020-9488.patch - Refresh patch: * logging-log4j-Remove-unsupported-EventDataConverter.patch- Security fix: [bsc#1170535, CVE-2020-9488] * Improper validation of certificate with host mismatch in SMTP appender. - Add log4j-CVE-2020-9488.patch- Added patches: * logging-log4j-LOG4J2-2745-LOG4J2-2744-slf4j.patch * logging-log4j-Remove-unsupported-EventDataConverter.patch + fix build with newer slf4j- Update to 2.13.0 [bsc#1159646, CVE-2019-17571] * Bugfixes and minor enhancements: - CVE-2019-17571: Remote code execution: Deserialization of untrusted data in SocketServer - Log4j 2 now requires Java 8 or higher to build and run. - Better integration with Spring Boot by providing access to Spring variables in Log4j 2 configuration files and allowing Log4j 2 system properties to be defined in the Spring configuration. - Support for accessing Kubernetes information via a Log4j 2 Lookup. - The Gelf Layout now allows the message to be formatted using a PatternLayout pattern. - Due to a break in compatibility in the SLF4J binding, Log4j now ships with two versions of the SLF4J to Log4j adapters. - log4j-slf4j-impl should be used with SLF4J 1.7.x and earlier and log4j-slf4j18-impl should be used with SLF4J 1.8.x and later. - Note that the XML, JSON and YAML formats changed in the 2.11.0 release: they no longer have the "timeMillis" attribute and instead have an "Instant" element with "epochSecond" and "nanoOfSecond" attributes. - The Log4j 2.13.0 API, as well as many core components, maintains binary compatibility with previous releases. * New Features - Add ThreadContext.putIfNotNull method. - Add a Level Patttern Selector. - Add experimental support for Log4j 1 configuration files. - Add the ability to lookup Kubernetes attributes in the Log4j configuration. Allow Log4j properties to be retrieved from the Spring environment if it is available. - Allow Spring Boot application properties to be accessed in the Log4j 2 configuration. Add lower and upper case Lookups. - Add builder pattern to Logger interface. * Fixed Bugs - Prevent recursive calls to java.util.LogManager.getLogger(). - Added try/finally around event.execute() for RingBufferLogEventHandler to clear memory correctly in case of exception/error. - Wrong java version check in ThreadNameCachingStrategy. - Use a less confusing name for the CompositeConfiguration source. - Add setKey method to Kafka Appender Builder. - ArrayIndexOutOfBoundsException could occur with MAC address longer than 6 bytes. - The rolling file appenders would fail to compress the file after rollover if the file name matched the file pattern. - @PluginValue does not support attribute names besides "value". - Validation blocks definition of script in properties configuration. - Set result of rename action to true if file was copied. - Add automatic module names where missing. - OutputStreamAppender.Builder ignores setFilter(). - Prevent a memory leak when async loggers throw errors. * Changes - Update Jackson to 2.9.10. - Allow message portion of GELF layout to be formatted using a PatternLayout. - Allow ThreadContext attributes to be explicitly included or excluded in the GelfLayout.- Obsolete log4j-mini, since on systems where this package is installed, the log4j-mini is not supposed to exist, but the compatibility version log4j12-mini/log4j12- Run fdupes on the javadoc- Upgrade to apache-log4j-2.11.1 - Drop the log4j vs. log4j-mini split * the bootstrapping is done using the log4j12/log4j12-mini compatibility packages - Removed patches: * log4j-javadoc-xlink.patch * log4j-logfactor5-userdir.patch * log4j-mx4j-tools.patch * log4j-reproducible.patch + unnecessary with this version- Build against a generic javamail provider instead of against classpathx-mail- Let log4j provide the log4j-mini and obsolete it too. - Remove conflicts on each other- Depend on the generic xml-apis- Install and package the maven pom and metadata files for the non-bootstrap log4j- Require at least java 8 for build- Add log4j-reproducible.patch to drop javadoc timestamps to make package builds more reproducible (boo#1047218)- Specify java source and target level 1.6 to allow building with jdk9- Version bump to 1.2.17 latest 1.2 series: * No short changelog provided - many small changes - Try to avoid cycle between log4j and apache-common-loggings - Remove obsoleted patch: * log4j-jmx-Agent.patch - Refresh patch to apply to new source: * log4j-mx4j-tools.patch- Cleanup with a spec-cleaner so I can understand what is going around here.sheep14 16456055922.17.1-4.20.12.17.12.17.12.17.1log4jlog4j-jcl.jarlog4j-jcl.xmllog4jlog4j-jcl.pom/usr/share/java//usr/share/java/log4j//usr/share/maven-metadata//usr/share/maven-poms//usr/share/maven-poms/log4j/-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.suse.de/SUSE:Maintenance:22926/SUSE_SLE-15-SP2_Update/1c259545dea773d31a0ff22ff16fc86c-log4j.SUSE_SLE-15-SP2_Updatecpioxz5noarch-suse-linuxdirectoryASCII text, with CRLF line terminators (Zip archive data, at least v2.0 to extract Zip archive data, at least v2.0 to extract)XML 1.0 document, ASCII textXML 1.0 document textPPPRRRR/a6ՀԀutf-8da5197dba8081150865a213349a4929e2044b29e698fa289a66dccc5fac36843? 7zXZ !t/B I] crt:bLL ٧G D87=m:\#'"LcUQ!OYr]302MGr7YC`#@Wt_ 41X azNYhvUZ״ⲏoj ! nO0}ğ"sJ$*v"66Y5*^rjuU&cQK脇B.)TxWZcmasѳ%g,9s'8 Ɣl%vq`hQEQ1HS1&DYQ өi?oa9!xjL%b`iU=aUvoUzxEbT,1HS#(~=%0罋2 &2IYlzWd4䇼*f,H8hg5`[ ,jnN;3DmT2ljo_Kjiln[5(6GԿv@~= Z_ '4))ј2/;YQni#=b%Cܐ~vT?sQĔE\vL<;eVnuw^uÏGܱGizѠwvlY73j& Y.'kw%a t 0ɯ9u߅;G}E,3Ġitv&j+ne/ExGE,ۊ=⢞LjJC U9z酼FjL6`x1R#HZ#X?ɼ'E$OkW^+_*KspVHoq[DY7eG. {_~ 9fҟ+S:8Kw#}6puZ6*)Ys\g;^@yC6-ah @Gc{-2xboIM8͡m;KrRxqK @3YG׿z$ڰ=2 Z[N29r/$Un[$,rû AtLTuTT=hA&o@;3foQzU\gb,nЙtni^'wK3 v$ǯ jr߱u1( +Eu>q8-`8Xʹ:M-֜A*-%&3Q`.#_eX'fa1}߭.Fycx:S Eq]KrTETDܥL]7Hv?D+9ruܘ㼡f} 7xX3&NR@N"XWڒ^'YQW8dDV:"я)m?T't-T' #)h=&OMÿd(7隫ZRk !A+RG,fտBoħw"4T= T=[-\Qj A4+[h/Pm >eNgpA[\>@H_/,:14wOqcĥ7x") QZiߩXYF褻 TlKBUƽpAEFСBU|?Q. =95 W@6M1ûq=bNcXpDГc9׾Sb>[_G(]C]հw~?h=_H0>GpkM(Ϝۯ /pRlJ& faZ2w5Fr?o|tkO4.q'{727b E^39<70WSV" 蕸q^BE}Z o4JAWlć}|55"Y%ZI9E a1Ҁ6F[[rI&iKnJe3KajP*eXؽ<_3_*u g$ן'nnΆTc+{"{qNx'>ύߑW92ާ04pF_"*kQWxgU_M-* +˷:xh/ւ}Nw VՃZsD[&J} 4MݸOcav7; 9yf pWs-}B,ڴ"tu-uOj b'FdI]Zv0u&lMX ,kKG1iWzl!uE :w+bvDE+s3V^[Xf\|PY#,5NGm3~'٫<CEI؃/Eà2{璉Qk/L^Swja&{LKA(dFvpqrs܂B~ |?.֮ě \OsL%;, |g.PJ~Ї..ZWhnKv f zkVk9rn`K#qN@chTAUi;ig{W+*|A&(]mIje@X mT%xmS!FBQCAK%aQ4HxÂTA  - Q(\_ɣ5Wzh!dAYf5^0`vQ>q[pI`TKHk-CBж\}\1/qO iVA-Y"6SL)~ /eI8;+Ki6z$s#Ky19 r4 m+Tcn:'F$8+~CӣKj,8\T3/hjOa`zl >鈏9d)~8`nn:QD`x}ov5%y:N1KEI!) n_4j='@D=equlOsQʚ;[pG9)kڧH*aww=i325EgS(nsJ*FlmMU.Լ?~gn"kh='G$mj$bA)PmpBtE~) 4Qzr4)5{̾{j:[k GY֬ʑg/2A F[쩽uBP&n^9G~PXLU4b jrI(;f~ ?(&zdp+q:ˌ;Z1b}XVOk|R<=I$^#1eZb=gW/c_ `LGflk"қSDŕ4<(7N`)@]-Jj#p[ *}qAŸ;Bʭ(,v5QZ`”k{kVyjRMV!X sDdq)Di[ã΃>NBU5Kh\%q]H7}r?0YVPI /9qPZ {q">N\OSWS9`1DH$L"PDlZq Z'a)7/3ES?lҨ`-\ң%`]iҪ%"WΤT0} ?jr-Β39*ttqc5F|[tYz)5fA FlxUY 2`+"[ԫX38a"˰NOH<كp`h>KH%T e(r tT`|oQ9HpB9K#I,(6v.wCEs"VzN8Y̕~L obW#t h4NBxfQ#}~ .;܆)`1a8᠅?۹}d66l{'@596?yO͙?CN9@Pn `L-tLޅ7Z˱nJE<܉u@盶əhAvd[ArW]Zt wzC%W%4,i [<ݒjZT3!7|Iuєm D)nC]P soAX6p}0c f:5H6u-!޾rpi j6!D*kv2I: nl&cJWH++&Wj) ^#5Xo݂@" =8JD`y{L.', o?\7FGs.M%Ň?!eRc8Z]Y#6@/9ĮTn̈5, vX63?.oc#T1$/4,K&Eǧ *Kb&YoI_p.3@k:Y`mTyz$5%ۉZe~HSۅgV=^j3PB%.}Uh-R-3bjamj zeA5eBTb}Oc or]bl9[bn:m{s^XL9!@=a{ k{&XLᬒ(l% mOom#kiE-Mա@zY! ʯ&nhAyQ 6?~Ne;t%-Pmn_p<`4  F60YޜvAa  ĒHI Soq/ cHJ8`P=ɸ 7?[tZeB3MNyKcS=&@_^ YZ