Commit Graph

27 Commits

Author SHA1 Message Date
Ed Reel
028ba087ac Clamav 1.4.3 => 1.5.1 (#13744)
Json_c 0.18-20240915-1 => 0.18-a1249bfd
2025-12-06 06:39:23 +00:00
chromebrew-actions[bot]
8980226ae0 Update libinput and deps; Allow adding titles to PRs from workflows. — check clamav json_c libinput libunwind (#12312)
* Let workflows use M138 containers.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* libunwind => 1.8.2

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Libcheck replaced by existing check package.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Modernize check package.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add GCC 15 patch for libunwind.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* libinput: Build Run on linux/arm/v7.

* libinput: Build Run on linux/386.

* libinput: Build Run on linux/amd64.

* libinput: Package File Update Run on linux/386 container.

* libinput: Package File Update Run on linux/amd64 container.

* libinput: Package File Update Run on linux/arm/v7 container.

* libinput => 1.29.0

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Allow adding PR Titles when running workflows.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* libinput: Build Run on linux/arm/v7.

* libinput: Build Run on linux/amd64.

* Adjust workflows.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* libinput: Package File Update Run on linux/386 container.

* Adjust workflows.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* clamav => 1.4.3

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Cleanup PR commit info reporting.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Rebuild json_c with GCC 15; Update clamav package.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* libinput: Build Run on linux/arm/v7.

* libinput: Build Run on linux/amd64.

* libinput: Build Run on linux/386.

* libinput: Package File Update Run on linux/386 container.

* Trigger rebuild of check.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* libinput: Build Run on linux/amd64.

* libinput: Package File Update Run on linux/386 container.

* libinput: Package File Update Run on linux/arm/v7 container.

* Add more triggers to workflows.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2025-07-31 21:27:48 +00:00
github-actions[bot]
cd282ef407 AutoBuild: update-clamav started at 2025-02-17-06UTC (#11351)
* Clamav 1.3.1 => 1.4.2

* Add built packages for linux/386 to update-clamav

* Add built packages for linux/amd64 to update-clamav

* Add built packages for linux/arm/v7 to update-clamav

---------

Co-authored-by: Ed Reel <edreel@gmail.com>
Co-authored-by: uberhacker <uberhacker@users.noreply.github.com>
2025-02-17 06:46:08 +00:00
Satadru Pramanik, DO, MPH, MEng
5621163c84 Refactor ruby gems in packages, crew cleanup of debugging, install.sh refactor for gems (#10294)
* Some ruby gem updates and cleanup

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* bump version

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* move gem installs to core install

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* add webkitgtk_6 binaries for x86_64, add librsvg binaries

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add rebuilt librsvg binary for x86_64.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* rename gem function internals to make more sense

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* adjust webkitgtk_6 deps

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* update ruby gem packages, add a ruby gem package update script to tools

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* suggested changes

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* rebuild parted

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* add parted binaries

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* suggested changes

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* refactor ruby buildsystem

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* add libsdl2, freerdp binaries

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* sync crew function to lib/fixup

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* shellcheck fix

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add const for CREW_UPDATE_CHECK_INTERVAL

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Move time_difference into function for neatness.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* suggested changes from @uberhacker

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* @Zopolis4 suggested change: Use git last update time

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add .blank? usage to downloader to avoid undefined method `empty?' for nil (NoMethodError)

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-08-13 11:25:39 -05:00
Maximilian Downey Twiss
9a136cac4f Various package renames and fixes for version checking (#9856)
* Rename aws to aws_cli

* Rename ffcall to libffcall

* Update filecmd homepage

* Update go_bootstrap homepage

* Update go homepage

* Update bacon homepage

* Rename jsonc to json_c

* Update libffi homepage

* Update libgd homepage

* Rename libjpeg to libjpeg_turbo

* Update libpng homepage

* Rename mandb to man_db

* Update mongodb homepage

* Rename moonbuggy to moon_buggy

* Update mpc homepage

* Update netcat homepage

* Update nethack4 homepage

* Rename pkgconfig to pkg_config

* Rename postgres to postgresql

* Rename proj4 to proj

* Update qemacs homepage

* Update readline homepage

* Update scrollz homepage

* Update xzutils homepage

* Update weather homepage
2024-05-27 18:09:35 -05:00
Ed Reel
41021e102e Clamav 1.3.0 => 1.3.1 (#9706) 2024-04-22 11:25:55 -04:00
Ed Reel
dd98281552 Clamav 1.2.1 => 1.3.0 (#9285) 2024-02-09 07:11:08 +11:00
Maximilian Downey Twiss
f6dc1d8d4e Derive binary_url in package.rb (#7082)
* Add binary_compression value to each package

* Remove binary_url values and arrays

* Handle packages with empty binary_sha256 arrays (either missing binaries or not compiled by us)
2024-01-25 11:03:31 -05:00
Ed Reel
d4e0832fc2 Clamav 1.1.1 => 1.2.1 (#8838) 2023-10-27 06:08:46 -04:00
Maximilian Downey Twiss
2f42ff39cc Run Rubocop on tree, again (#8704) 2023-09-29 07:51:08 -04:00
Ed Reel
ad1bc1a4c2 Clamav 0.105.1-3 => 1.1.1 (#8568)
Jsonc 0.16-1741bcd => 0.17-20230812
2023-08-18 12:30:09 -04:00
Satadru Pramanik
61cf13e39b fixup prompts (#7813)
* fixup prompts

* default for no doesn't have ''
2023-01-05 13:00:16 -06:00
Ed Reel
7188bc923f Clamav 0.103.0 => 0.105.1-3 (#7659)
Jsonc 0.13.1-20180305-1 => 0.16-20220414

Co-authored-by: chronos <no-reply@github.com>
2022-11-21 11:54:56 -05:00
Maximilian Downey Twiss
de24923ee8 Add Rubocop CI (#7083)
* Rename IgnoredPatterns to AllowedPatterns.

* Exclude docopt.rb (not our code) from Rubocop

* Disable Style/RedundantReturn

* Disable Style/MutableConstant

* Disable Style/NumericLiterals

* Set Layout/IndentationStyle to spaces

* Temporarily disable various cops.

* Add Rubocop CI via Octocop

* Lint tree with rubocop -A -c .rubocop.yml

Co-authored-by: Satadru Pramanik <satadru@gmail.com>
2022-08-22 13:31:25 -04:00
Ed Reel
f7c9a99f2d Transition binary repo from GitHub to GitLab (#5702) 2021-04-28 16:22:06 -04:00
Ed Reel
df801b93f5 Update binary_url to github in all packages (#5675)
Add gh.sh script to tools

Add .gitignore

Update download_binary.sh

Update README.md
2021-04-21 15:39:00 -04:00
Ed Reel
30a1f8719d Transition binary repo from Bintray to SourceForge (#5608) 2021-04-13 10:11:55 -04:00
saltedcoffii
bf66a52a9e Licensed file ca* to cz* 2021-03-18 21:22:12 -04:00
Ed Reel
735b9194ff Add pre-built binaries for packages a-x 2020-10-18 11:32:20 -05:00
Léo-Paul Géneau
2b608d18e2 Update clamav from 0.100.0 to 0.103.0 (#4434) 2020-10-16 03:52:44 -05:00
Ed Reel
9617751bbd Add check for package compatibility 2020-05-14 23:57:07 -05:00
Ed Reel
f6e9c3f2e1 Update c packages
Add pre-built binaries

Add patch section to clamav.rb

Remove new crontutils package
2018-05-07 04:59:41 +00:00
Kazushi (Jam) Marukawa
e06528278c Add pre-compiled binaries 2017-08-26 09:29:23 +09:00
Kazushi (Jam) Marukawa
ecbfb29711 Change clamav.rb to make it work with zlib 1.2.11 2017-08-14 23:24:41 +09:00
Ed Reel
c644d7ac4c Change packages a-c from sha1 to sha256 2017-06-28 23:08:34 -05:00
Ed Reel
767c37c57d Add description and homepage metadata to packages 2017-06-10 21:28:59 -05:00
Jan Baudisch
013e2e244d added clamav package 2017-04-18 17:08:54 +02:00