Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2020 01:12:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 252060] lang/gauche: update 0.9.9 -> 0.9.10
Message-ID:  <bug-252060-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252060

            Bug ID: 252060
           Summary: lang/gauche: update 0.9.9 -> 0.9.10
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: lassi+freebsd@lassi.io

Created attachment 220830
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D220830&action=
=3Dedit
Patch sent to the freebsd-ports list by Rainer. An improvement of my initial
patch.

Upgrade to 0.9.10

- The preferred download site has changed from SourceForge to GitHub.

- Change the default TLS library used by the port from the bundled
  axTLS to the external mbedTLS. axTLS has a more permissive license
  than mbedTLS (BSD vs Apache) but is missing ciphers that are
  essential on today's web, making it impractical for many use cases.

- Choosing mbedTLS now implies a dependency on security/ca_root_nss.
  Gauche's configure script is told where to find the certificates
  installed by ca_root_nss.

- Write a more detailed package description.

- Change plist entries from share/gauche-0.97 to %%DATADIR%%-0.97.

- Add an %%ABI_VERSION%% variable. (ABI version numbers correspond to
  Gauche version numbers, but a new Gauche release does not always
  change the ABI so the ABI version can point to an earlier release.)

- Use %%DATADIR%%, %%VERSION%%, and %%ABI_VERSION%% in pkg-plist.

- Add OPTION MANPAGES.

- Drop unneeded bash->sh change for src/gen-features.sh.

Thank you to Rainer Hurling for reviewing and writing half of this
patch.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252060-7788>