index
:
ports
2014Q1
2014Q2
2014Q3
2014Q4
2015Q1
2015Q2
2015Q3
2015Q4
2016Q1
2016Q2
2016Q3
2016Q4
2017Q1
2017Q2
2017Q3
2017Q4
2018Q1
2018Q2
2018Q3
2018Q4
2019Q1
2019Q2
2019Q3
2019Q4
2020Q1
2020Q2
2020Q3
2020Q4
2021Q1
2021Q2
2021Q3
2021Q4
2022Q1
2022Q2
2022Q3
2022Q4
2023Q1
2023Q2
2023Q3
2023Q4
2024Q1
2024Q2
2024Q3
2024Q4
2025Q1
2025Q2
2025Q3
2025Q4
2026Q1
2026Q2
2026Q3
main
FreeBSD ports tree
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
openjdk7
/
files
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement current and signal methods for sun.nio.ch.NativeThread. Note this
Jung-uk Kim
2014-06-27
1
-0
/
+51
*
Update to 7u60.
Greg Lewis
2014-06-07
3
-2430
/
+54121
*
- Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be
Jung-uk Kim
2014-05-21
3
-0
/
+91
*
Include bundled header files before others. For example, this fixes build
Jung-uk Kim
2014-04-30
1
-0
/
+28
*
. Fix spawning external processes from the JVM. [1]
Greg Lewis
2014-04-29
4
-90
/
+161
*
Refine the patch again. No functional change.
Jung-uk Kim
2014-04-21
1
-4
/
+3
*
Refine the previous patch. No functional change.
Jung-uk Kim
2014-04-21
1
-2
/
+3
*
Fix build with clang.
Jung-uk Kim
2014-04-21
2
-0
/
+35
*
. Update to 7u55.
Greg Lewis
2014-04-20
2
-27175
/
+17514
*
. Update to the cacerts file included in the latest Linux distribution (7u55).
Greg Lewis
2014-04-20
1
-0
/
+0
*
. Add BSD support to PortConfig. Fixes JMX on FreeBSD.
Greg Lewis
2014-02-15
1
-0
/
+13
*
. Update to 7u51.
Greg Lewis
2014-02-09
3
-148245
/
+73544
*
Revert lang/openjdk7 to 7u25.
Mathieu Arnold
2014-01-04
3
-43644
/
+148754
*
. Update to 7u45.
Greg Lewis
2013-12-08
3
-148754
/
+43644
*
. Update to the latest cacerts from the 7u45 JDK release.
Greg Lewis
2013-12-08
1
-0
/
+0
*
. Fix DefaultAsynchronousChannelProvider.create to not crash on FreeBSD but
Greg Lewis
2013-10-30
1
-0
/
+13
*
. Make set_native_priority return a (correct) value on FreeBSD, rather than
Greg Lewis
2013-09-22
1
-0
/
+8
*
. Update to 7u25.
Greg Lewis
2013-06-23
1
-86830
/
+1898
*
. Split out the JDK patches into their own file. This will actually break
Greg Lewis
2013-06-23
1
-0
/
+132659
*
. Update to 7u21.
Greg Lewis
2013-05-05
2
-25232
/
+44425
*
. Fix the location of the
Greg Lewis
2013-03-27
1
-0
/
+20
*
. Allow users to force the file system provider to be the BSD file system
Greg Lewis
2013-03-27
2
-0
/
+58
*
. Update to 7u17.
Greg Lewis
2013-03-10
4
-655
/
+51786
*
Add a patch to fix MulticastSocket.setInterface().
Jung-uk Kim
2013-02-11
1
-0
/
+47
*
. Fix a crash under heavy network load by reverting to using poll(2) rather
Greg Lewis
2013-01-29
1
-0
/
+85
*
. Update to 7u11.
Greg Lewis
2013-01-18
4
-8332
/
+17364
*
- Remove patches for regression tests. Those patches are not necessary but
Jung-uk Kim
2012-11-03
1
-32643
/
+0
*
. Update to 7u9.
Greg Lewis
2012-10-28
3
-74
/
+40207
*
. Commit a fix for CVE-2012-4681.
Greg Lewis
2012-08-30
1
-0
/
+63
*
. Allow openjdk7 to work with icedtea-web port.
Greg Lewis
2012-08-26
1
-0
/
+106
*
. Update to 7u6.
Greg Lewis
2012-08-21
4
-3650
/
+6077
*
. Update to what should be 7u5. Based on the bug ids from
Greg Lewis
2012-08-06
1
-0
/
+2985
*
. Fix locale generation.
Greg Lewis
2012-06-16
2
-21
/
+40
*
. Fix jstack.
Greg Lewis
2012-06-06
1
-0
/
+16
*
. Update to 7u4. This was a fairly significant merge, so please report
Greg Lewis
2012-05-27
3
-31502
/
+4760
*
. Update to 7 Update 3. Since there was no separate source bundle released
Greg Lewis
2012-04-18
1
-0
/
+4326
*
. Use the latest cacerts file from the official Oracle distribution of
Greg Lewis
2012-03-06
1
-0
/
+0
*
. Update to OpenJDK 7 Update 2.
Greg Lewis
2012-03-06
1
-2440
/
+1590
*
. Try harder to make sure the flags returned from getFlags isn't negative,
Greg Lewis
2011-07-08
1
-0
/
+17
*
. Update to Build 147.
Greg Lewis
2011-06-29
1
-637
/
+637
*
. Update to Build 146.
Greg Lewis
2011-06-26
1
-658
/
+669
*
. Update to Build 144.
Greg Lewis
2011-05-29
2
-6906
/
+7366
*
. Fix infinite loop in parsing certain doubles. See CVE-2010-4476.
Greg Lewis
2011-02-09
1
-0
/
+11
*
. Update to Build 122.
Greg Lewis
2010-12-18
1
-544
/
+546
*
. Update to Build 121.
Greg Lewis
2010-12-14
2
-899
/
+987
*
. Update to Build 117.
Greg Lewis
2010-11-08
2
-1931
/
+2519
*
. Add a new NIO selector that uses kqueue(2) and make it the default. [1]
Greg Lewis
2010-08-16
1
-0
/
+1236
*
. Update to the latest set of root certificates that come with the JDK.
Greg Lewis
2010-07-25
1
-0
/
+0
*
. Update to Build 100.
Greg Lewis
2010-07-11
1
-1917
/
+2527
*
. Update to Build 86.
Greg Lewis
2010-03-27
1
-771
/
+805
[next]