Next | Query returned 99 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2020-01-26 06:26:29 by Roland Illig | Files touched by this commit (189)
Log message:
all: migrate some SourceForge homepage URLs back from https to http

https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html

In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.

To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.

Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2019-07-11 13:20:06 by Sevan Janiyan | Files touched by this commit (4)
Log message:
More strnlen(3) users - from Joyent
   2019-04-20 08:39:49 by Maya Rashish | Files touched by this commit (1)
Log message:
lame: patent expired, so now we can license this as just gnu-lgpl-v2.
(yay!)
   2017-12-04 09:20:37 by Havard Eidnes | Files touched by this commit (5)
Log message:
Add patch to check against invalid input sample rate.
Should fix CVE-2015-9099.  Ref.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775959
Bump PKGREVISION.
   2017-10-22 11:30:41 by Matthias Scheler | Files touched by this commit (2)
Log message:
Fix build under macOS
   2017-10-22 00:51:00 by Thomas Klausner | Files touched by this commit (8) | Package removed
Log message:
lame: update to 3.100.

Many bug fixes and security fixes.
   2016-09-02 16:30:34 by Maya Rashish | Files touched by this commit (1)
Log message:
Oops, and the checksum for the patch changed.
   2016-09-02 16:30:06 by Maya Rashish | Files touched by this commit (1)
Log message:
Explain patch
   2016-09-02 16:07:43 by Maya Rashish | Files touched by this commit (3)
Log message:
Use a compile test at configure to check for SSE, not just the existence
of a header.
Default compiler setup in netbsd disables SSE, we cannot compile stuff
that uses it - but we do have the headers for it.

Allows us to get rid of SSE disabling for sunpro compiler, it should
fail the compile test as well.

Patch from FreeBSD (pointed out by John D. Baker)

Fixes PR pkg/51209: audio/lame build fails on i386-7.99.30

Next | Query returned 99 messages, browsing 11 to 20 | Previous