Commit graph

288732 commits

Author SHA1 Message Date
schmonz
cc46117aaf Add a new non-optional patch: qmail-spp, a generic plugin interface for
qmail-smtpd (tweaked to tolerate the absence of a config file).

The RCPTCHECK patch is a logical subset of SPP with a slightly different
interface, and conflicts with SPP. Remove RCPTCHECK.

Bump PKGREVISION.
2018-11-10 15:29:01 +00:00
schmonz
59ee21818c Update to 20181110. Changes:
- qmail-rcptcheck also works as a qmail-spp plugin.
2018-11-10 15:25:08 +00:00
rillig
ca069a9348 pkgtools/pkglint: fix build
go-package.mk needs to be included at the bottom of the package Makefile
since it defines several make targets that pkglint also defines.
2018-11-10 11:45:29 +00:00
mrg
86e1c052af port the arm64 support to GCC 8. 2018-11-10 11:45:27 +00:00
rillig
123aacb46c pkgtools/pkglint: don't access the internet during the build
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.
2018-11-10 11:41:40 +00:00
rillig
8f1611a664 mk/misc: in show-all, list values of *_ENV and *_ARGS in separate lines
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)
2018-11-10 10:40:55 +00:00
wen
c6d858eecd Updated math/p5-Math-Utils to 1.13 2018-11-10 10:01:21 +00:00
wen
02f90ced3c Update to 1.13
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.
2018-11-10 10:00:39 +00:00
wen
d05945a1fa Updated math/p5-Statistics-Descriptive to 3.0702 2018-11-10 09:58:44 +00:00
wen
8516b0bd11 Update to 3.0702
Upstream changes:
3.0702      2018-10-25
    - Rephrase some lacking phrasing in the docs.
        - https://github.com/shlomif/perl-Statistics-Descriptive/issues/5
        - Thanks to @melak .
2018-11-10 09:58:03 +00:00
wen
eeb3dc25ed Updated misc/p5-Business-ISMN to 1.201 2018-11-10 09:54:55 +00:00
wen
5cabf9badd Update to 1.201
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.
2018-11-10 09:54:12 +00:00
wen
a0ae6ba4a7 Updated misc/p5-Locale-libintl to 1.30 2018-11-10 09:52:06 +00:00
wen
776fc8edf4 Update to 1.30
Upstream changes:
Version 1.30 - 04 Nov 2018

* Bugs fixed:

  https://github.com/gflohr/libintl-perl/issues/2
  https://github.com/gflohr/libintl-perl/issues/3
  https://github.com/gflohr/libintl-perl/issues/4
