./archivers/ruby-ffi-libarchive, Ruby FFI binding to libarchive

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.14, Package name: ruby31-ffi-libarchive-1.1.14, Maintainer: pkgsrc-users

ffi-libarchive

A Ruby FFI binding to libarchive.


Required to run:
[archivers/libarchive] [lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 16 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-03 15:58:45 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
archivers/ruby-ffi-libarchive: update to 1.1.14

1.1.14 (2024-01-31)

Merged Pull Requests

* Correct return type of archive_read_data (fix RARv5 support) #86
  (tbolender)
   2023-11-11 10:30:54 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
archivers/ruby-ffi-libarchive: update to 1.1.13

1.1.13 (2023-09-18)

Merged Pull Requests

* Update chefstyle requirement from 2.0.9 to 2.1.0 #62 (dependabot[bot])
* Update chefstyle requirement from 2.1.0 to 2.1.1 #63 (dependabot[bot])
* Update chefstyle requirement from 2.1.1 to 2.1.3 #65 (dependabot[bot])
* Update chefstyle requirement from 2.1.3 to 2.2.0 #66 (dependabot[bot])
* add ruby 3.1 in verfiy pipeline #69 (skeshari12)
* INFC-158 fix build from addition of Ruby 3.0/3.1 tests for Windows #71
  (tpowell-progress)
* Bundle pristine to patch 3.1 ruby #78 (tpowell-progress)
* Expose archive format compression methods #74 (sj26)
* Allow opening archive from fd #75 (sj26)
* Add .buildkite directory to fix the build #79 (tpowell-progress)
   2021-10-26 11:57:20 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and SHA512
hashes.
   2021-10-07 15:06:15 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Remove SHA1 distfiles hashes
   2021-09-18 15:48:01 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
archivers/ruby-ffi-libarchive: update to 1.1.3

1.1.3 (2021-09-16)

* Update chefstyle requirement from 1.6.2 to 1.7.1 #52
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.7.1 to 1.7.2 #53
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.7.2 to 1.7.5 #55
  (dependabot-preview[bot])
* Upgrade to GitHub-native Dependabot #56 (dependabot-preview[bot])
* Remove support for EOL Ruby 2.4 #59 (tas50)
* Update chefstyle requirement from 1.7.5 to 2.0.8 #60 (dependabot[bot])
* Update chefstyle requirement from 2.0.8 to 2.0.9 #61 (dependabot[bot])
* Add strip components support #58 (jasonwbarnett)
   2021-02-13 11:13:24 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
archivers/ruby-ffi-libarchive: update to 1.0.17

1.0.17 (2021-02-10)

* Update chefstyle requirement from 1.2.1 to 1.3.2 #35
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.3.2 to 1.4.0 #36
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.0 to 1.4.2 #37
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.2 to 1.4.3 #38
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.3 to 1.4.4 #39
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.4 to 1.4.5 #40
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.5 to 1.5.0 #41
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.5.0 to 1.5.8 #46
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.5.8 to 1.5.9 #47
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.5.9 to 1.6.1 #48
  (dependabot-preview[bot])
* Test on Ruby 3.0 #49 (tas50)
* Update chefstyle requirement from 1.6.1 to 1.6.2 #50
  (dependabot-preview[bot])
* Extend the reader API to extract to destination #51 (lamont-granquist)
   2020-09-13 16:58:20 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
archivers/ruby-ffi-libarchive: update to 1.0.4

Update ruby-ffi-libarchive to 1.0.4.

v1.0.4 (2020-08-13)

* Optimize requires for non-omnibus installs #34 (tas50)
   2020-08-09 17:03:41 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
archivers/ruby-ffi-libarchive: update to 1.0.3

Update ruby-ffi-libarchive to 1.0.3.

1.0.3 (2020-06-26)

* Optionally clone entries when iterating through an archive #30 (jatoben)
* Replace specific types with more generic equivalents. #32 (phiggins)
* Modern expeditor / buildkite setup #33 (tas50)