27 Commits

Author SHA1 Message Date
Gustavo Romero
f226e7e897 community/openjdk8: fix build on PPC when musl is used instead of glibc
Musl on Power does not define regs member as a pt_regs pointer type,
hence it's necessary to use member gp_regs instead.
2017-03-30 14:53:49 +00:00
Carlo Landmeter
9489cb3405 community/openjdk8: do not halt on removal of missing file 2017-03-26 11:10:45 +00:00
Jakub Jirutka
0722b351e9 community/openjdk8: do not fail when classes.jsa doesn't exist
This is related to new version of abuild running with `set -e`.
The build failed on armhf; classes.jsa is apparently not generated on
this platform and hence failed to be removed.
2017-03-26 01:27:51 +01:00
Natanael Copa
e3c58da819 community/openjdk8: build fix
needs nss-static for libfreebl.a
2017-03-23 13:58:15 +00:00
William Pitcock
5cf371ba43 community: trigger rebuilds against nss-dev 2017-03-23 04:03:50 +00:00
Timo Teräs
c8a21b71ac community/openjdk8: pkgrel bump 2017-02-09 11:43:29 +00:00
Timo Teräs
8fddb2b863 community/openjdk8: fix paxmarking
- fix the script to work with split subpkg directory layout
- make apkbuild abort on marking error
- rebuild with new abuild that has xattr issue fixed
2017-02-09 11:41:23 +00:00
Timo Teräs
51235b6d75 community/openjdk8: security upgrade to 3.3.0 (java 8 u121)
enable sunec (ref #6809)

S8138725: Add options for Javadoc generation
S8140353: Improve signature checking
S8151934, CVE-2017-3231: Resolve class resolution
S8156804, CVE-2017-3241: Better constraint checking
S8158406: Limited Parameter Processing
S8158997: JNDI Protocols Switch
S8159507: RuntimeVisibleAnnotation validation
S8161218: Better bytecode loading
S8161743, CVE-2017-3252: Provide proper login context
S8162577: Standardize logging levels
S8162973: Better component components
S8164143, CVE-2017-3260: Improve components for menu items
S8164147, CVE-2017-3261: Improve streaming socket output
S8165071, CVE-2016-2183: Expand TLS support
S8165344, CVE-2017-3272: Update concurrency support
S8166988, CVE-2017-3253: Improve image processing performance
S8167104, CVE-2017-3289: Additional class construction refinements
S8167223, CVE-2016-5552: URL handling improvements
S8168705, CVE-2016-5547: Better ObjectIdentifier validation
S8168714, CVE-2016-5546: Tighten ECDSA validation
S8168728, CVE-2016-5548: DSA signing improvments
S8168724, CVE-2016-5549: ECDSA signing improvments
2017-02-06 12:57:18 +00:00
Timo Teräs
0015b2f2be community/openjdk8: add debug package
fixes #6386
2016-11-17 09:35:21 +00:00
Timo Teräs
8230baf5ed community/openjdk8: security ugprade to icedtea 3.2.0
ref #6388

S8146490: Direct indirect CRL checks
S8151921: Improved page resolution
S8155968: Update command line options
S8155973, CVE-2016-5542: Tighten jar checks
S8156794: Extend data sharing
S8157176: Improved classfile parsing
S8157739, CVE-2016-5554: Classloader Consistency Checking
S8157749: Improve handling of DNS error replies
S8157753: Audio replay enhancement
S8157759: LCMS Transform Sampling Enhancement
S8157764: Better handling of interpolation plugins
S8158302: Handle contextual glyph substitutions
S8158993, CVE-2016-5568: Service Menu services
S8159495: Fix index offsets
S8159503: Amend Annotation Actions
S8159511: Stack map validation
S8159515: Improve indy validation
S8159519, CVE-2016-5573: Reformat JDWP messages
S8160090: Better signature handling in pack200
S8160094: Improve pack200 layout
S8160098: Clean up color profiles
S8160591, CVE-2016-5582: Improve internal array handling
S8160838, CVE-2016-5597: Better HTTP service
PR3206, RH1367357: lcms2: Out-of-bounds read in Type_MLU_Read()
2016-11-17 08:36:08 +00:00
Timo Teräs
a2e061d509 community/[various]: dont set arch in split function 2016-11-02 11:51:56 +02:00
Jakub Jirutka
97e9d140ed community/openjdk8: move libjsoundalsa.so from -jre-base to -jre
This lib should not be needed for headless, Fedora also excludes it from
the headless package.
2016-08-30 22:36:22 +02:00
Jakub Jirutka
c2feaec957 community/openjdk8: fix build on aarch64 2016-08-30 22:36:22 +02:00
Jakub Jirutka
a45e55b728 community/openjdk8: improve abuild 2016-08-30 22:36:21 +02:00
Jakub Jirutka
f1bcc4bce4 community/openjdk8: rewrite to use icedtea and upgrade to 8.101.13 2016-08-30 22:36:21 +02:00
Natanael Copa
99e1859125 community/openjdk8: ship libjli.so with jre-base
fixes https://github.com/docker-library/openjdk/issues/77
2016-06-06 13:47:28 +00:00
Natanael Copa
1fe1ed24b9 community/openjdk8: security upgrade to 8u92
CVE-2016-0686
CVE-2016-0687
CVE-2016-0695
CVE-2016-3425
CVE-2016-3426
CVE-2016-3427
2016-05-10 11:18:30 +00:00
Jakub Jirutka
c20463c66b community/openjdk8: fix messed indentation, global vars and modernize it 2016-05-02 18:42:44 +00:00
Timo Teräs
5691ec7d05 community/openjdk8: security upgrade to 8u77 (CVE-2016-0636) 2016-03-26 08:52:52 +00:00
Muh Muhten
1301e6ae13 update all source= lines to use :: instead of saveas- syntax 2016-03-10 10:03:19 +00:00
Timo Teräs
151f353fda main/openjdk8: fix jre-base packaging
move plugins out that depend on xorg stuff, and add java-cacerts
dependency. fixes #5132.
2016-02-22 13:53:26 +00:00
Natanael Copa
235ddf2b8f community/openjdk8: fix permissions of *.jar
gnu find seems to not support the '-perm +006' anymore. use '-perm /006'
2016-02-02 09:24:59 +00:00
Timo Teräs
148e3b1833 community/openjdk8: upgrade to 8u72b15
Fixes CVE-2016-0483, CVE-2016-0494, CVE-2015-8126, CVE-2016-0475,
CVE-2016-0402, CVE-2016-0466, CVE-2016-0448, CVE-2015-7575.
2016-01-25 07:35:39 +00:00
Natanael Copa
94969c8a55 community/openjdk8: fix cacerts
ref #4128
2016-01-14 13:42:23 +00:00
Timo Teräs
94e7061558 community/openjdk8: fix javac, split -demos
ct.sym needs read permission for javac to work, fix that. and
split demos and samples to separate package.
2015-10-31 07:56:15 +00:00
Timo Teräs
b275ffd568 community/openjdk8: upgrade to java8 u66 b17
this is now latest GA release
2015-10-25 14:42:54 +00:00
Natanael Copa
58a5aac536 community/openjdk8: moved from testing 2015-10-07 14:03:23 +00:00