2018-11-10 09:51:10 +00:00
wen
29d11c438f Updated net/p5-RT-Client-REST to 0.53 2018-11-10 09:44:51 +00:00
wen
71f954c743 Update to 0.53
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
2018-11-10 09:44:10 +00:00
wen
820996c346 Updated net/p5-SNMP-Info to 3.62 2018-11-10 09:33:19 +00:00
wen
5294fe7d4b Update to 3.62
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
2018-11-10 09:32:40 +00:00
wen
753c39c1bc Updated security/p5-CryptX to 0.062 2018-11-10 08:41:43 +00:00
wen
626e0b4719 Update to 0.062
Upstream changes:
0.062   2018-10-30
        - bundled libtommath  update branch:develop (commit:8b9f98ba 2018-09-23) + stdint.h workaround
        - bundled libtomcrypt update branch:develop (commit:f413335b 2018-10-29)
        - fix #45 doc only - sign_message_rfc7518 / sign_message_rfc7518
        - fix $46 tests only - t/mbi_ltm_bigintpm.t etc. started to fail with latest Math::BigInt
        - fix #47 gcm_decrypt_verify + chacha20poly1305_decrypt_verify don't verify the tag - SERIOUS SECURITY BUG!
        - improved CBC/ECB padding (using libtomcrypt's functions: padding_depad + padding_pad)
        - enable pkcs#8 encrypted RSA keys (supported by the latest libtomcrypt)
        - exclude wycheproof tests (too big) from dist tarball (via MANIFEST.SKIP)
2018-11-10 08:40:57 +00:00
wen
d99b7091b6 Updated textproc/p5-Lingua-EN-Fathom to 1.22 2018-11-10 06:37:21 +00:00
wen
c74016c935 Update to 1.22
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
2018-11-10 06:36:24 +00:00
wen
b0c5555e1a Updated textproc/p5-Pod-Readme to 1.2.3 2018-11-10 06:30:22 +00:00
wen
9d14facdae Update to 1.2.3
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.
2018-11-10 06:29:37 +00:00
mrg
1a5afd4d7d be sure to call the netbsd_patch_builtins() on arm64. now gfortran
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.
2018-11-10 04:24:00 +00:00
mrg
2193ea6c44 make this build on arm64. just needed to be able to map from
evbarm -> arm|aarch64.

actually works pretty well.
2018-11-10 03:48:51 +00:00
wen
81cbcd38a4 Updated textproc/p5-Text-Trac to 0.19 2018-11-10 03:41:52 +00:00
wen
7b1428e2d2 Update to 0.19
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=""
2018-11-10 03:40:18 +00:00
wen
a02c18a0f4 Updated textproc/p5-YAML-LibYAML to 0.75 2018-11-10 03:37:59 +00:00
wen
90fdfd280a Update to 0.75
Upstream changes:
0.75 Sat Nov  3 14:17:28 CET 2018
 - Implement $LoadCode
2018-11-10 03:36:46 +00:00
wen
98603554eb Updated textproc/p5-YAML-Syck to 1.31 2018-11-10 03:29:50 +00:00
wen
73a841b9c6 Update to 1.31
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.
2018-11-10 03:28:47 +00:00
wen
c503efca99 Updated textproc/p5-YAML to 1.27 2018-11-10 03:25:18 +00:00
wen
acfd7f7f6e Update to 1.27
Upstream changes:
1.27 Sat Nov  3 14:01:26 CET 2018
 - Remove a warning about uninitialized value for perl <= 5.10
2018-11-10 03:24:31 +00:00
wen
67174e17c1 Updated time/p5-DateTime-TimeZone to 2.21 2018-11-10 03:17:56 +00:00
wen
3650e0d227 Update to 2.21
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.
2018-11-10 03:17:11 +00:00
wen
690265088b Updated time/p5-DateTime-Locale to 1.23 2018-11-10 03:10:37 +00:00
wen
8931e89176 Update to 1.23
Upstream changes:
1.23     2018-10-17

- Rebuilt all locale data with CLDR 34, released on 2018-10-15.
2018-11-10 03:09:24 +00:00
wen
0ba21ee8be Updated time/p5-DateTime-Format-Natural to 1.06 2018-11-10 02:57:33 +00:00
wen
0facb652fc Update to 1.06
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.
2018-11-10 02:56:45 +00:00
maya
4625cb7d7b shells: +oksh 2018-11-09 22:16:49 +00:00
maya
42c0f31e98 doc: Added shells/oksh version 20181009 2018-11-09 22:15:49 +00:00
maya
369ddbbf5a Add oksh, portable version of OpenBSD ksh. 2018-11-09 22:15:12 +00:00
adam
25184f7cf6 Updated databases/py-psycopg2 2018-11-09 21:26:47 +00:00
adam
4a008d0004 py-psycopg2: updated to 2.7.6
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.
2018-11-09 21:26:29 +00:00
rillig
bbb83c5621 devel/goyacc: remove the package again, it is already included in go-tools 2018-11-09 20:54:08 +00:00
rillig
065112540d devel/goyacc: add parser generator for Go programs
Goyacc is a version of yacc for Go. It is written in Go and generates
parsers written in Go.
2018-11-09 20:51:46 +00:00
adam
60bec3cec5 Updated multimedia/bitstream 2018-11-09 19:48:09 +00:00
adam
5e9aedd9a4 bitstream: updated to 1.5
1.5:
- Add SDES
- Fix hvcc header size
- Add more ATSC A/52 support
- Misc descriptors fixes
2018-11-09 19:47:48 +00:00
adam
33425922bd Updated databases/postgresqlNN 2018-11-09 18:14:01 +00:00