Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/bdf2sfd bdf2sfd: update to 1.1.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2174d3ea83d
branches:  trunk
changeset: 434083:c2174d3ea83d
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Wed Jun 10 18:39:37 2020 +0000

description:
bdf2sfd: update to 1.1.2.

bdf2sfd 1.1.2 (2020-06-10)

- Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available
- Get rid of the runtime variable, it is only used once
- Remove duplicate <string.h> include
- Add missing <stdio.h> include
- Add <stdint.h> include instead of <inttypes.h>
- Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files
- Add ENABLE_SECCOMP build option, to allow building seccomp support
- Add initial seccomp support to BDF2SFD

diffstat:

 converters/bdf2sfd/Makefile |   4 ++--
 converters/bdf2sfd/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 30bc0577a942 -r c2174d3ea83d converters/bdf2sfd/Makefile
--- a/converters/bdf2sfd/Makefile       Wed Jun 10 18:08:49 2020 +0000
+++ b/converters/bdf2sfd/Makefile       Wed Jun 10 18:39:37 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/03/30 21:01:47 fcambus Exp $
+# $NetBSD: Makefile,v 1.3 2020/06/10 18:39:37 fcambus Exp $
 
-DISTNAME=      bdf2sfd-1.1.1
+DISTNAME=      bdf2sfd-1.1.2
 CATEGORIES=    converters
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fcambus/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
diff -r 30bc0577a942 -r c2174d3ea83d converters/bdf2sfd/distinfo
--- a/converters/bdf2sfd/distinfo       Wed Jun 10 18:08:49 2020 +0000
+++ b/converters/bdf2sfd/distinfo       Wed Jun 10 18:39:37 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/03/30 21:01:47 fcambus Exp $
+$NetBSD: distinfo,v 1.3 2020/06/10 18:39:37 fcambus Exp $
 
-SHA1 (bdf2sfd-1.1.1.tar.gz) = 6a2500bac5b5dc9c454b9ea98c1cdca1a06f914e
-RMD160 (bdf2sfd-1.1.1.tar.gz) = 36f670723aef8f63b2ac5d2e22463ad423bac106
-SHA512 (bdf2sfd-1.1.1.tar.gz) = 12a2159bcfb99e70585e0d6511b06789a39ef3531c7290faac5e7bc53c40e414382de9d5e59be1fb563cabf473c3abc027d213f7df4caff813686abee50c1b7f
-Size (bdf2sfd-1.1.1.tar.gz) = 19319 bytes
+SHA1 (bdf2sfd-1.1.2.tar.gz) = 45c53c9b75c7c62a8120cfe63fe52fd216ba6733
+RMD160 (bdf2sfd-1.1.2.tar.gz) = 62abfe53d800c8dd3469bf3e22293c6125911dad
+SHA512 (bdf2sfd-1.1.2.tar.gz) = 26f239b560aeb7b253ed227ae8ea626ae2918d5457d6413acb59cd29988b249851abc23eda51868d11e88d91a49ca32e445b0cbfca875a0aad55d8c40cf8cd12
+Size (bdf2sfd-1.1.2.tar.gz) = 19993 bytes



Home | Main Index | Thread Index | Old Index