SHA256
1
0
forked from pool/bcel

27 Commits

Author SHA256 Message Date
352f0929c4 Accepting request 1134732 from home:urbic:branches:Java:packages
- Update to version 6.8.0
  * 6.8.0 (2023-12-08) Maintenance and bug fix release.
    + New features:
      ~ Add and use InvalidMethodSignatureException extending
        ClassFormatException.
      ~ Increase code coverage in Class2HTMLTestCase with new test
        input Java4Example #186.
      ~ Add verifier tests on some opcodes #180.
      ~ Added signature test cases for class/method, and bad
        signatures #182.
      ~ Add Const.MAJOR_20.
      ~ Add Const.MINOR_20.
      ~ Add Const.MAJOR_21.
      ~ Add Const.MINOR_21.
      ~ [Bcelifier] stackmap support to pass JDK verifier #177.
      ~ Fix SpotBugs [ERROR] Class org.apache.bcel.util.ClassVector
        defines non-transient non-serializable instance field vec
        [org.apache.bcel.util.ClassVector] In ClassVector.java
        SE_BAD_FIELD.
      ~ Fix SpotBugs [ERROR] Switch statement found in
        org.apache.bcel.util.BCELFactory.visitAllocationInstruction(AllocationInstruction)
        where one case falls through to the next case
        [org.apache.bcel.util.BCELFactory,
        org.apache.bcel.util.BCELFactory] At
        BCELFactory.java:[lines 188-191]Another occurrence at
        BCELFactory.java:[lines 192-196] SF_SWITCH_FALLTHROUGH.
    + Fixed bugs:
      ~ When parsing an class with an invalid constant reference,
        ensure ClassParser.parse() throws ClassFormatException, not
        NullPointerException.
      ~ Ensure that references to a constant pool entry with index
        zero trigger a ClassFormatException, not a
        NullPointerException.
      ~ Ensure that references to the unused constant pool entry
        after a long/double entry triggers a ClassFormatException,
        not a NullPointerException.
      ~ Test and coverage of InstructionFactory #190.
      ~ Verifier: test and coverage for SWAP instruction #188.
      ~ Exception parsing Kotlin class with 'fun `method name with
        () in it`()' #205.
      ~ Fix null pointers in AnnotationEntry #213.
      ~ Field not found, search field in both super class and
        implemented interfaces (5x duplicated code to find field by
        name and type is refactored to a new method and now
        supports package-private) #181.
      ~ BCEL-366: Use alternative name for broken classes under
        test #220.
      ~ BCEL-367: Fixes java.lang.IndexOutOfBoundsException for
        ATHROW on empty stack #223.
      ~ BCEL-368: Fixes java.lang.StackOverflowError in
        Select#toString(boolean) #229.
      ~ Fix for type.getType(...) use on non-signature type names
        #221.
      ~ Fix EmptyVisitorTestCase on Java 21.
    + Changes:
      ~ Bump commons-parent from 54 to 65 #189, #198, #222.
      ~ Bump jna.version from 5.12.1 to 5.13.0 #203.
      ~ Bump kotlin-stdlib from 1.8.10 to 1.9.21 #217, #219, #227,
        #231, #235, #245, #247.
      ~ Bump commons-io from 2.11.0 to 2.15.1.
      ~ Bump commons-lang3 from 3.12.0 to 3.14.0.
      ~ Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to
        3.1.1 #246.

OBS-URL: https://build.opensuse.org/request/show/1134732
OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=53
2023-12-27 09:26:30 +00:00
87c104ca85 OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=51 2023-08-31 08:40:31 +00:00
David Anes
6ed3b0c826 Accepting request 1035053 from home:pmonrealgonzalez:branches:Java:packages
- Security fix: [bsc#1205125, CVE-2022-42920]
  * Apache Commons BCEL prior to 6.6.0 allows producing
    arbitrary bytecode via out-of-bounds writing
  * Add bcel-CVE-2022-42920.patch

OBS-URL: https://build.opensuse.org/request/show/1035053
OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=42
2022-11-10 13:54:45 +00:00
0d08fc9a02 OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=40 2019-02-01 16:53:03 +00:00
070e784f72 OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=39 2019-02-01 16:47:44 +00:00
d42a912ccf OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=38 2019-02-01 14:11:30 +00:00
fb02a40572 OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=36 2018-12-10 09:52:26 +00:00
0e3a0d46cd OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=34 2018-11-15 11:44:00 +00:00
996cfc3ca9 OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=32 2018-05-17 19:57:34 +00:00
0e647b21a6 OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=31 2018-05-15 14:05:28 +00:00
05499505af Don't build with gcj and fix jdk9 build
OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=28
2017-09-27 17:08:39 +00:00
Tomáš Chvátal
a821037692 - Buildignore more java implementations
OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=25
2017-05-19 16:55:29 +00:00
Tomáš Chvátal
3a0ef5ba45 Accepting request 456867 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/456867
OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=24
2017-02-13 15:19:55 +00:00
Tomáš Chvátal
f9ed3b6df5 - Build with java-devel and not gcj as it is getting deprecated
- Add patch to build with new javac:
  * build-encoding.patch

OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=23
2017-01-05 15:29:47 +00:00
Tomáš Chvátal
1a44e44db2 - Drop gpg-offline
- Drop conditional for manual that is never triggered

OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=21
2015-03-25 09:23:24 +00:00
Tomáš Chvátal
ddbba2492b - Do not depend on ant-nodeps.
OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=19
2014-07-08 10:59:15 +00:00
Michal Vyskocil
2c84b39ece split changes per review team request
OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=17
2013-09-03 14:26:45 +00:00
Michal Vyskocil
834f24c38c - use pristine tarballs
- fix source url
- add gpg verification
- format spec file

OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=16
2013-08-29 11:46:24 +00:00
Michal Vyskocil
28baf80275 - disable javadoc generation
- remove xerces-j2-bootstrap dependency (bnc#789163)

OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=14
2013-08-22 12:08:43 +00:00
Michal Vyskocil
7e1e36c589 - remove xerces-j2-bootstrap depenency (bnc#789163)
OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=12
2013-01-07 12:16:59 +00:00
Michal Vyskocil
224c00af0a - ignore openjdk from build
OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=10
2012-05-15 08:00:11 +00:00
Michal Vyskocil
d3df28279a Accepting request 82872 from home:jengelh:bl-b
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/82872
OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=8
2011-09-22 08:16:54 +00:00
Ruediger Oertel
fce08d35e5 Accepting request 52369 from Java:packages
Accepted submit request 52369 from user mvyskocil

OBS-URL: https://build.opensuse.org/request/show/52369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcel?expand=0&rev=9
2010-11-15 16:45:19 +00:00
OBS User unknown
86235cf468 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcel?expand=0&rev=4 2009-06-02 10:27:25 +00:00
OBS User unknown
f92cc0ab4c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcel?expand=0&rev=3 2008-07-27 23:10:13 +00:00
OBS User unknown
e1fbea42a6 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcel?expand=0&rev=2 2008-07-25 14:47:40 +00:00
OBS User unknown
b1db3161f0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcel?expand=0&rev=1 2007-01-15 22:52:11 +00:00