Pkglint needs goyacc, which is provided by devel/go-tools. But that
packages pulls in a lot of dependencies that are not needed for pkglint.
This includes a Perl interpreter and various cryptography packages.
Instead, during build, pkglint installs the only needed tool of that
collection (goyacc).
Since go-package.mk assumes that each pkgsrc package only downloads and
installs a single project, but pkglint now needs two of them (goyacc and
pkglint), most parts of go-package.mk had to be copied here and
implemented directly.
The *_ENV and *_ARG values are typically very long, and reading them in
a single line is unnecessarily difficult. Therefore, each of their
values is listed on a separate line, for example:
fetch:
usr DIST_PATH (undefined)
pkg MASTER_SITES = \
http://ftp.gnome.org/pub/GNOME/sources/glib/2.56/ \
ftp://ftp.gnome.org/pub/GNOME/sources/glib/2.56/ \
ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/glib/2.56/ \
https://download.gnome.org/sources/glib/2.56/ \
# end of MASTER_SITES
pkg DIST_SUBDIR (undefined)
Upstream changes:
1.13
30 Oct 2018
- Add function pl_translate(), by request.
- Turn README into README.md. With MetaCPAN replacing CPAN,
there is no reason to have a plain-text README anymore
(MetaCPAN doesn't treat the file as special).
- Add a CONTRIBUTING.md file, which is becoming a thing.
- New test file for pl_translate(), and upgrade test files
that for some reason were still using Test::Simple to Test::More.
- Added an :all tag. Why not.
Upstream changes:
1.201 2018-10-18T15:27:35Z
* Change publisher() to country() (because that's what it is).
The old method names are still there but carp.
Upstream changes:
0.53 MOn Nov 05 2018 "Dean Hamstead" <dean@bytefoundry.com.au>"
- Fix some tests on Windows
- Various coding changes internally
- Expose CC Addresses and Admin CC Addresses on Queues
Upstream changes:
Changes for version 3.62 - 2018-10-29
ENHANCEMENTS
#278 Support for Cisco Firepower Threat Defense
#275 Document peth_port_ifindex for Junipers
#274 Add peth_port_ifindex override for Junipers
#270 Add support for additional Mikrotik models
Add HP 3810M, 2930M, 2930F and 2540 series switches
BUG FIXES
#265 Fix typos in L3::Huawei
Update DEPENDS
Upstream changes:
1.22 1 Nov 2018
Added prerequsitie module Lingua::En::Sentence to build files
Updated main.t
1.21 31 Oct 2018
Updated main.t
1.20 31 Oct 2018
Renamed github repo to 'Readability'
Used Lingua::EN::Sentence instead of a regexp to get a more accurate sentence count
Upstream changes:
v1.2.3 2018-10-31 22:56:42+00:00 Europe/London
[Bug Fixes]
- Increased minimum version of Type::Tiny to 1.000000.
v1.2.2 2018-10-31 22:41:45+00:00 Europe/London
[Documentation]
- Updated POD with regard to format types (Mohammad S Anwar).
- Fixed typos in Changes.
[Bug Fixes]
- Added explicit requirements for Pod::Simple as well as recommended
modules.
[Toolchain]
- Remove explicit core dependencies from prereqs list.
- Updated list of contributors in distribution metadata. (Apologies
if anyone was omitted.)
v1.2.1 2018-10-30 18:23:48+00:00 Europe/London
[Documentation]
- Added note about Github Flavoured Markdown (GFM) support
to Changes for v1.2.0.
[Other]
- Restore license to "Perl_5" that was inadvertently changed
in the conversion to use Dist::Zilla, GH#25.
v1.2.0 2018-10-29 19:24:01+00:00 Europe/London
[Bug Fixes]
- Specify minimum version of List::Util, GH#22.
[Enhancements]
- Added "md" as an alias for "markdown" in pod2readme.
- Added "github" or "gfm" for Github Flavored Markdown in
pod2readme, GH#15.
[Incompatabilities]
- Removed DistZilla type from Pod::Readme::Types, as it was not
necessary.
[Toolchain]
- Remove use of Module::Install, fixes GH#21.
- Use Dist::Zilla to build the distribution.
works and cabs*() handling is correct.
also:
- extract using bsdtar. saves about 4 minutes during extract for me.
- remove duplicated part of gcc/config/netbsd.h -- it's already
upstream by this version.
Upstream changes:
0.19 2018.10.20 MANWAR
Fixed SEE ALSO broken links
Tidied up Changes file
Updated link to GitHub repo.
Add --span flag
Add --id flag to include ids in the html files. Default to noid.
Add --force flag to the command line script to overwrite exisiting file.
Default of script/trac2html is to exclude class=""
Upstream changes:
[Changes for 1.31 - 2018-10-25]
* Switch to ExtUtils::MakeMaker for builder
* Switch official issue tracker and repo to github.
* MANIFEST warning is now fixed. Also shipping additional tests because of this.
Upstream changes:
2.21 2018-10-27
- This release is based on version 2018f of the Olson database. This release
includes contemporary changes for Morocco.
2.20 2018-10-18
- Added more documentation on how local time zones work, and a warning to set
$ENV{TZ} if you're writing tests for code that tries to use the local time
zone.
- This release is based on version 2018f of the Olson database. This release
includes contemporary changes for Russia (Volograd), Fiji, and Chile.
Upstream changes:
1.06 2018-10-28 <schubiger@cpan.org>
- Merged development version to stable.
1.05_02 2018-10-27 <schubiger@cpan.org>
- Amend description of prefer_future option.
- Include the time zone when constructing DateTime objects
for the datetime option in dateparse.
- Minor tweaks to dateparse.
1.05_01 2018-10-25 <schubiger@cpan.org>
- Fix advancing to future when both datetime and prefer_future
options are provided.
Psycopg 2.7.6:
Summary of changes:
- Close named cursors if exist, even if execute() wasn't called.
- Fixed building on modern FreeBSD versions with Python 3.7.
- Fixed hang trying to COPY via execute() in asynchronous connections.
- Fixed adaptation of arrays of empty arrays.
- Fixed segfault accessing the connection.readonly and connection.deferrable attributes repeatedly.
- execute_values() accepts sql.Composable objects.
- errorcodes map updated to PostgreSQL 11.
- Wheel package compiled against PostgreSQL 10.5 libpq and OpenSSL 1.0.2p.
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, and 9.3.25. This release fixes one security issue as well as bugs reported over the last three months.
All users using the affected versions of PostgreSQL should update as soon as possible. Please see the notes on "Updating" below for any post-update steps that may be required if you are using pg_stat_statements in your installation.
This update is also the final release for PostgreSQL 9.3, which is now end-of-life and will no longer receive any bug or security fixes. If your environment still uses PostgreSQL 9.3, please make plans to update to a community supported version as soon as possible. Please see our versioning policy for more information.
Security Issues
One security vulnerability has been closed by this release:
CVE-2018-16850: SQL injection in pg_upgrade and pg_dump, via CREATE TRIGGER ... REFERENCING.
Versions Affected: 10, 11
Using a purpose-crafted trigger definition, an attacker can run arbitrary SQL statements with superuser privileges when a superuser runs pg_upgrade on the database or during a pg_dump dump/restore cycle. This attack requires a CREATE privilege on some non-temporary schema or a TRIGGER privilege on a table. This is exploitable in the default PostgreSQL configuration, where all users have CREATE privilege on public schema.
Bug Fixes and Improvements
This update also fixes numerous bugs that were reported in the last several months. Some of these issues affect only version 11, but many affect all supported versions.
These releases include fixes that:
Ensure that automatically created child indexes are created in the same tablespace as the parent partitioned index
Fix several crashes with triggers
Fix problems with applying ON COMMIT DELETE ROWS to a partitioned temporary table
Fix how NULL values are handled when using LEFT JOIN with a parallelized hash join
Several fixes around using named or defaulted arguments in CALL statements
Fix for strict aggregate functions (i.e. aggregates that cannot accept NULL inputs) with ORDER BY columns that enforces the strictness check
Fix with CASE statements where an expression was cast to an array type
Disable an optimization for updating expression indexes in order to prevent a crash
Fix a memory leak that occurred on a specific case of using a SP-GiST index
Fix for pg_verify_checksums incorrectly reporting on files that are not expected to have checksums
Prevent the PostgreSQL server from starting when wal_level is set to a value that cannot support an existing replication slot
Ensure that the server will process already-received NOTIFY and SIGTERM interrupts before waiting for client input
Allow PL/Ruby to work with newer versions of PostgreSQL
Fix for character-class checks on Windows for Unicode characters above U+FFFF, which affected full-text search as well as contrib/ltree and contrib/pg_trgm
Fix a case where psql would not report the receipt of a message from a NOTIFY call until after the next command
Fix build problems on macOS 10.14 (Mojave)
Several build fixes for the Windows platform
This updates also contains tzdata release 2018g for DST law changes in Chile, Fiji, Morocco, and Russia (Volgograd), plus historical corrections for China, Hawaii, Japan, Macau, and North Korea.