Quirks for removing hs-{cryptohash-sha256,ed25519,hackage-security}
This commit is contained in:
parent
37da1da3e6
commit
cdd02852b6
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1187 2021/02/22 22:37:46 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.1188 2021/02/23 02:28:46 gnezdo Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-3.575
|
||||
PKGNAME = quirks-3.576
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.1202 2021/02/22 22:37:46 naddy Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.1203 2021/02/23 02:28:46 gnezdo Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -2141,6 +2141,9 @@ my $obsolete_reason = {
|
||||
'abs' => 3,
|
||||
'arena' => 3,
|
||||
'teagtk' => 3,
|
||||
'hs-cryptohash-sha256' => 5,
|
||||
'hs-ed25519' => 5,
|
||||
'hs-hackage-security' => 5,
|
||||
};
|
||||
|
||||
# reasons for obsolete packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user