Commit Graph

106 Commits (master)

Author SHA1 Message Date
Vitaliy Filippov 3be2f53e54 Add RPM spec 2020-12-01 02:09:07 +03:00
Ondřej Nový d61af16d2a d/control,copyright: Update upstream location to jerasure.org (Closes: #772535) 2017-08-06 02:37:11 +02:00
Daniel Baumann b0c3595c13 Removing gbp.conf, not used anymore or should be specified in the developers dotfiles.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2017-08-06 02:34:53 +02:00
Daniel Baumann 10898e3270 Updating standards version to 4.0.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2017-08-06 02:34:48 +02:00
Ondřej Nový 6c544b0b28 Running wrap-and-sort -bast. 2017-08-06 02:34:43 +02:00
Daniel Baumann bbe175c588 Updating maintainer field.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2017-08-06 02:34:08 +02:00
Daniel Baumann 05804ef536 Updating copyright format url.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2017-08-06 02:33:29 +02:00
Daniel Baumann c20c6a967f Adding changelog message about updating vcs fields.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2017-08-06 02:33:19 +02:00
Daniel Baumann d40947fbaa Updating vcs fields.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2017-08-06 02:32:35 +02:00
Ondřej Nový 9326c1457f releasing package jerasure version 2.0.0+2017.04.10.git.de1739cc84-1 2017-08-06 02:26:15 +02:00
Ondřej Nový fad90f9d9f Remove autoreconf and parallel option from dh, it's default now 2017-08-06 02:25:33 +02:00
Ondřej Nový e02e093fad Team upload. 2017-08-06 02:23:21 +02:00
Ondřej Nový c12f46209c Standards-Version is 4.0.0 now (no changes needed) 2017-08-06 02:20:27 +02:00
Ondřej Nový 359c9d0f8d d/control: Removed autotools-dev B-D 2017-08-04 15:35:51 +02:00
Ondřej Nový f447b96d78 * Standards-Version is 4.0.0.4 now (no changes needed)
* d/copyright: Added myself for Debian part
2017-08-04 14:57:47 +02:00
Ondřej Nový e404c1d8d9 New upstream version (master) 2017-08-04 03:51:04 +02:00
Ondřej Nový 7ecb6f3c3b Merge commit 'de1739cc8483696506829b52e7fda4f6bb195e6a' into debian/pike 2017-08-04 03:46:26 +02:00
Ondřej Nový e1e6a02efd Change upstream git to http://lab.jerasure.org/jerasure/jerasure.git 2017-08-04 03:44:22 +02:00
Ondřej Nový f32465ff47 Bump debhelper compat version 2017-08-04 03:39:06 +02:00
Ondřej Nový c46c6b10be * Added myself to uploaders
* Move to OpenStack PKG team
2017-08-04 03:35:59 +02:00
Loic Dachary de1739cc84 Merge branch 'wip-signed-integer-overflow-cppcheck' into 'master'
Wip signed integer overflow cppcheck

Fix for cppcheck signed integer overflow error

See merge request !7
2017-04-10 08:20:49 +00:00
Brad Hubbard 31cd20f7f3 Resolve cppcheck Signed integer overflow error
The type of expression '1<<31' is signed int and this causes cppcheck to
issue the following warning.

src/gf_w32.c:681]: (error) Signed integer overflow for expression
'1<<31'.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
2017-04-10 17:47:45 +10:00
Ondřej Nový 63c4dcdd45 Fixed VCS URLs (https). 2016-02-28 15:26:44 +01:00
James Page 3e82a16412 Resync with Ubuntu.
* Updates for Ubuntu MIR:
  - d/control,copyright: Update upstream location to jerasure.org.
  - d/control,rules: Add BD on gf-complete-tools, enable tests,
    set GF_COMPLETE_DIR.
  - d/rules: Enable parallel build.
  - d/control: Add Multi-Arch: same to libjerasure{2,-dev}.
* d/control: Bumped Standards-Version to 3.9.6, no changes.
* d/copyright: Switch BSD -> BSD-3-clause.
2015-09-16 12:20:18 +01:00
KMG 414c96ef2b Merge branch 'wip-documentation' into 'master'
jerasure.org is http, not https

See merge request !3
2015-01-08 14:59:33 +00:00
Loic Dachary 215c2a3beb jerasure.org is http, not https
Also add a reference to the jerasure project @ jerasure.org

Signed-off-by: Loic Dachary <loic@dachary.org>
2014-12-29 16:47:50 +01:00
KMG b299fd965d Merge branch 'wip-documentation' into 'master'
documentation

updates to replace URLs that do not contain useful information

