Codebase list golang-github-minio-sha256-simd / debian/latest
Upload version 1.0.0-1 to unstable Mathias Gibbens 1 year, 5 months ago
4 changed file(s) with 53 addition(s) and 42 deletion(s). Raw diff Collapse all Expand all
0 golang-github-minio-sha256-simd (1.0.0-1) unstable; urgency=medium
1
2 * Team upload
3
4 [ Aloïs Micard]
5 * update debian/gitlab-ci.yml (using pkg-go-tools/ci-config)
6
7 [ Debian Janitor]
8 * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
9 Repository-Browse
10
11 [ Mathias Gibbens ]
12 * New upstream release
13 * d/control:
14 - Update Section to golang
15 - Bump Standards-Version (no changes needed)
16 - Update Maintainer email address to current team address
17 - Update Build-Depends and Depends
18 - Add Rules-Requires-Root: no
19 * Update d/copyright
20 * Fix d/watch
21
22 -- Mathias Gibbens <gibmat@debian.org> Fri, 11 Nov 2022 23:51:49 +0000
23
024 golang-github-minio-sha256-simd (0.1.1-1) unstable; urgency=medium
125
226 * New upstream release.
00 Source: golang-github-minio-sha256-simd
1 Section: devel
1 Section: golang
22 Priority: optional
3 Standards-Version: 4.4.1
4 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
3 Standards-Version: 4.6.1
4 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
55 Uploaders: Alexandre Viau <aviau@debian.org>, Dmitry Smirnov <onlyjob@debian.org>
6 Build-Depends: debhelper-compat (= 12),
6 Build-Depends: debhelper-compat (= 13),
77 dh-golang,
8 golang-go
8 golang-any,
9 golang-github-klauspost-cpuid-dev (>= 2.0.4)
910 Homepage: https://github.com/minio/sha256-simd
1011 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-minio-sha256-simd
1112 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-minio-sha256-simd.git
1213 XS-Go-Import-Path: github.com/minio/sha256-simd
14 Rules-Requires-Root: no
1315 Testsuite: autopkgtest-pkg-go
1416
1517 Package: golang-github-minio-sha256-simd-dev
1618 Architecture: all
17 Depends: ${shlibs:Depends},
18 ${misc:Depends},
19 golang-go
19 Depends: ${misc:Depends},
20 golang-github-klauspost-cpuid-dev (>= 2.0.4)
2021 Description: implementation of SHA256 using SIMD instructions for Intel and ARM
2122 sha256-simd accelerate SHA256 computations in pure Go for both Intel
2223 (AVX2, AVX, SSE) as well as ARM (arm64) platforms. Introduction This
22 Source: https://github.com/minio/sha256-simd
33
44 Files: *
5 Copyright: 2016-2019 Minio, Inc.
5 Copyright: 2016-2021 Minio, Inc.
66 License: Apache-2.0
77
88 Files: debian/*
9 Copyright: 2016 Alexandre Viau <aviau@debian.org>
10 License: Apache-2.0 or Expat
9 Copyright:
10 2016 Alexandre Viau <aviau@debian.org>
11 2022 Mathias Gibbens
12 License: Apache-2.0
1113 Comment: Debian packaging is licensed under the same terms as upstream
12
13 Files: cpuid_386.s
14 cpuid_amd64.s
15 Copyright: 2015 Klaus Post
16 License: Expat
1714
1815 Files: sha256_test.go
1916 Copyright: 2016 Minio, Inc.
2017 2009 The Go Authors
2118 License: Apache-2.0 and BSD-3-clause
19
20 Files: sha256blockAvx512_amd64.asm
21 Copyright:
22 2017 Minio, Inc.
23 2017 Intel Corporation
24 License: Apache-2.0 and BSD-3-clause
25
26 Files: sha256blockSha_amd64.s
27 Copyright: 2018 Kristofer Peterson
28 License: Apache-2.0
2229
2330 License: Apache-2.0
2431 Licensed under the Apache License, Version 2.0 (the "License");
3643 On Debian systems, the complete text of the Apache version 2.0 license
3744 can be found in "/usr/share/common-licenses/Apache-2.0".
3845
39 License: Expat
40 The MIT License (MIT)
41 .
42 Permission is hereby granted, free of charge, to any person obtaining a copy
43 of this software and associated documentation files (the "Software"), to deal
44 in the Software without restriction, including without limitation the rights
45 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
46 copies of the Software, and to permit persons to whom the Software is
47 furnished to do so, subject to the following conditions:
48 .
49 The above copyright notice and this permission notice shall be included in all
50 copies or substantial portions of the Software.
51 .
52 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
53 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
54 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
55 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
56 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
57 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
58 SOFTWARE.
59
6046 License: BSD-3-clause
6147 Redistribution and use in source and binary forms, with or without
6248 modification, are permitted provided that the following conditions are
6854 copyright notice, this list of conditions and the following disclaimer
6955 in the documentation and/or other materials provided with the
7056 distribution.
71 * Neither the name of Google Inc. nor the names of its
72 contributors may be used to endorse or promote products derived from
73 this software without specific prior written permission.
57 * Neither the name of Google Inc. or Intel Corporation nor the names
58 of its contributors may be used to endorse or promote products derived
59 from this software without specific prior written permission.
7460 .
7561 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
7662 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
55 pgpmode=none,\
66 repack,compression=xz,repacksuffix=+dfsg,\
77 dversionmangle=s{[+~]dfsg\d*}{},\
8 " https://github.com/minio/sha256-simd/releases \
9 .*/archive/v?(\d[\d\.]+)\.tar\.gz
8 " https://github.com/minio/sha256-simd/tags \
9 .*/tags/v?(\d[\d\.]+)\.tar\.gz