Re: update java/gradle to 8.3

2023-09-16 Thread Lawrence Teo
On Sat, Sep 16, 2023 at 02:52:54PM +0100, Stuart Henderson wrote: > (+cc ghidra maintainer) > > On 2023/09/16 14:55, Peter Hessler wrote: > > > > On 2023 Sep 16 (Sat) at 07:30:46 -0400 (-0400), Ian Darwin wrote: > > :On Sat, Sep 16, 2023 at 11:36:08AM +0100, Stuart Henderson wrote: > > :> > Unfor

Re: update java/gradle to 8.3

2023-09-16 Thread Stuart Henderson
(+cc ghidra maintainer) On 2023/09/16 14:55, Peter Hessler wrote: > > On 2023 Sep 16 (Sat) at 07:30:46 -0400 (-0400), Ian Darwin wrote: > :On Sat, Sep 16, 2023 at 11:36:08AM +0100, Stuart Henderson wrote: > :> > Unfortunately there is a show-stopper here. We have to fix/update > :> > security/ghi

Re: update java/gradle to 8.3

2023-09-16 Thread Peter Hessler
On 2023 Sep 16 (Sat) at 07:30:46 -0400 (-0400), Ian Darwin wrote: :On Sat, Sep 16, 2023 at 11:36:08AM +0100, Stuart Henderson wrote: :> > Unfortunately there is a show-stopper here. We have to fix/update :> > security/ghidra which is not trivial. :> :> The ghidra port is really outdated, even fr

Re: update java/gradle to 8.3

2023-09-16 Thread Ian Darwin
On Sat, Sep 16, 2023 at 11:36:08AM +0100, Stuart Henderson wrote: > > Unfortunately there is a show-stopper here. We have to fix/update > > security/ghidra which is not trivial. > > The ghidra port is really outdated, even from just a quick look at > release notes various of the changes look secur

Re: update java/gradle to 8.3

2023-09-16 Thread Stuart Henderson
On 2023/09/16 11:48, Rafael Sadowski wrote: > On Sun Sep 10, 2023 at 02:35:29PM +0200, Peter Hessler wrote: > > I have need to build some mods for Minecraft, and they want to use Java > > 17, which is newer than what our in-tree Gradle supports. Here's an > > update to the most recent version of G

Re: update java/gradle to 8.3

2023-09-16 Thread Rafael Sadowski
On Sun Sep 10, 2023 at 02:35:29PM +0200, Peter Hessler wrote: > I have need to build some mods for Minecraft, and they want to use Java > 17, which is newer than what our in-tree Gradle supports. Here's an > update to the most recent version of Gradle, works for me in light > testing. > > OK? >

update java/gradle to 8.3

2023-09-10 Thread Peter Hessler
I have need to build some mods for Minecraft, and they want to use Java 17, which is newer than what our in-tree Gradle supports. Here's an update to the most recent version of Gradle, works for me in light testing. OK? -peter Index: java/gradle/Makefile ===

Re: UPDATE: java/gradle

2022-07-21 Thread Rafael Sadowski
On Wed Jul 20, 2022 at 10:22:29AM +0200, Theo Buehler wrote: > > I tried to update ghidra to 10 with no luck. This update needs more > > effort. I would suggest we go back: > > I haven't checked the patch in detail, but I would be in favor of > reverting. > Thanks tb, committed

Re: UPDATE: java/gradle

2022-07-20 Thread Theo Buehler
> I tried to update ghidra to 10 with no luck. This update needs more > effort. I would suggest we go back: I haven't checked the patch in detail, but I would be in favor of reverting.

Re: UPDATE: java/gradle

2022-07-14 Thread Rafael Sadowski
On Thu Jul 14, 2022 at 06:25:44PM +0200, Omar Polo wrote: > Theo Buehler wrote: > > Please keep replies on list > > > > On Wed, Jul 13, 2022 at 10:46:23PM -0500, Matthew Martin wrote: > > > On Thu, Jul 14, 2022 at 05:30:44AM +0200, Theo Buehler wrote: > > > > On Fri, Jul 08, 2022 at 09:54:40AM +0

Re: UPDATE: java/gradle

2022-07-14 Thread Omar Polo
Theo Buehler wrote: > Please keep replies on list > > On Wed, Jul 13, 2022 at 10:46:23PM -0500, Matthew Martin wrote: > > On Thu, Jul 14, 2022 at 05:30:44AM +0200, Theo Buehler wrote: > > > On Fri, Jul 08, 2022 at 09:54:40AM +0200, Omar Polo wrote: > > > > Rafael Sadowski wrote: > > > > > Update

Re: UPDATE: java/gradle

2022-07-13 Thread Theo Buehler
Please keep replies on list On Wed, Jul 13, 2022 at 10:46:23PM -0500, Matthew Martin wrote: > On Thu, Jul 14, 2022 at 05:30:44AM +0200, Theo Buehler wrote: > > On Fri, Jul 08, 2022 at 09:54:40AM +0200, Omar Polo wrote: > > > Rafael Sadowski wrote: > > > > Update gradle to 7.4.2. OK? > > > > > >

