You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/08/02 10:06:12 UTC

[GitHub] [netbeans] neilcsmith-net opened a new issue, #4460: Update libjunixsocket to 2.5.0 - dylib fails notarization

neilcsmith-net opened a new issue, #4460:
URL: https://github.com/apache/netbeans/issues/4460

   ### Body
   
   The x86_64 version of the libjunixsocket 2.4.0 native library is compiled against macOS SDK 10.8. A minimum of SDK 10.9 is required for notarization.  Without notarization, macOS installers cannot be produced.  AFAIK this is fixed in version 2.5.0, compiled against SDK 10.14.
   
   https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/resolving_common_notarization_issues
   
   cc @matthiasblaesing - any concerns elsewhere in updated?
   
   ### Committer
   
   - [X] I acknowledge that I am a maintainer/committer in the Apache NetBeans project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] neilcsmith-net commented on issue #4460: Update libjunixsocket to 2.5.x - dylib fails notarization

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on issue #4460:
URL: https://github.com/apache/netbeans/issues/4460#issuecomment-1202952975

   @matthiasblaesing thanks. If you can handle update that's great, or I can have a look tomorrow. Mainly wanted to check you didn't have concerns.
   
   Unfortunately looks like this regressed in 2.4.0 - had been fixed once in 2.3.1 https://github.com/kohlschutter/junixsocket/pull/76


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on issue #4460: Update libjunixsocket to 2.5.x - dylib fails notarization

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on issue #4460:
URL: https://github.com/apache/netbeans/issues/4460#issuecomment-1202916994

   I'll prepare an update shortly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on issue #4460: Update libjunixsocket to 2.5.x - dylib fails notarization

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on issue #4460:
URL: https://github.com/apache/netbeans/issues/4460#issuecomment-1203197757

   If anyone tries to rebuild the sig file, you get flooded with exceptions as sigtest failes to parse the class files. While looking into this, I noticed, that to my analysis sigtest just does not follow the JVMS and reads the wrong parts of the class file when RuntimeInvisibleTypeAnnotations are read. sigtest needs to be fixed or replaced.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] neilcsmith-net closed issue #4460: Update libjunixsocket to 2.5.x - dylib fails notarization

Posted by GitBox <gi...@apache.org>.
neilcsmith-net closed issue #4460: Update libjunixsocket to 2.5.x - dylib fails notarization
URL: https://github.com/apache/netbeans/issues/4460


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on issue #4460: Update libjunixsocket to 2.5.x - dylib fails notarization

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on issue #4460:
URL: https://github.com/apache/netbeans/issues/4460#issuecomment-1203110722

   So I prepared an update. While the version number indicated, that it is an API compatible change, it is in fact not and the docker.api module was broken. I tested the updated library on linux and could connect with my SSH agent and I checked the disassembled code of JSch and there the non-deprecated version of the socket address generation was used. This should be ok.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists