summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2023-11-05Add missing build dependencyPierre Lalet
2023-11-04Switch to new Python build system (PEP 517)Pierre Lalet
2023-01-16Version update (v0.9.20)Pierre Lalet
2023-01-14Version update (v0.9.19)Pierre Lalet
2022-06-10Version updatePierre Lalet
2021-12-28Fix descriptionPierre Lalet
2021-12-21Version update, no more Python 2 supportPierre Lalet
2021-07-19Update origin repository (cea-sec => ivre)Pierre Lalet
2021-02-24python2 has to be in makedepends (@rageltman)Pierre Lalet
2020-12-29Fix build, bro no longer exists (@dreieck)Pierre Lalet
2020-12-10Version updatePierre Lalet
2020-04-25Version updatePierre Lalet
2019-09-25Version updatePierre LALET
2019-07-07Use SHA512, clean-upPierre LALET
2019-06-25Version updatePierre LALET
2019-06-07Dependencies update (bro -> zeek)Pierre LALET
2019-06-05Update descPierre LALET
2019-03-20Remove useless makedependsPierre LALET
2019-03-17Add missing makedepends and optdependsPierre LALET
2019-03-13Switch to python-pycryptodomePierre LALET
2019-03-13Remove dependencies from package basePierre LALET
2019-03-13Split package into ivre, ivre-docs, ivre-web, python-ivre and python2-ivrePierre LALET
This allows the creation of a new package, python2-ivre to use IVRE's library from Python 2 scripts.
2019-02-12Fix checksum for Apache ivre.confPierre LALET
2019-02-04Release v0.9.12Pierre LALET
2018-08-27Fix a sha256sum, update dependenciesPierre LALET
2018-08-14Version upgradePierre LALET
2018-04-12Upgrade to ivre 0.9.10, add python-bottle dependencyPierre LALET
2018-02-26Update archive URL to a fixed onePierre LALET
2018-02-26Version upgradePierre LALET
2017-08-07Update sha256sumPierre LALET
This hash change is due to the use of gitattributes in the file ivre/__init__.py. Just after the release, the string '$Format:%h %D$' is evaluated to '[COMMIT HASH] HEAD -> master, tag: v[VERSION]'. When a new commit is pushed to master, the same string is evaluated to '[COMMIT HASH] tag: v[VERSION]'. The result is exactly the same, since 'tag: v0.9.6' is always present (see diff below for some context), but this causes the sha256sum to differ. --- orig/ivre-0.9.6/ivre/__init__.py 2017-06-26 19:10:14.000000000 +0200 +++ new/ivre-0.9.6/ivre/__init__.py 2017-06-26 19:10:14.000000000 +0200 @@ -72,7 +72,7 @@ def _version(): return fdesc.read() except IOError: pass - hashval, refnames = u'e5dff0d7 HEAD -> master, tag: v0.9.6'.split(' ', 1) + hashval, refnames = u'e5dff0d7 tag: v0.9.6'.split(' ', 1) try: return next(ref[6:] for ref in refnames.split(u', ') if ref.startswith(u'tag: v')) except StopIteration:
2017-08-07Update pkgrel after new dependencyPierre LALET
2017-08-07Add missing dependencyPierre LALET
2017-07-11Update dependencies, add Apache sample config filePierre LALET
2017-06-28Add package ivre - https://ivre.rocks/Pierre LALET