Package Details: dumpasn1 1:20210422.20220207-1

Git Clone URL: https://aur.archlinux.org/dumpasn1.git (read-only, click to copy)
Package Base: dumpasn1
Description: ASN.1 object dump/syntax check program
Upstream URL: http://www.cs.auckland.ac.nz/~pgut001
Keywords: asn.1 asn1 certificate x.509 x509
Licenses: custom
Submitter: galdor
Maintainer: hexd
Last Packager: hexd
Votes: 7
Popularity: 0.000000
First Submitted: 2009-12-09 13:55 (UTC)
Last Updated: 2023-07-18 00:54 (UTC)

Dependencies (0)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Fethbita commented on 2020-02-19 02:05 (UTC)

Is it possible to also package the manpage?

emanuelduss commented on 2019-11-19 21:19 (UTC)

THX for the hint. Updated new version.

janwil commented on 2019-11-15 08:32 (UTC)

Neither of the SHA sums of .c and .cfg files is matching as of today (November 15th, 2019).

emanuelduss commented on 2019-01-30 20:04 (UTC)

I updated the package. Thx for notifying.

LazyGamble commented on 2019-01-30 13:08 (UTC) (edited on 2019-01-30 13:08 (UTC) by LazyGamble)

Hi! The hash of the config is no longer correct: Below is the diff for the current version.

---
 PKGBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PKGBUILD b/PKGBUILD
index dbb58ff..b18bc05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ source=('http://www.cs.auckland.ac.nz/~pgut001/dumpasn1.c'
         'http://www.cs.auckland.ac.nz/~pgut001/dumpasn1.cfg'
         'LICENSE')
 sha256sums=('d42b7fb8457b9282ee341429baaaaf0ef7b2310cb28fcf2fc41914e07e8b1370'
-            '824d64cef7340de0f92cd4937217ba5da6ab44294b9b8593185b32b12f2e0736'
+            '94245ed185e2bdb94b00ba031bb67ab83980748626f532ee4565df886468f196'
             'f58dfb06633792773b4e539666f0fac52eb44acf29619175d073b146e22785e4')

 arch=('i686' 'x86_64')
-- 
2.20.1

emanuelduss commented on 2018-07-26 19:27 (UTC)

THX for the patch simao. Package is up-to-date again.

simao commented on 2018-07-09 10:51 (UTC) (edited on 2018-07-09 10:53 (UTC) by simao)

you can use the following patch to update checksums:

From e7b72b4ab100b2e5bcee7ae86f23c89cd607f473 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sim=C3=A3o=20Mata?= <noreply@github.com>
Date: Mon, 9 Jul 2018 12:45:26 +0200
Subject: [PATCH] update checksums as of 2018-07-09

---
 PKGBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 31aa62d..dbb58ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Emanuel Duss <emanuel.duss@gmail.com>
 # Contributor: Nicolas Martyanoff <khaelin@gmail.com>
 pkgname=dumpasn1
-pkgver=20170309
+pkgver=20180709
 pkgrel=1
 pkgdesc="ASN.1 analyze tool"
 url="http://www.cs.auckland.ac.nz/~pgut001"
@@ -9,8 +9,8 @@ license=('custom')
 source=('http://www.cs.auckland.ac.nz/~pgut001/dumpasn1.c'
         'http://www.cs.auckland.ac.nz/~pgut001/dumpasn1.cfg'
         'LICENSE')
-sha256sums=('4b7c7d92c9593ee58c81019b2c3b7a7ee7450b733d38f196ce7560ee0e34d6b1'
-            '8b0c25bb3a4608b4678d25c56965e26e7780c73715032e447a506514a0815201'
+sha256sums=('d42b7fb8457b9282ee341429baaaaf0ef7b2310cb28fcf2fc41914e07e8b1370'
+            '824d64cef7340de0f92cd4937217ba5da6ab44294b9b8593185b32b12f2e0736'
             'f58dfb06633792773b4e539666f0fac52eb44acf29619175d073b146e22785e4')

 arch=('i686' 'x86_64')
-- 
2.18.0

So, full steps:

copy the above patch to your clipboard
git clone https://aur.archlinux.org/dumpasn1.git
cd dumpasn1
xsel -o | git am
makepkg -si

Skycoder42 commented on 2017-12-12 16:47 (UTC)

Please fix the .SRCINFO - it still has 20170307 as version!

emanuelduss commented on 2017-10-19 20:04 (UTC)

Updated to 20170309

emanuelduss commented on 2017-03-15 22:13 (UTC)

The source code was updated on 7 March 2017. The PKGBUILD is now up to date and the build is working again.