See merge request !2
2014-12-29 03:25:41 +00:00
Loic Dachary 99ae37b8c6 documentation: update with jerasure.org new home
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-12-25 12:24:43 +01:00
Loic Dachary 42e26f27f3 Revert "Removed PDF from the repo and added a note in the README that describes how to"
This reverts commit f48b262221.
2014-12-25 12:20:23 +01:00
kmgreen2 868579776a Merge pull request #2 from dachary/wip-exit
Merging a set of commits from Loic: Use assert(0) to exit(1) and clean-up some of the test code.
2014-12-16 15:07:08 -08:00
Loic Dachary 11dc3fcb82 tests: add minimal encoder/decoder test
Add a test to run with make check to run encoder and decoder to make
sure they work at least in one simple case. It is also useful as a
documentation about how to use them.

Signed-off-by: Loic Dachary <loic@dachary.org>
2014-12-15 18:17:18 +01:00
Loic Dachary 1be39b8550 tests: fail if gf_methods is not found
If the gf_methods was not found, the test would silently succeed doing
nothing. Check for existence and fail if it is not in the path.

Signed-off-by: Loic Dachary <loic@dachary.org>
2014-12-15 18:17:15 +01:00
Loic Dachary 3785ed2632 decoder/encoder: fix compilation warnings
Resolve compilation warnings about unused variables and function return
values being ignored.

Signed-off-by: Loic Dachary <loic@dachary.org>
2014-12-15 12:28:47 +01:00
Loic Dachary 63ffdaad49 decoder: allow for path len > 100 characters
It's not that uncommon to have path longer than 100 characters.

Signed-off-by: Loic Dachary <loic@dachary.org>
2014-12-15 12:27:17 +01:00
Loic Dachary 36008101d5 use assert(0) instead of exit(1)
When a fatal error (unaligned memory etc.) is detected, jerasure
should assert(3) instead of exit(3) to give a chance to the calling
program to catch the exception and display a stack trace. Although it is
possible for gdb to display the stack trace and break on exit, libraries
are not usually expected to terminate the calling program in this way.

Signed-off-by: Loic Dachary <loic@dachary.org>
2014-12-15 12:08:37 +01:00
Thomas Goirand 8be5afe2ba Now the -dev depends on libgf-complete-dev. 2014-12-10 08:32:17 +00:00
Loic Dachary c94348f73a remove unused variable in tests
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
2014-10-03 19:08:53 +02:00
Loic Dachary 4fdbeeebe0 define galois_uninit_field
To free resources allocated by galois_init_default_field.

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
2014-10-03 19:08:44 +02:00
Thomas Goirand c544042871 Fixed versions in debian/libjerasure2.symbols 2014-06-16 17:18:55 +00:00
Thomas Goirand 75e68c1194 Now packaging version 2.0.0 2014-06-16 17:16:46 +00:00
Thomas Goirand 896b4a2fc4 Merge tag 'v2.0.0' into debian/unstable
Adding tag for easier downstream tracking
2014-06-16 17:16:09 +00:00
Kevin Greenan 21de983833 Adding option to disable SSE support in configure 2014-06-09 11:37:29 -07:00
Kevin Greenan f48b262221 Removed PDF from the repo and added a note in the README that describes how to
get the manual.
2014-06-09 08:32:18 -07:00
Kevin Greenan 4b62ab21e1 Merged in dachary/jerasure/wip-galois-init (pull request #22)
add galois_init_default_field error code
2014-06-08 16:36:03 -07:00
Loic Dachary 1b30a37c9f add galois_init_default_field error code
galois_init_default_field returns an errno(3) code in case of error
instead of exiting. This is handy when the caller needs to perform
cleanup or error reporting when an error occurs instead of exit(2).

The exit(2) based error handling is preserved in the static
galois_init() function which is used in galois.c instead and is based on
galois_init_default_field to avoid code duplication.

Signed-off-by: Loic Dachary <loic@dachary.org>
2014-06-08 18:59:00 +02:00
Thomas Goirand 622da9c743 changelog closes ITP 2014-06-06 16:34:37 +00:00
Thomas Goirand 04a8a3f557 Added symbols file 2014-06-06 16:26:13 +00:00
Thomas Goirand f9e5ddf7b7 Do not use SSE 2014-06-06 16:23:40 +00:00
Thomas Goirand c5d4ac0c7c Initial debian folder. 2014-05-27 09:17:32 +00:00
Kevin Greenan b8221e7d75 Merged in dalgaaf/jerasure/wip-da-coverity-rebase (pull request #21)
[UPDATED][Rebased #8] Fixes for SCA issues
2014-04-28 11:01:10 -07:00