Commit graph

323630 commits

Author SHA1 Message Date
wiz
fbe0847294 pkgtools/import-package: import import-package-1.0
This is a package for wip/import-package.sh. Suggested by brooks.

This package contains a tool for importing a package to pkgsrc or
pkgsrc-wip.
2020-08-16 20:57:09 +00:00
otis
cd217ccf06 Fix wrong cce, php-mailparse was added, not updated. 2020-08-16 15:57:39 +00:00
otis
556be7402a doc: Updated mail/php-mailparse to 3.1.0 2020-08-16 15:52:08 +00:00
otis
26f43b6cc1 Add php-mailparse 3.1.0, a PECL class for parsing and working
with email messages. It can deal with rfc822 and rfc2045 (MIME) compliant
messages.
2020-08-16 15:51:45 +00:00
taca
66c23fdc69 doc: Updated net/pear-Net_SMTP to 1.9.2 2020-08-16 13:46:29 +00:00
taca
1011ec9a4b net/pear-Net_SMTP: update to 1.9.2
Update pear-Net_SMTP to 1.9.2


1.9.2 (2020-08-12 21:27 UTC)

Changelog:

* Repackage documentation
2020-08-16 13:46:03 +00:00
leot
36e8d353f4 harfbuzz: Explicitly pass meson arguments to enable/disable documentation
The `doc' option still had the issue that gtk-doc - if already installed - will
be accidentally picked up also if the option was disabled.
Be explicit in enabling/disabling it.
2020-08-16 10:40:16 +00:00
wiz
4ca6002fad doc: Updated mail/opendmarc to 1.3.1nb8 2020-08-16 08:36:28 +00:00
wiz
801f9ce893 opendmarc: add missing dependency
Reported by Richard Sass on pkgsrc-users.

Bump PKGREVISION.
2020-08-16 08:36:18 +00:00
gutteridge
ad8af5da35 doc: Updated wm/marco to 1.24.1 2020-08-16 04:14:56 +00:00
gutteridge
8f98c604d7 marco: update to 1.24.1
Change log:

marco 1.24.1

  * update translations
  * common: window icon (META_DEFAULT_ICON_NAME) is no longer available
  * workspace: Don't try to use per-workspace MRU lists as a hint for focusing
  * stack: make meta_window_raise() and meta_window_lower() smarter
  * compositor: fix possible crash closing/destroying window . Fixes to previous commit.
  * window: fix crash if workspace is null
  * workspace-switcher: fix colors of selected workspace when compositing is disabled.
  * build: silent build warnings for distcheck
  * Remove unnecessary warnings about visible region
  * meson: improvements
  * Guard against null changes introduced by previous commit
  * Introduce nullpointer checks and return null if validation fails
  * util: meta_bug raises SIGABRT so it shouldn't return
  * add meson build files to EXTRA_DIST
  * remove warning: 'GTimeVal' is deprecated
  * theme: avoid deprecated g_memmove
  * frames: don't bother painting the background
2020-08-16 03:54:46 +00:00
wen
9e15d28e2a Updated devel/p5-Hash-Merge to 0.302 2020-08-16 03:02:24 +00:00
wen
f024449ed1 Update to 0.302
Upstream changes:
0.302   2020-07-30
    - Prevent object-based test from failing randomly on BSDs and MacOS

0.301   2020-06-18
    - fix object-based interface memory leak (RT#132627) (Thanks to mithaldu)
2020-08-16 03:01:21 +00:00
wen
4f3b8a1544 Updated devel/p5-File-Util to 4.201720 2020-08-16 02:50:09 +00:00
wen
9cfabcf4b7 Update to 4.201720
Upstream changes:
4.201720 2020-06-19
   - Bugfix for issue where @INC was being disrupted, detailed at
     https://rt.cpan.org/Ticket/Display.html?id=132060

     Sorry for the delay in fixing it - coronavirus happened to the world :(
     Good luck everyone and please stay safe.
2020-08-16 02:48:39 +00:00
wen
278e69d672 Updated devel/p5-File-Slurp to 9999.32 2020-08-16 02:38:52 +00:00
wen
4df250d971 Update to 9999.32
Upstream changes:
9999.32     2020-06-30
    - Re-release after fixing MANIFEST

9999.31     2020-06-28
    - Remove TravisCI and AppVeyor
    - Test using GitHub Actions/workflows on Windows, Mac, and Linux
    - Add See Also section to the docs. (PR#24 Thanks, Dan Book)
    - Add file existence and size checks (RT 132900 - Thanks, Bao Haojun)
2020-08-16 02:37:36 +00:00
gutteridge
edd372bccc pluma: Perl is a direct tool dependency
The build uses Perl scripts directly. This is presently covered by
intltool being a generic dependency from the meta package, but intltool
was really dropped as a tool requirement as of MATE 1.24, so adjust
here prior to dropping it from the meta package.
2020-08-16 02:27:36 +00:00
wen
6d3b89be31 Updated devel/p5-File-Flat to 1.06 2020-08-16 01:37:28 +00:00
wen
2341fc0d37 Update to 1.06
Upstream changes:
1.06      2020-07-31 16:05:45Z
        - add a $VERSION to the internal File::Flat::Object package
2020-08-16 01:35:55 +00:00
wen
8fabb8d2c9 Updated devel/p5-FFI-CheckLib to 0.27 2020-08-16 01:17:37 +00:00
wen
1a4b69f924 Update to 0.27
Upstream changes:
0.27      2020-05-11 14:24:08 -0400
  - Added a FAQ section to the documentation (gh#22)
2020-08-16 01:16:34 +00:00
wen
afbb35459a Updated devel/p5-Devel-PPPort to 3.60 2020-08-16 01:02:55 +00:00
wen
00d91551a2 Update to 3.60
Upstream changes:
3.60 - 2020-08-11
 * Restore PERL_BCDVERSION helper which is used on CPAN
 * A few API elements were not properly found, like IVTYPE

 3.59 - 2020-08-10

 * Add PERL_VERSION_* compare macros
 * Rename PERL_BCDVERSION to internal name to discourage future use
 * Stop versioning generated test files
 * Enforce strict & warnings
 * Avoid indirect calls
 * scanprov: multiple improvements
 * Use ivers() in tests
 * Update POD documentation and HACKERS file
 * Change ppport.h --api-info to not output non-API info unless that is the
   only match
 * Find more elements to be listed in the --api-info option (and similar) to
   ppport.h
2020-08-16 01:01:11 +00:00
wen
e5d9150fa0 Updated devel/p5-Devel-Gladiator to 0.08 2020-08-16 00:54:23 +00:00
wen
aeebe8a644 Update to 0.08
Upstream changes:
0.08    2020-06-11 17:42:46Z
        - fix sample code snippet for spotting new arena entries (mohawk)
2020-08-16 00:52:53 +00:00
wen
4bf4e2dfa6 Updated devel/p5-Devel-Cover to 1.36 2020-08-16 00:35:42 +00:00
wen
814799c120 Update to 1.36
Upstream changes:
1.36 - 19 May 2020
 - Fix pod error
 - Quieten perltidy syntax highlighting errors
 - Fix up minimum perl version (Dick Franks) (GH-268)
 - Fix passing full path for cover DB (GH-267)

1.35 - 17 May 2020
 - Replace "use vars" with "our" (James Raspass) (GH-255)
 - Remove tray db file from release
 - Don't chdir when given a -dir flag (Dave Rolsky) (GH-253)
 - Manage code references in @INC (Slaven Rezić) (GH-249, GH-250)

1.34 - 16 May 2020
 - Minimum supported version is now 5.10.0 (Karen Etheridge) (GH-226)
 - Support 5.32 by accomodating signauture changes (GH-260)
2020-08-16 00:34:03 +00:00
wen
66580eabfc Updated devel/p5-Date-Manip to 6.82 2020-08-16 00:20:46 +00:00
wen
cb181ffcbf Update to 6.82
Upstream changes:
6.82  2020-06-01
  -  Time zone fixes
         Newest zoneinfo data (tzdata 2020a).
2020-08-16 00:19:45 +00:00
wen
d5fbf7fda7 Updated www/p5-HTTP-Daemon to 6.12 2020-08-16 00:15:41 +00:00
wen
a6eedfd102 Update to 6.12
Upstream changes:
6.12      2020-06-04 16:01:31Z
  - No changes since TRIAL release 6.11

6.11      2020-06-03 14:47:21Z (TRIAL RELEASE)
  - An IPv6 zone separator must be URI-quoted (GH#47) (Petr Pisar and Olaf
    Alders)

6.10      2020-05-26 16:20:36Z
  - No changes since TRIAL release 6.09

6.09      2020-05-25 16:52:14Z (TRIAL RELEASE)
  - Require IO::Socket::IP 0.25 so that HTTP::Tiny uses it (GH#45) (Shoichi Kaji)

6.08      2020-05-22 15:26:00Z (TRIAL RELEASE)
  - In t/chunked.t, leave choosing IP address family to IO::Socket::IP (GH#42) (Shoichi Kaji)
  - Add "IPv6 SUPPORT" section to pod (GH#43) (Shoichi Kaji)
  - Use HTTP::Tiny 0.042+ for IPv6 support (GH#41) (Shoichi Kaji)

6.07      2020-05-19 19:19:53Z (TRIAL RELEASE)
  - Prefer IP address for host in $d->url (GH#40) (Shoichi Kaji)
  - Improve documentation readability (GH#36) (Ferenc Erki)
2020-08-16 00:14:08 +00:00
nia
4aa879bc4d doc: Updated audio/libsndfile to 1.0.29 2020-08-15 23:36:48 +00:00
nia
f55df91368 libsndfile: Update to 1.0.29
Version 1.0.29 (2020-08-15)
  * Add support for Opus files.
  * Autotool build system improvements.
  * CMake build system improvements.
  * Fixes for: CVE-2017-12562, CVE-2017-17456, CVE-2017-17457, CVE-2018-19661,
    CVE-2018-19662, CVE-2018-19758 and CVE-2019-3832.
  * Add BWF v2 loudness parameters.
  * Wave64: Permit and skip arbitrary chunks prior to the data chunk.
  * Fix ASAN crash in wavlike_ima_seek().
  * Fix IMA-ADPCM encoding for AIFF files.
  * sndfile-convert: Handle gsm, vox and opus extensions the same way.
  * Add SFC_SET_OGG_PAGE_LATENCY_MS command to get Ogg page latency for Ogg Opus
    files.
  * Fix parsing of some SD2 files.
  * Documentation updates.
  * Minor bug fixes and improvements.
2020-08-15 23:36:38 +00:00
szptvlfn
9e2a7f24e6 move gtk-doc into options.mk 2020-08-15 21:48:34 +00:00
leot
c506bf8f61 doc: Updated net/gallery-dl to 1.14.4 2020-08-15 20:04:49 +00:00
leot
8c2305a39c gallery-dl: Update to 1.14.4
Changes:
1.14.4
------
### Additions
 - [blogger] add `search` extractor (#925)
 - [blogger] support searching posts by labels (#925)
 - [inkbunny] add `user` and `post` extractors (#283)
 - [instagram] support `/reel/` URLs
 - [pinterest] support `pinterest.co.uk` URLs (#914)
 - [reddit] support gallery posts (#920)
 - [subscribestar] extract attached media files (#852)

### Fixes
 - [blogger] improve error messages for missing posts/blogs (#903)
 - [exhentai] adjust image limit costs (#940)
 - [gfycat] skip malformed gfycat responses (#902)
 - [imgur] handle 403 overcapacity responses (#910)
 - [instagram] wait before GraphQL requests (#901)
 - [mangareader] fix extraction
 - [mangoxo] fix login
 - [pixnet] detect password-protected albums (#177)
 - [simplyhentai] fix `gallery_id` extraction
 - [subscribestar] update `date` parsing
 - [vsco] handle missing `description` fields
 - [xhamster] fix extraction (#917)
 - allow `parent-directory` to work recursively (#905)
 - skip external OAuth tests (#908)

### Removals
 - [bobx] remove module
2020-08-15 20:04:33 +00:00
scole
e54d9d931d doc: Updated textproc/split-thai to 0.3 2020-08-15 16:53:20 +00:00
scole
6514e5a20b Update to version 0.3
all changes for emacs splitter:
- load custom dictionary first because 'thai-word-table is a defvar
- add count function and return word counts for a few funcs
- add lisp wrappers functions split-thai, split-thai-line which
  can split thai text in an emacs buffer using 'thai-break-words
2020-08-15 16:52:28 +00:00
schmonz
e7b0d6cc70 Note that the need for this patch appears self-induced. 2020-08-15 12:35:56 +00:00
tnn
3f740d3211 doc: Updated sysutils/p5-BackupPC-XS to 0.62 2020-08-15 11:04:45 +00:00
tnn
c7ab02a2ca p5-BackupPC-XS: update to 0.62
0.62
  force rewrite of attr file if xattr key fixup was applied
  fixed attrib refCnt when attrib is unchanged
  bpc_attrib_dirWrite() doesn't create empty attrib files

0.61
  fix view of migrated v3 backup
  convert_hv2file() ensures xattr type is hash, and uses correct keyLen+1
  added BackupPC::XS::FileDigest::digest and bpc_fileDigest()

0.60
  allow mtime to be signed in attrib files
  added bpc_attrib_fileIterate() and BackupPC::XS::Attrib::iterate()
  added checks that xattr key is 0x0 terminated
  increased some buffer sizes to avoid benign compiler warnings for snprintf()
  bpc_attribCache_loadPath() removes any extraneous BPC_FTYPE_DELETED file types
  bpc_attrib_buf2fileFull() calls bpc_attrib_xattrDeleteAll(file)
2020-08-15 10:57:09 +00:00
tnn
d1969eb1a3 doc: Updated mail/dbmail to 3.2.5 2020-08-15 10:53:43 +00:00
tnn
af4fdbe790 dbmail: update to 3.2.5
3.2.5
Added
  IMAP Daemon: added switch to control the diffential state reload
    (mailbox_update_strategy=2), more information in dbmail.conf,
    mailbox_update_strategy_2_max_iterations [#81]
  IMAP Daemon: added switch to control UNSEEN first message in SELECT commands

Changed
  IMAP Daemon: allow reporting UID COPY success in case of various failures
    (except quota), reporting issues are sent to error log as warnings [#87]

Optimizations
  optimizing differential state [#81]
  optimizing fetch message headers [#85]

Issues
  fixing issue related to copy message in regard to RFC 3501, section 6.4.8
  fixing issues related group_concat for PostgreSql [#75], [#78]
  fixing issue related to lastRowId [#71]
  fixing issues related with differential update [#70], [#73]
  fixing proc not being used in BSD systems [#74]
  IMAP Daemon: segmentation fault [#68]

3.2.4
Added
  IMAP Daemon: mailbox-update-strategy switch (see dbmail.conf), experimental
  support for application_name in database connection uri
  IMAP Daemon: mailbox_search_strategy switch (see dbmail.conf)

Changed
  systemd unit changed to type notify
  mailbox state is build using only valid messages [#39]

Optimizations
  IMAP Daemon: optimization of sql queries in relation to message headers
  libevent increased priority on accepting new connections
  libevent optimization on reading and writing to sockets
  simplify libzdb configuration (AC_CHECK_HEADERS)

Issues
  fix segmentation fault in imap_append_hash_as_string [#12]
  dbmail-users: sql issue on deleting alias user [#18]
  IMAP Daemon: generation of invalid BODYSTRUCTURE in Content-Type field [#23]
  fix support for jemalloc latest version [#35]
  IMAP Deamon: BYE Command now offers optional message even on normal operations
  IMAP Deamon: idle message now offers optional message (* OK Still Here)
  IMAP Daemon: random hangs when single user is connected [#37]
  fix fd leaks
  IMAP Daemon: fix MODIFIED keyword, too many '[' and ']'
  fix segmentation fault in find_end_of_header
  fix gcc 10 compilation issue, duplicated definition
2020-08-15 10:52:50 +00:00
tnn
3aacce5b4e doc: Updated fonts/harfbuzz to 2.7.1 2020-08-15 09:51:06 +00:00
tnn
a032f1d877 harfbuzz: update to 2.7.1
ot-funcs now handles variable empty glyphs better when hvar/vvar isn't present.
Reverted a GDEF processing regression.
A couple of fixes to handle OOM better.
2020-08-15 09:49:44 +00:00
tnn
1abbb5b358 doc: Updated sysutils/smartmontools to 7.1 2020-08-15 08:29:55 +00:00
tnn
dc88ea0f4b smartmontools: update to 7.1
- smartctl: Fixed bogus exception on unknown form factor value (regression).
- smartctl '--json=cg': Suppresses extra spaces also in 'g' format.
- smartctl '-i': ATA ACS-4 and ACS-5 enhancements.
- smartd: No longer truncates very long device names in warning emails.
- smartd: No longer skips scheduled tests if system clock has been adjusted
  to the past.
- smartd '-A': Attribute logs now use local time instead of UTC.
- ATA: Device type '-d jmb39x,N' for drives behind JMicron JMB39x RAID port
  multipliers.
- SCSI: Workaround for incomplete Log subpages response from some SAS SSDs.
- HDD, SSD and USB additions to drive database.
- Autodetection of '-d sntjmicron' type for JMicron USB to NVMe bridges.
- configure: Defines '_FORTIFY_SOURCE=2' if supported and not defined.
- Linux/FreeBSD: Fixed segfault on CCISS transfer sizes > 512 bytes.
- Linux: Fixed smartd.service 'Type' if libsystemd-dev is not available.
- Linux: Fixed '/dev/megaraid_sas_ioctl_node' fd leak.
- Linux: Fixed GPL licensing problem of 'linux_nvme_ioctl.h'.
- FreeBSD update-smart-drivedb: Now uses 'fetch' as default download tool.
- FreeBSD big endian: Fixed NVMe access.
- FreeBSD: Compile fix for FreeBSD 12.
- NetBSD: Fixed device scan crash on empty name list.
- NetBSD: Fixed memory leak in device scan.
2020-08-15 08:28:48 +00:00
wen
f3570a6f02 Updated www/p5-Test-LWP-UserAgent to 0.034 2020-08-15 08:03:35 +00:00
wen
8f15f58abe Update to 0.034
Upstream changes:
 Changes for version 0.034 - 2020-03-06

    fix t/10-request-args-network.t under EXTENDED_TESTING=1 where the test URL was returning random content for each request and therefore failing a comparison check
2020-08-15 08:02:27 +00:00