summaryrefslogtreecommitdiff
path: root/lang/openjdk8
AgeCommit message (Collapse)AuthorFilesLines
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot1-2/+2
2020-06-02lang/openjdk8: skip check for unknown configure optionsrillig1-1/+2
2020-05-29Add jmap to JAVA_WRAPPERS, bump PKGREVISIONabs2-4/+5
2020-05-22revbump after updating security/nettleadam1-1/+2
2020-05-17openjdk*: catch up with cups changes in CONFIGURE_ARGStnn1-2/+2
2020-05-17openjdk*: switch the build dependency from cups-base to libcupstnn1-3/+3
2020-05-15openjdk8: Remove -pie on SunOS.jperkin2-44/+54
2020-05-09openjdk8: handle paxctl +m internally to the buildtnn3-16/+20
2020-05-09openjdk8: don't pick up krb5 headers from pkgsrctnn1-1/+3
2020-05-06Follow openjdk11 and unlimit cputime as individual commands can take morejmcneill1-2/+2
than 1hr of CPU time.
2020-05-04openjdk8: update to openjdk8-1.8.252 (BSD port 8u252 GA)tnn2-8/+8
Security fixes for: CVE-2020-2754, CVE-2020-2755, CVE-2020-2756, CVE-2020-2757, CVE-2020-2773, CVE-2020-2781, CVE-2020-2800, CVE-2020-2803, CVE-2020-2805, CVE-2020-2830 Also misc bugfixes.
2020-05-03lang/openjdk8: document safe use of array[char]rillig1-1/+4
2020-04-25lang/openjdk8: remove redundant file from FILES_SUBSTrillig1-2/+2
2020-03-22openjdk8: remove va-hack now that we have UNLIMIT_RESOURCES+=virtualsizetnn2-34/+3
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08Revbump packages depending on libffi after .so version change.bsiegert1-1/+2
Requested by Matthias Ferdinand and Oskar on pkgsrc-users.
2020-03-06openjdk8: update to 8u242tnn4-54/+21
BSD specific fixes: - Fix BsdNativeDispatcher - Support thread name setting on OpenBSD and NetBSD Security fixes: - S8225261: Better method resolutions - S8224909, CVE-2020-2583: Unlink Set of LinkedHashSets - S8225279: Better XRender interpolation - S8226352, CVE-2020-2590: Improve Kerberos interop capabilities - S8227758: More valid PKIX processing - S8227816: More Colorful ICC profiles - S8228548, CVE-2020-2593: Normalize normalization for all - S8229951, CVE-2020-2601: Better Ticket Granting Services - S8230279: Improve Pack200 file reading - S8230318: Better trust store usage - S8230967: Improve Registry support of clients - S8231129: More glyph images - S8231139: Improved keystore support - S8231422, CVE-2020-2604: Better serial filter handling - S8231795, CVE-2020-2659: Enhance datagram socket support - S8232419: Improve Registry registration - S8234037, CVE-2020-2654: Improve Object Identifier Processing ~100 additional minor bugfixes.
2020-02-08add FreeBSD patch to export couple more symbols from libnio for Jenkins,jdolecek3-2/+44
found and provided by Mike Pumfold
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-11-05openjdk8: More SunOS/gcc patching required.jperkin2-11/+13
2019-11-03lang: align variable assignmentsrillig3-28/+28
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-11-02openjdk8: update to 8u232 GAtnn6-81/+73
Bug fix and security update. Resolves in particular the following CVEs: - S8213429, CVE-2019-2933: Windows file handling redux - S8218573, CVE-2019-2945: Better socket support - S8220302, CVE-2019-2949: Better Kerberos ccache handling - S8221858, CVE-2019-2958: Build Better Processes - S8222684, CVE-2019-2964: Better support for patterns - S8222690, CVE-2019-2962: Better Glyph Images - S8223505, CVE-2019-2973: Better pattern compilation - S8223518, CVE-2019-2975: Unexpected exception in jjs - S8223892, CVE-2019-2978: Improved handling of jar files - S8224532, CVE-2019-2981: Better Path supports - S8224915, CVE-2019-2983: Better serial attributes - S8225286, CVE-2019-2987: Better rendering of native glyphs - S8225292, CVE-2019-2988: Better Graphics2D drawing - S8225298, CVE-2019-2989: Improve TLS connection support - S8225597, CVE-2019-2992: Enhance font glyph mapping - S8226765, CVE-2019-2999: Commentary on Javadoc comments - S8228825, CVE-2019-2894: Enhance ECDSA operations
2019-10-01openjdk8: delete GCC>=6 workaround; configure has equivalent logictnn1-7/+1
2019-09-22openjdk*: make NetBSD 7 bootstrap binaries valid for all future releasestnn2-46/+6
Also drop support for NetBSD 6 and older.
2019-09-22openjdk*: remove NetBSD major version constraintstnn1-3/+3
2019-09-22openjdk*: use ${JAVA_NAME} where applicabletnn1-9/+9
2019-09-22openjdk8: remove redunant CONFIGURE_ARGStnn1-2/+1
2019-08-23openjdk8: put back MASTER_SITE_LOCAL in the listtnn1-2/+3
So the bootstrap kits can be found. Oops.
2019-07-25openjdk8: set the DISTNAME & PKGNAME based on GITHUB_TAGtnn2-7/+8
2019-07-25openjdk8: PLIST: g/c dup entriestnn1-3/+1
2019-07-25openjdk8: switch upstream to the openjdk BSD community effort at githubtnn8-138/+55
This repo is a continuation of the bsd-port tree, still maintained by the FreeBSD ports java people. It is forked from (and merges regularly from) AdoptOpenJDK. They accept patches for other BSDs, so we should see if we have anything in our tree worth contributing. As a side effect, this changes updates openjdk8 to u222.
2019-07-24openjdk8: revert previous which didn't work w/ SunOS /bin/sh printf builtintnn2-27/+1
2019-07-22openjdk8: be compatible with src/usr.bin/printf/printf.c r1.49tnn2-1/+27
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz1-2/+2
2019-07-20*: recursive bump for nettle 3.5.1wiz1-2/+2
2019-05-23all: replace SUBST_SED with the simpler SUBST_VARSrillig1-3/+3
pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
2019-03-20openjdk8: update to 1.8.202nb1.wiz2-4/+3
Remove libXp build dependency, not used.
2019-02-24openjdk8: Disable relro on SunOS.jperkin2-43/+52
2019-02-19Actually bump versionryoon2-8/+8
2019-02-19Update to 1.8.202ryoon3-3/+34
* Fix sigaction usage for NetBSD, from nonaka@. Thank you. Changelog: Bugfixes: JDK-8210384 JDK-8191178 JDK-8130655 JDK-8205479 JDK-8170937 JDK-8207322 JDK-8201801 JDK-8182461 JDK-8207150 JDK-8202264 JDK-8206392 JDK-8208638 JDK-8207060 JDK-8207750 JDK-8200719 JDK-8202261 JDK-8207145 JDK-8165852 JDK-8139507 JDK-8209184 JDK-8210038 JDK-8208183 JDK-8212709 JDK-8164920 JDK-8209639 JDK-8172850 JDK-8155635 JDK-8131048 JDK-8211150 JDK-8064811 JDK-8211909 JDK-8211387 JDK-8211124 JDK-8205965 JDK-8196882 JDK-8209863 JDK-8211394 JDK-8145788 JDK-8208091 JDK-8164383 JDK-8210219 JDK-8148129 JDK-8209457 JDK-8202277 JDK-8196968 JDK-8207159 JDK-8212147 JDK-8156709 JDK-8187218 JDK-8131051 JDK-8160928 See: https://www.oracle.com/technetwork/java/javase/8u202-relnotes-5209339.html
2018-12-15openjdk8: Re-fix SunOS support.jperkin3-11/+59
2018-12-12Remove obsole patches and regen distinfo properlyryoon4-48/+8
2018-12-12Update to 1.8.192ryoon7-167/+84
Changelog: New Features security-libs/javax.net.ssl ➜ Support for Customization of Default Enabled Cipher Suites via System Properties The system property jdk.tls.client.cipherSuites can be used to customize the default enabled cipher suites for the client side of SSL/TLS connections. In a similar way, the system property jdk.tls.server.cipherSuites can be used for customization on the server side. The system properties contain a comma-separated list of supported cipher suite names that specify the default enabled cipher suites. All other supported cipher suites are disabled for this default setting. Unrecognized or unsupported cipher suite names specified in properties are ignored. Explicit setting of enabled cipher suites will override the system properties. Please refer to the "Java Cryptography Architecture Standard Algorithm Name Documentation" for the standard JSSE cipher suite names, and the "Java Cryptography Architecture Oracle Providers Documentation" for the cipher suite names supported by the SunJSSE provider. Note that the actual use of enabled cipher suites is restricted by algorithm constraints. Note also that these system properties are currently supported by the JDK Reference Implementation. They are not guaranteed to be supported by other implementations. Warning: These system properties can be used to configure weak cipher suites, or the configured cipher suites may become more weak over time. We do not recommend using the system properties unless you understand the security implications. Use them at your own risk. See JDK-8162362 Bug Fixes This release contains fixes for security vulnerabilities described in the Oracle Critical Patch Update. For a more complete list of the bug fixes included in this release, see the JDK 8u192 Bug Fixes page. Security bugs: CVE-2018-3183 CVE-2018-3209 CVE-2018-3169 CVE-2018-3149 CVE-2018-3211 CVE-2018-3180 CVE-2018-3214 CVE-2018-3157 CVE-2018-3150 CVE-2018-13785 CVE-2018-3136 CVE-2018-3139
2018-11-14Revbump after cairo 1.16.0 update.kleink1-2/+2
2018-11-12openjdk8: some Linux packaging fixestnn3-5/+14
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon1-2/+2
2018-09-19Add jhat to JAVA_WRAPPERS. Bump PKGREVISIONabs2-4/+6
2018-09-17openjdk8: bootstrap aarch64 with jdk8 instead of jdk7tnn2-7/+7
There is some compatibility issue with the current version of jdk7.
2018-09-15Regen distinfo to include correct tarballryoon1-5/+5
From Marc Baudoin. Thank you.
2018-09-15Update to 1.8.181ryoon12-161/+20
Changelog: Fixed: CVE-2018-2938 CVE-2018-2964 CVE-2018-2941 CVE-2018-2942 CVE-2018-2972 CVE-2018-2973 CVE-2018-2940 CVE-2018-2952