Re: UPDATE: java/gradle

2022-07-13 Thread Theo Buehler
On Fri, Jul 08, 2022 at 09:54:40AM +0200, Omar Polo wrote: > Rafael Sadowski wrote: > > Update gradle to 7.4.2. OK? > > briefly tested, but seems to work fine. ok for me, thanks! > In my latest bulk, security/ghidra failed to build. Is this related to this update? >>> Building on localhost un

Re: UPDATE: java/gradle

2022-07-08 Thread Omar Polo
Rafael Sadowski wrote: > Update gradle to 7.4.2. OK? briefly tested, but seems to work fine. ok for me, thanks!

UPDATE: java/gradle

2022-07-05 Thread Rafael Sadowski
Update gradle to 7.4.2. OK? Index: Makefile === RCS file: /cvs/ports/java/gradle/Makefile,v retrieving revision 1.10 diff -u -p -u -p -r1.10 Makefile --- Makefile11 Mar 2022 19:25:15 - 1.10 +++ Makefile1 Jul 2022 06:2

Re: UPDATE: java/gradle

2021-11-08 Thread Kurt Miller
On Nov 8, 2021, at 2:30 AM, Rafael Sadowski wrote: > > Update gradle to 7.2. > > I have noticed that gradle will use JDK 11 if 1.8,11,17 are present, so I > guess we can switch to MODJAVA_VER 11? > I have the same comment sthen@ had for the maven update. If this runs with 1.8 and 11 the versi

UPDATE: java/gradle

2021-11-07 Thread Rafael Sadowski
Update gradle to 7.2. I have noticed that gradle will use JDK 11 if 1.8,11,17 are present, so I guess we can switch to MODJAVA_VER 11? OK? diff --git a/java/gradle/Makefile b/java/gradle/Makefile index 5dc9ce0d4b1..1ebeb950108 100644 --- a/java/gradle/Makefile +++ b/java/gradle/Makefile @@ -2,9

UPDATE: java/gradle 6.5.1

2020-07-10 Thread Lawrence Teo
This updates Gradle to 6.5.1. https://docs.gradle.org/6.5.1/release-notes.html I have confirmed that security/ghidra builds with this Gradle update. I have also tested this with my upcoming update of security/ghidra (to Ghidra 9.1.2). ok? Index: Makefile ==

Re: UPDATE: java/gradle 5.6.2

2019-09-17 Thread Lawrence Teo
On Tue, Sep 17, 2019 at 02:37:48PM +0100, Stuart Henderson wrote: > On 2019/09/16 22:13, Lawrence Teo wrote: > > This updates Gradle to 5.6.2. > > > > https://docs.gradle.org/5.6.2/release-notes.html > > > > I have confirmed that security/ghidra builds with this Gradle update. > > > > To make fu

Re: UPDATE: java/gradle 5.6.2

2019-09-17 Thread Remi Pointel
On 9/17/19 4:13 AM, Lawrence Teo wrote: This updates Gradle to 5.6.2. https://docs.gradle.org/5.6.2/release-notes.html I have confirmed that security/ghidra builds with this Gradle update. To make future updates easier, this diff also adds myself as maintainer since security/ghidra (which I cu

Re: UPDATE: java/gradle 5.6.2

2019-09-17 Thread Stuart Henderson
On 2019/09/16 22:13, Lawrence Teo wrote: > This updates Gradle to 5.6.2. > > https://docs.gradle.org/5.6.2/release-notes.html > > I have confirmed that security/ghidra builds with this Gradle update. > > To make future updates easier, this diff also adds myself as maintainer > since security/ghi

UPDATE: java/gradle 5.6.2

2019-09-16 Thread Lawrence Teo
This updates Gradle to 5.6.2. https://docs.gradle.org/5.6.2/release-notes.html I have confirmed that security/ghidra builds with this Gradle update. To make future updates easier, this diff also adds myself as maintainer since security/ghidra (which I currently maintain) is the only port that us

Re: UPDATE: java/gradle 5.6

2019-08-18 Thread Rafael Sadowski
On Thu Aug 15, 2019 at 11:12:57PM -0400, Lawrence Teo wrote: > This updates Gradle to 5.6. > > https://docs.gradle.org/5.6/release-notes.html > > I confirmed that security/ghidra builds successfully with this Gradle > update. > > ok? OK rsadowski@ > Index: Makefile > ==

UPDATE: java/gradle 5.6

2019-08-15 Thread Lawrence Teo
This updates Gradle to 5.6. https://docs.gradle.org/5.6/release-notes.html I confirmed that security/ghidra builds successfully with this Gradle update. ok? Index: Makefile === RCS file: /cvs/ports/java/gradle/Makefile,v retrieving

UPDATE: java/gradle 5.5.1

2019-07-15 Thread Lawrence Teo
This updates Gradle to 5.5.1. https://docs.gradle.org/5.5.1/release-notes.html I have confirmed that my WIP ghidra diff at https://marc.info/?l=openbsd-ports&m=156323935501672&w=2 builds successfully with this Gradle update. ok? Index: Makefile ===