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
(+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
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
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
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
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?
>
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
===
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
> 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.
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
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
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?
> > >
> > >
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
Rafael Sadowski wrote:
> Update gradle to 7.4.2. OK?
briefly tested, but seems to work fine. ok for me, thanks!
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
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 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
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
==
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
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
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
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
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
> ==
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
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
===
25 matches
Mail list logo