mirror of https://gitee.com/openkylin/libmd.git
Import Debian changes 1.0.4-ok1
libmd (1.0.4-ok1) yangtze; urgency=medium * Build for openKylin.
This commit is contained in:
parent
9e4494772c
commit
4c64808fb6
|
@ -0,0 +1,5 @@
|
||||||
|
libmd (1.0.4-ok1) yangtze; urgency=medium
|
||||||
|
|
||||||
|
* Build for openKylin.
|
||||||
|
|
||||||
|
-- denghao <denghao@kylinos.cn> Fri, 24 Feb 2023 16:28:23 +0800
|
|
@ -0,0 +1,54 @@
|
||||||
|
Source: libmd
|
||||||
|
Section: libs
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
|
||||||
|
Build-Depends: debhelper-compat (= 13)
|
||||||
|
Standards-Version: 4.6.1
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
Vcs-Browser: https://gitee.com/openkylin/libmd
|
||||||
|
Vcs-Git: https://gitee.com/openkylin/libmd.git
|
||||||
|
Homepage: https://www.hadrons.org/software/libmd/
|
||||||
|
|
||||||
|
Package: libmd-dev
|
||||||
|
Section: libdevel
|
||||||
|
Architecture: any
|
||||||
|
Multi-Arch: same
|
||||||
|
Depends:
|
||||||
|
libmd0 (= ${binary:Version}),
|
||||||
|
${misc:Depends},
|
||||||
|
Description: message digest functions from BSD systems - development files
|
||||||
|
This package contains the header files and static library needed to
|
||||||
|
compile applications that use libmd.
|
||||||
|
.
|
||||||
|
The currently provided hashing algorithms are:
|
||||||
|
.
|
||||||
|
* MD2
|
||||||
|
* MD4
|
||||||
|
* MD5
|
||||||
|
* RIPEMD-160
|
||||||
|
* SHA-1
|
||||||
|
* SHA-2 (SHA-256, SHA-384 and SHA-512)
|
||||||
|
|
||||||
|
Package: libmd0
|
||||||
|
Architecture: any
|
||||||
|
Multi-Arch: same
|
||||||
|
Depends:
|
||||||
|
${shlibs:Depends},
|
||||||
|
${misc:Depends},
|
||||||
|
Description: message digest functions from BSD systems - shared library
|
||||||
|
The libmd library provides various message digest ("hash") functions,
|
||||||
|
as found on various BSDs on a library with the same name and with a
|
||||||
|
compatible API.
|
||||||
|
|
||||||
|
Package: libmd0-udeb
|
||||||
|
Package-Type: udeb
|
||||||
|
Section: debian-installer
|
||||||
|
Architecture: any
|
||||||
|
Build-Profiles: <!noudeb>
|
||||||
|
Depends:
|
||||||
|
${shlibs:Depends},
|
||||||
|
${misc:Depends},
|
||||||
|
Description: message digest functions from BSD systems - shared library
|
||||||
|
The libmd library provides various message digest ("hash") functions,
|
||||||
|
as found on various BSDs on a library with the same name and with a
|
||||||
|
compatible API.
|
|
@ -0,0 +1,493 @@
|
||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: libmd
|
||||||
|
Source: <url://example.com>
|
||||||
|
#
|
||||||
|
# Please double check copyright with the licensecheck(1) command.
|
||||||
|
|
||||||
|
Files: .dist-version
|
||||||
|
Makefile.am
|
||||||
|
README
|
||||||
|
autogen
|
||||||
|
config.h.in
|
||||||
|
configure.ac
|
||||||
|
include/Makefile.am
|
||||||
|
include/md2.h
|
||||||
|
include/md4.h
|
||||||
|
include/md5.h
|
||||||
|
include/sha1.h
|
||||||
|
man/Makefile.am
|
||||||
|
man/md2.3
|
||||||
|
man/md4.3
|
||||||
|
man/md5.3
|
||||||
|
man/mdX.3
|
||||||
|
src/Makefile.am
|
||||||
|
src/helper.c
|
||||||
|
src/libmd.map
|
||||||
|
src/libmd.pc.in
|
||||||
|
src/md2hl.c
|
||||||
|
src/md4.c
|
||||||
|
src/md4hl.c
|
||||||
|
src/md5.c
|
||||||
|
src/md5hl.c
|
||||||
|
src/rmd160hl.c
|
||||||
|
src/sha1.c
|
||||||
|
src/sha1hl.c
|
||||||
|
src/sha256hl.c
|
||||||
|
src/sha384hl.c
|
||||||
|
src/sha512hl.c
|
||||||
|
test/Makefile.am
|
||||||
|
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
|
||||||
|
License: __NO_COPYRIGHT_NOR_LICENSE__
|
||||||
|
|
||||||
|
Files: Makefile.in
|
||||||
|
aclocal.m4
|
||||||
|
build-aux/ar-lib
|
||||||
|
build-aux/compile
|
||||||
|
build-aux/config.guess
|
||||||
|
build-aux/config.sub
|
||||||
|
build-aux/depcomp
|
||||||
|
build-aux/install-sh
|
||||||
|
build-aux/ltmain.sh
|
||||||
|
build-aux/missing
|
||||||
|
build-aux/test-driver
|
||||||
|
configure
|
||||||
|
include/Makefile.in
|
||||||
|
m4/libtool.m4
|
||||||
|
m4/ltoptions.m4
|
||||||
|
m4/ltsugar.m4
|
||||||
|
m4/ltversion.m4
|
||||||
|
m4/lt~obsolete.m4
|
||||||
|
man/Makefile.in
|
||||||
|
src/Makefile.in
|
||||||
|
test/Makefile.in
|
||||||
|
Copyright: 1992-2021 Free Software Foundation, Inc.
|
||||||
|
1994 X Consortium
|
||||||
|
License: __AUTO_PERMISSIVE__
|
||||||
|
Autogenerated files with permissive licenses.
|
||||||
|
|
||||||
|
Files: get-version
|
||||||
|
include/ripemd.h
|
||||||
|
include/sha.h
|
||||||
|
include/sha256.h
|
||||||
|
include/sha512.h
|
||||||
|
src/local-link.h
|
||||||
|
test/md2.c
|
||||||
|
test/md4.c
|
||||||
|
test/md5.c
|
||||||
|
test/rmd160.c
|
||||||
|
test/sha1.c
|
||||||
|
test/sha2.c
|
||||||
|
test/test.h
|
||||||
|
Copyright: 2009-2019 Guillem Jover <guillem@hadrons.org>
|
||||||
|
License: BSD-3-Clause
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions
|
||||||
|
are met:
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
3. The name of the author may not be used to endorse or promote products
|
||||||
|
derived from this software without specific prior written permission.
|
||||||
|
.
|
||||||
|
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
||||||
|
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||||
|
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
|
||||||
|
THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
|
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
|
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
|
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
|
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
|
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
|
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
.
|
||||||
|
On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
|
||||||
|
License can be found in `/usr/share/common-licenses/BSD'.
|
||||||
|
|
||||||
|
Files: m4/libmd-compiler.m4
|
||||||
|
m4/libmd-linker.m4
|
||||||
|
Copyright: 2014-2021 Guillem Jover <guillem@hadrons.org>
|
||||||
|
License: __NO_LICENSE__
|
||||||
|
|
||||||
|
Files: man/sha2.3
|
||||||
|
Copyright: 2003-2004 Todd C. Miller <Todd.Miller@courtesan.com>
|
||||||
|
License: ISC
|
||||||
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
copyright notice and this permission notice appear in all copies.
|
||||||
|
.
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||||
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
.
|
||||||
|
Sponsored in part by the Defense Advanced Research Projects
|
||||||
|
Agency (DARPA) and Air Force Research Laboratory, Air Force
|
||||||
|
Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
||||||
|
.
|
||||||
|
See http://www.nist.gov/sha/ for the detailed standard
|
||||||
|
|
||||||
|
Files: man/sha1.3
|
||||||
|
Copyright: 1997-2004 Todd C. Miller <Todd.Miller@courtesan.com>
|
||||||
|
License: ISC
|
||||||
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
copyright notice and this permission notice appear in all copies.
|
||||||
|
.
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||||
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
.
|
||||||
|
See http://csrc.nist.gov/publications/fips/fips180-1/fip180-1.txt
|
||||||
|
for the detailed standard
|
||||||
|
|
||||||
|
Files: man/rmd160.3
|
||||||
|
Copyright: 1997-2004 Todd C. Miller <Todd.Miller@courtesan.com>
|
||||||
|
License: ISC
|
||||||
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
copyright notice and this permission notice appear in all copies.
|
||||||
|
.
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||||
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
.
|
||||||
|
See http://www.esat.kuleuven.ac.be/~bosselae/ripemd160.html
|
||||||
|
for detailed information about RIPEMD-160.
|
||||||
|
|
||||||
|
Files: src/rmd160.c
|
||||||
|
Copyright: 2001 Markus Friedl.
|
||||||
|
License: BSD-2-Clause
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions
|
||||||
|
are met:
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
.
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
|
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
|
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||||
|
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||||
|
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||||
|
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
|
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
.
|
||||||
|
Preneel, Bosselaers, Dobbertin, "The Cryptographic Hash Function RIPEMD-160",
|
||||||
|
RSA Laboratories, CryptoBytes, Volume 3, Number 2, Autumn 1997,
|
||||||
|
ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf
|
||||||
|
|
||||||
|
Files: include/rmd160.h
|
||||||
|
Copyright: 2001 Markus Friedl.
|
||||||
|
License: BSD-2-Clause
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions
|
||||||
|
are met:
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
.
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
|
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
|
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||||
|
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||||
|
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||||
|
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
|
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
Files: src/sha2.c
|
||||||
|
Copyright: 2000-2001 Aaron D. Gifford
|
||||||
|
License: BSD-3-Clause
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions
|
||||||
|
are met:
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
3. Neither the name of the copyright holder nor the names of contributors
|
||||||
|
may be used to endorse or promote products derived from this software
|
||||||
|
without specific prior written permission.
|
||||||
|
.
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTOR(S) ``AS IS'' AND
|
||||||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTOR(S) BE LIABLE
|
||||||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
SUCH DAMAGE.
|
||||||
|
.
|
||||||
|
$From: sha2.c,v 1.1 2001/11/08 00:01:51 adg Exp adg $
|
||||||
|
.
|
||||||
|
On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
|
||||||
|
License can be found in `/usr/share/common-licenses/BSD'.
|
||||||
|
|
||||||
|
Files: include/sha2.h
|
||||||
|
Copyright: 2000-2001 Aaron D. Gifford
|
||||||
|
License: BSD-3-Clause
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions
|
||||||
|
are met:
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
3. Neither the name of the copyright holder nor the names of contributors
|
||||||
|
may be used to endorse or promote products derived from this software
|
||||||
|
without specific prior written permission.
|
||||||
|
.
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTOR(S) ``AS IS'' AND
|
||||||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTOR(S) BE LIABLE
|
||||||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
SUCH DAMAGE.
|
||||||
|
.
|
||||||
|
$From: sha2.h,v 1.1 2001/11/08 00:02:01 adg Exp adg $
|
||||||
|
.
|
||||||
|
On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
|
||||||
|
License can be found in `/usr/share/common-licenses/BSD'.
|
||||||
|
|
||||||
|
Files: src/md2.c
|
||||||
|
Copyright: 2001 The NetBSD Foundation, Inc.
|
||||||
|
License: BSD-2-Clause-NETBSD
|
||||||
|
This code is derived from software contributed to The NetBSD Foundation
|
||||||
|
by Andrew Brown.
|
||||||
|
.
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions
|
||||||
|
are met:
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
.
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
||||||
|
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
||||||
|
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
||||||
|
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||||
|
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||||
|
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||||
|
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||||
|
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||||
|
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
|
POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
#----------------------------------------------------------------------------
|
||||||
|
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
|
||||||
|
# license/copyright files.
|
||||||
|
|
||||||
|
#----------------------------------------------------------------------------
|
||||||
|
# License file: COPYING
|
||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
.
|
||||||
|
Files:
|
||||||
|
*
|
||||||
|
Copyright:
|
||||||
|
Copyright © 2009, 2011, 2016 Guillem Jover <guillem@hadrons.org>
|
||||||
|
License: BSD-3-clause
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions
|
||||||
|
are met:
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
3. The name of the author may not be used to endorse or promote products
|
||||||
|
derived from this software without specific prior written permission.
|
||||||
|
.
|
||||||
|
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
||||||
|
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||||
|
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
|
||||||
|
THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
|
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
|
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
|
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
|
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
|
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
|
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
.
|
||||||
|
Files:
|
||||||
|
include/sha2.h
|
||||||
|
src/sha2.c
|
||||||
|
Copyright:
|
||||||
|
Copyright © 2000-2001, Aaron D. Gifford
|
||||||
|
All rights reserved.
|
||||||
|
License: BSD-3-clause-Aaron-D-Gifford
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions
|
||||||
|
are met:
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
3. Neither the name of the copyright holder nor the names of contributors
|
||||||
|
may be used to endorse or promote products derived from this software
|
||||||
|
without specific prior written permission.
|
||||||
|
.
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTOR(S) ``AS IS'' AND
|
||||||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTOR(S) BE LIABLE
|
||||||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
SUCH DAMAGE.
|
||||||
|
.
|
||||||
|
Files:
|
||||||
|
include/rmd160.h
|
||||||
|
src/rmd160.c
|
||||||
|
Copyright:
|
||||||
|
Copyright © 2001 Markus Friedl. All rights reserved.
|
||||||
|
License: BSD-2-clause
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions
|
||||||
|
are met:
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
.
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
|
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
|
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||||
|
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||||
|
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||||
|
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
|
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
.
|
||||||
|
Files:
|
||||||
|
src/md2.c
|
||||||
|
Copyright:
|
||||||
|
Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||||
|
All rights reserved.
|
||||||
|
.
|
||||||
|
This code is derived from software contributed to The NetBSD Foundation
|
||||||
|
by Andrew Brown.
|
||||||
|
License: BSD-2-clause-NetBSD
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions
|
||||||
|
are met:
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
.
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
||||||
|
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
||||||
|
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
||||||
|
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||||
|
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||||
|
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||||
|
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||||
|
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||||
|
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
|
POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
.
|
||||||
|
Files:
|
||||||
|
man/rmd160.3
|
||||||
|
man/sha1.3
|
||||||
|
man/sha2.3
|
||||||
|
Copyright:
|
||||||
|
Copyright © 1997, 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
|
||||||
|
License: ISC
|
||||||
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
copyright notice and this permission notice appear in all copies.
|
||||||
|
.
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||||
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
.
|
||||||
|
Files:
|
||||||
|
man/mdX.3
|
||||||
|
src/helper.c
|
||||||
|
Copyright:
|
||||||
|
Poul-Henning Kamp <phk@login.dkuug.dk>
|
||||||
|
License: Beerware
|
||||||
|
"THE BEER-WARE LICENSE" (Revision 42):
|
||||||
|
<phk@login.dkuug.dk> wrote this file. As long as you retain this notice you
|
||||||
|
can do whatever you want with this stuff. If we meet some day, and you think
|
||||||
|
this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
||||||
|
.
|
||||||
|
Files:
|
||||||
|
include/md4.h
|
||||||
|
src/md4.c
|
||||||
|
Copyright:
|
||||||
|
Colin Plumb
|
||||||
|
Todd C. Miller
|
||||||
|
License: public-domain-md4
|
||||||
|
This code implements the MD4 message-digest algorithm.
|
||||||
|
The algorithm is due to Ron Rivest. This code was
|
||||||
|
written by Colin Plumb in 1993, no copyright is claimed.
|
||||||
|
This code is in the public domain; do with it what you wish.
|
||||||
|
Todd C. Miller modified the MD5 code to do MD4 based on RFC 1186.
|
||||||
|
.
|
||||||
|
Files:
|
||||||
|
include/md5.h
|
||||||
|
src/md5.c
|
||||||
|
Copyright:
|
||||||
|
Colin Plumb
|
||||||
|
License: public-domain-md5
|
||||||
|
This code implements the MD5 message-digest algorithm.
|
||||||
|
The algorithm is due to Ron Rivest. This code was
|
||||||
|
written by Colin Plumb in 1993, no copyright is claimed.
|
||||||
|
This code is in the public domain; do with it what you wish.
|
||||||
|
.
|
||||||
|
Files:
|
||||||
|
include/sha1.h
|
||||||
|
src/sha1.c
|
||||||
|
Copyright:
|
||||||
|
Steve Reid <steve@edmweb.com>
|
||||||
|
License: public-domain-sha1
|
||||||
|
100% Public Domain
|
|
@ -0,0 +1,5 @@
|
||||||
|
usr/include
|
||||||
|
usr/lib/*/libmd*.so
|
||||||
|
usr/lib/*/libmd.a
|
||||||
|
usr/lib/*/pkgconfig/*.pc
|
||||||
|
usr/share/man
|
|
@ -0,0 +1 @@
|
||||||
|
usr/lib/*/*.so.*
|
|
@ -0,0 +1 @@
|
||||||
|
usr/lib/*/libmd*.so.*
|
|
@ -0,0 +1,74 @@
|
||||||
|
libmd.so.0 libmd0 #MINVER#
|
||||||
|
* Build-Depends-Package: libmd-dev
|
||||||
|
LIBMD_0.0@LIBMD_0.0 0.0.0
|
||||||
|
MD2Data@LIBMD_0.0 0.0.0
|
||||||
|
MD2End@LIBMD_0.0 0.0.0
|
||||||
|
MD2File@LIBMD_0.0 0.0.0
|
||||||
|
MD2FileChunk@LIBMD_0.0 0.0.0
|
||||||
|
MD2Final@LIBMD_0.0 0.0.0
|
||||||
|
MD2Init@LIBMD_0.0 0.0.0
|
||||||
|
MD2Transform@LIBMD_0.0 0.0.0
|
||||||
|
MD2Update@LIBMD_0.0 0.0.0
|
||||||
|
MD4Data@LIBMD_0.0 0.0.0
|
||||||
|
MD4End@LIBMD_0.0 0.0.0
|
||||||
|
MD4File@LIBMD_0.0 0.0.0
|
||||||
|
MD4FileChunk@LIBMD_0.0 0.0.0
|
||||||
|
MD4Final@LIBMD_0.0 0.0.0
|
||||||
|
MD4Init@LIBMD_0.0 0.0.0
|
||||||
|
MD4Pad@LIBMD_0.0 0.0.0
|
||||||
|
MD4Transform@LIBMD_0.0 0.0.0
|
||||||
|
MD4Update@LIBMD_0.0 0.0.0
|
||||||
|
MD5Data@LIBMD_0.0 0.0.0
|
||||||
|
MD5End@LIBMD_0.0 0.0.0
|
||||||
|
MD5File@LIBMD_0.0 0.0.0
|
||||||
|
MD5FileChunk@LIBMD_0.0 0.0.0
|
||||||
|
MD5Final@LIBMD_0.0 0.0.0
|
||||||
|
MD5Init@LIBMD_0.0 0.0.0
|
||||||
|
MD5Pad@LIBMD_0.0 0.0.0
|
||||||
|
MD5Transform@LIBMD_0.0 0.0.0
|
||||||
|
MD5Update@LIBMD_0.0 0.0.0
|
||||||
|
RMD160Data@LIBMD_0.0 0.0.0
|
||||||
|
RMD160End@LIBMD_0.0 0.0.0
|
||||||
|
RMD160File@LIBMD_0.0 0.0.0
|
||||||
|
RMD160FileChunk@LIBMD_0.0 0.0.0
|
||||||
|
RMD160Final@LIBMD_0.0 0.0.0
|
||||||
|
RMD160Init@LIBMD_0.0 0.0.0
|
||||||
|
RMD160Pad@LIBMD_0.0 0.0.0
|
||||||
|
RMD160Transform@LIBMD_0.0 0.0.0
|
||||||
|
RMD160Update@LIBMD_0.0 0.0.0
|
||||||
|
SHA1Data@LIBMD_0.0 0.0.0
|
||||||
|
SHA1End@LIBMD_0.0 0.0.0
|
||||||
|
SHA1File@LIBMD_0.0 0.0.0
|
||||||
|
SHA1FileChunk@LIBMD_0.0 0.0.0
|
||||||
|
SHA1Final@LIBMD_0.0 0.0.0
|
||||||
|
SHA1Init@LIBMD_0.0 0.0.0
|
||||||
|
SHA1Pad@LIBMD_0.0 0.0.0
|
||||||
|
SHA1Transform@LIBMD_0.0 0.0.0
|
||||||
|
SHA1Update@LIBMD_0.0 0.0.0
|
||||||
|
SHA256Data@LIBMD_0.0 0.0.0
|
||||||
|
SHA256End@LIBMD_0.0 0.0.0
|
||||||
|
SHA256File@LIBMD_0.0 0.0.0
|
||||||
|
SHA256FileChunk@LIBMD_0.0 0.0.0
|
||||||
|
SHA256Final@LIBMD_0.0 0.0.0
|
||||||
|
SHA256Init@LIBMD_0.0 0.0.0
|
||||||
|
SHA256Pad@LIBMD_0.0 0.0.0
|
||||||
|
SHA256Transform@LIBMD_0.0 0.0.0
|
||||||
|
SHA256Update@LIBMD_0.0 0.0.0
|
||||||
|
SHA384Data@LIBMD_0.0 0.0.0
|
||||||
|
SHA384End@LIBMD_0.0 0.0.0
|
||||||
|
SHA384File@LIBMD_0.0 0.0.0
|
||||||
|
SHA384FileChunk@LIBMD_0.0 0.0.0
|
||||||
|
SHA384Final@LIBMD_0.0 0.0.0
|
||||||
|
SHA384Init@LIBMD_0.0 0.0.0
|
||||||
|
SHA384Pad@LIBMD_0.0 0.0.0
|
||||||
|
SHA384Transform@LIBMD_0.0 0.0.0
|
||||||
|
SHA384Update@LIBMD_0.0 0.0.0
|
||||||
|
SHA512Data@LIBMD_0.0 0.0.0
|
||||||
|
SHA512End@LIBMD_0.0 0.0.0
|
||||||
|
SHA512File@LIBMD_0.0 0.0.0
|
||||||
|
SHA512FileChunk@LIBMD_0.0 0.0.0
|
||||||
|
SHA512Final@LIBMD_0.0 0.0.0
|
||||||
|
SHA512Init@LIBMD_0.0 0.0.0
|
||||||
|
SHA512Pad@LIBMD_0.0 0.0.0
|
||||||
|
SHA512Transform@LIBMD_0.0 0.0.0
|
||||||
|
SHA512Update@LIBMD_0.0 0.0.0
|
|
@ -0,0 +1 @@
|
||||||
|
usr/lib/*/libmd.la
|
|
@ -0,0 +1 @@
|
||||||
|
# You must remove unused comment lines for the released package.
|
|
@ -0,0 +1,10 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
# Uncomment this to turn on verbose mode.
|
||||||
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
|
||||||
|
export DEB_CFLAGS_MAINT_PREPEND = -Wall
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
|
@ -0,0 +1,8 @@
|
||||||
|
Tests: test-unit
|
||||||
|
Restrictions:
|
||||||
|
allow-stderr
|
||||||
|
rw-build-tree
|
||||||
|
Depends:
|
||||||
|
@,
|
||||||
|
build-essential,
|
||||||
|
pkg-config,
|
|
@ -0,0 +1,28 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
exec 2>&1
|
||||||
|
set -u
|
||||||
|
set -x
|
||||||
|
|
||||||
|
if [ -n "${DEB_HOST_GNU_TYPE:-}" ]; then
|
||||||
|
PKG_CONFIG="$DEB_HOST_GNU_TYPE-pkg-config"
|
||||||
|
else
|
||||||
|
PKG_CONFIG="pkg-config"
|
||||||
|
fi
|
||||||
|
|
||||||
|
confflags=""
|
||||||
|
if [ -n "${DEB_BUILD_GNU_TYPE:-}" ] && [ -n "${DEB_HOST_GNU_TYPE:-}" ]; then
|
||||||
|
if [ "$DEB_BUILD_GNU_TYPE" = "$DEB_HOST_GNU_TYPE" ]; then
|
||||||
|
confflags="--build=$DEB_BUILD_GNU_TYPE"
|
||||||
|
else
|
||||||
|
confflags="--build=$DEB_BUILD_GNU_TYPE --host=$DEB_HOST_GNU_TYPE"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
CFLAGS=$($PKG_CONFIG --cflags libmd)
|
||||||
|
LDADD=$($PKG_CONFIG --libs libmd)
|
||||||
|
|
||||||
|
./configure $confflags
|
||||||
|
make
|
||||||
|
make -C test CFLAGS="$CFLAGS" LDADD="$LDADD" check
|
|
@ -0,0 +1,3 @@
|
||||||
|
Repository: https://git.hadrons.org/git/libmd.git
|
||||||
|
Repository-Browse: https://git.hadrons.org/cgit/libmd.git
|
||||||
|
Bug-Submit: libbsd@lists.freekdesktop.org
|
|
@ -0,0 +1,123 @@
|
||||||
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||||
|
Version: GnuPG v2
|
||||||
|
|
||||||
|
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
|
||||||
|
cwtBBF2sU0fB0EjmlK1wcK+n6dQ=
|
||||||
|
=pXhN
|
||||||
|
-----END PGP PUBLIC KEY BLOCK-----
|
|
@ -0,0 +1,3 @@
|
||||||
|
version=4
|
||||||
|
opts="pgpsigurlmangle=s/$/.asc/" \
|
||||||
|
https://archive.hadrons.org/software/libmd/ libmd-([\d\.-]*)\.tar\.xz debian uupdate
|
Loading…
Reference in New Issue