Commit Graph

44 Commits

Author SHA1 Message Date
Brian C. Lane 4390d41ad0 - Fix aligned alloc parameters and overflow on 32bit (#1497458) 2017-10-03 10:58:53 -07:00
Fedora Release Engineering b432b77964 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-02 23:54:16 +00:00
Fedora Release Engineering 24c979e168 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 13:45:43 +00:00
Brian C. Lane def9dd3647 - New Version 1.2.1 (bcl)
- Let the user pass their own file descriptor (squimrel)
- Correct format specifiers (squimrel)
2017-06-09 09:34:30 -07:00
Brian C. Lane 916ec0ef8c - New Version 1.2.0 (bcl)
- Improve the python test and add a test target to the Makefile (bcl)
- Improve error handling of libimplantisomd5 (squimrel)
- Fix popt memory leak and avoid exit in main (squimrel)
- Add derived clang format and editorconfig (squimrel)
- Format, constify, castify, decl-at-use code (squimrel)
- Make libimplantisomd5 use the utilities (squimrel)
- Implement shared utilities (squimrel)
- Refactor libcheckisomd5 (squimrel)
2017-06-08 10:00:17 -07:00
Fedora Release Engineering d4a2bfeeba - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 16:36:27 +00:00
Miro Hrončok b5dc30eb06 Rebuild for Python 3.6 2016-12-19 18:20:36 +01:00
Fedora Release Engineering c573ed31ba - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 07:30:24 +00:00
Dennis Gilmore 5e4be7b75f - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 00:42:05 +00:00
Brian C. Lane 7e61a1da42 - New upstream with Python3 support 2015-12-04 16:24:35 -08:00
Peter Robinson 3a864c9098 Use github source so it will build, cleanup spec, use %%license 2015-07-20 18:24:33 +01:00
Dennis Gilmore 973fa956c7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-17 11:37:56 +00:00
Till Maas e8ed4adc03 Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
2015-02-21 22:18:21 +01:00
Brian C. Lane 03df98fe3e Update spec to point to upstream at github 2015-01-29 12:08:50 -08:00
Peter Robinson e825d24703 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-16 21:59:42 +00:00
Dennis Gilmore 3fc79566ad - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 17:52:22 -05:00
Brian C. Lane ce959ae63d - Display supported iso status (#1026336) (bcl)
- Add ppc64le (bcl)
2014-01-10 17:41:57 -08:00
Dennis Gilmore ce0029007f - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 15:03:21 -05:00
Brian C. Lane d8d53b83a9 - Add aarch64 (#985568) (bcl) 2013-07-17 14:52:40 -07:00
Brian C. Lane 14361d85b4 - Fix for gcc type-punned and sizeof pointer warnings. (bcl)
- Add exit code 2 for user abort (#907600) (bcl)
- Cleanup TABs and update Copyrights (bcl)
- Standardize *FLAGS in Makefile (ryan)
2013-02-26 09:13:30 -08:00
Dennis Gilmore b21612bc4c - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 20:18:43 -06:00
Dennis Gilmore 3d4faa7b90 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-19 10:13:56 -05:00
Brian C. Lane 2a7dbc0eed - Add python-isomd5sum package with python bindings
- Add callback and interrupt support to the python library
- Add RPM_OPT_FLAGS to CFLAGS and update makefile to use CFLAGS from environment
2012-03-09 12:21:55 -08:00
Dennis Gilmore 7fc971390f - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 00:03:14 -06:00
Radek Vykydal c49e46489d Allocate one more char for string sentinel (#692135) (rvykydal) 2011-04-08 11:47:14 +02:00
Dennis Gilmore ce8b1944f0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-09 07:16:45 -06:00
Fedora Release Engineering fa2e0a98b2 dist-git conversion 2010-07-28 18:30:22 +00:00
Christopher Edward Lumens 7af774afb9 New release. 2010-06-30 21:00:25 +00:00
Radek Vykydal 8e895375d1 - Add abort check feature (#555107) (dpierce, rvykydal) Changes prototype
of exported checkMediaFile function.
- Fix exit value of checkisomd5 (rvykydal)
- Remove output to stderr from library (#576251) (bcl)
- Use separate return value for image not found (#578160) (bcl)
2010-03-30 15:33:46 +00:00
Bill Nottingham 2b9077d95c Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:40:41 +00:00
Jesse Keating 57d96d421f - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 03:40:01 +00:00
Jesse Keating e85faf80fb - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 08:12:56 +00:00
Jeremy Katz 3196ea0731 - Don't install the unused python module (#479005) 2009-01-08 22:06:04 +00:00
Ignacio Vazquez-Abrams 5cfbc47c91 Rebuild for Python 2.6 2008-11-29 16:47:55 +00:00
Hans de Goede bc897a9519 - Fix permission on installed manpages (#469936) 2008-11-05 14:26:09 +00:00
Dennis Gilmore 9647376492 add patch fixing libdir of sparc64 2008-04-24 12:46:33 +00:00
Jeremy Katz 372bc6c30d - Add man pages from Ryan Finnie (ryan AT finnie DOT org)
- Use popt in checkisomd5 (Ryan Finnie)
- Fix verbose/gauge interactions (Ryan Finnie)
- A few other little janitorial things (Ryan Finnie)
2008-02-08 04:31:14 +00:00
Jeremy Katz 335fef7ce7 and upload respun tarball 2008-02-08 04:24:38 +00:00
Jeremy Katz eeff8f855c fix typo 2008-02-08 04:22:18 +00:00
Jeremy Katz 7e6550e68d - Add man pages from Ryan Finnie (ryan AT finnie DOT org)
- Use popt in checkisomd5 (Ryan Finnie)
- Fix verbose/gauge interactions (Ryan Finnie)
- A few other little janitorial things (Ryan Finnie)
2008-02-08 04:17:45 +00:00
Jeremy Katz 4d17e95a0c - The "fix the build after changing the API" release 2007-12-10 15:35:30 +00:00
Jeremy Katz b91f03224b - BR popt-devel 2007-12-10 15:25:09 +00:00
Jeremy Katz e45169a3a4 initial import 2007-12-10 15:14:09 +00:00
Kevin Fenzi 3b16bce1d0 Setup of module isomd5sum 2007-12-08 01:16:28 +00:00