Skip to content

Commit

Permalink
Update logrotate to version 3.18.0.
Browse files Browse the repository at this point in the history
Pkgsrc changes:
 * Remove patch integrated upstream.
 * Update checksums.

Upstream changes:

[3.18.0] - 2021-01-08
=====================
  - allow UIDs and GIDs to be specified numerically (#217)
  - add support for Zstandard compressed files (#355)
  - make `delaycompress` not to fail with `rotate 0` (#341)
  • Loading branch information
he32 committed Jan 8, 2021
1 parent 2732c47 commit c8b3cf6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
4 changes: 2 additions & 2 deletions sysutils/logrotate/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.20 2020/10/01 20:14:56 nils Exp $
# $NetBSD: Makefile,v 1.21 2021/01/08 08:58:30 he Exp $

GITHUB_RELEASE= ${PKGVERSION_NOREV}
DISTNAME= logrotate-3.17.0
DISTNAME= logrotate-3.18.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=logrotate/}

Expand Down
11 changes: 5 additions & 6 deletions sysutils/logrotate/distinfo
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
$NetBSD: distinfo,v 1.19 2020/10/08 07:50:51 wiz Exp $
$NetBSD: distinfo,v 1.20 2021/01/08 08:58:30 he Exp $

SHA1 (logrotate-3.17.0.tar.gz) = 143fcf6010ff32cfb0a13ea49df22cb383843b63
RMD160 (logrotate-3.17.0.tar.gz) = d79e0e2c03bc47e970acd28875cebf045635f33a
SHA512 (logrotate-3.17.0.tar.gz) = ada4415ef68ad97c1415fa0c1ba7bf108621777cd91599bf4f999dea1c1025596543aa00fd579cae4d39315b71c4d8f96a9c9d1178f78be7c523470588ab1d31
Size (logrotate-3.17.0.tar.gz) = 224559 bytes
SHA1 (logrotate-3.18.0.tar.gz) = bbd38ce35cba68d8e20da83cb41a1195324ad4e4
RMD160 (logrotate-3.18.0.tar.gz) = 7fe1c548970e4c81be2173782b92240a26c0ec38
SHA512 (logrotate-3.18.0.tar.gz) = d1bca267fbec4acbb83ffba4d3ac4c864f4269d8513e5614e7dbe6f3b1f176685218bffdb5d62f559ee73f84cf9a8a257c9f63e30af058d12d0034240f247586
Size (logrotate-3.18.0.tar.gz) = 224873 bytes
SHA1 (patch-config.c) = 5f967ff8479c78628e62e23e200c6373aebd0786
SHA1 (patch-configure.ac) = 3d9d232f386b286288ba0f543804d10feeb306cf
SHA1 (patch-examples_logrotate.conf) = 4d0aad215e66850e8ae1a005764f8bd109fb76c9
SHA1 (patch-examples_logrotate.cron) = 31a19e1b697e945299bbbe6701674d886379a49c
15 changes: 0 additions & 15 deletions sysutils/logrotate/patches/patch-configure.ac

This file was deleted.

0 comments on commit c8b3cf6

Please sign in to comment.