github-actions[bot]
79169ff675
AutoBuild: xxhash started at 2025-02-20-18UTC ( #11381 )
...
* xxhash => 0.8.3
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Add built packages for linux/386 to xxhash
* Add built packages for linux/amd64 to xxhash
* Add built packages for linux/arm/v7 to xxhash
---------
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 >
2025-02-20 18:26:38 +00:00
Maximilian Downey Twiss
c0fd0ab132
Update m-z package homepages ( #10122 )
...
* Update makedepend homepage
* Update mapserver homepage
* Update mediainfo homepage
* Update mediainfo_gui homepage
* Update misctools homepage
* Update mkfontscale homepage
* Update mm_common homepage
* Update mono homepage
* Update mpfr homepage
* Update msttcorefonts homepage
* Update mtdev homepage
* Update muparser homepage
* Update musl_c_ares homepage
* Update musl_cyrus_sasl homepage
* Update musl_krb5 homepage
* Update musl_lz4 homepage
* Update musl_xz homepage
* Update musl_zstd homepage
* Update mypaint homepage
* Update mypaint_brushes homepage
* Update mypaint_brushes_1 homepage
* Update ncat homepage
* Update ncftp homepage
* Update netbeans homepage
* Update netpbm homepage
* Update nmon homepage
* Update ocaml homepage
* Update onevpl homepage
* Update openexr homepage
* Update opensp homepage
* Update optipng homepage
* Update p11kit homepage
* Update p7zip_gui homepage
* Update pacparser homepage
* Update parted homepage
* Update patch homepage
* Update patchelf homepage
* Update patchutils homepage
* Update pdfcrack homepage
* Update percona_boost homepage
* Update percona_server homepage
* Update percona_toolkit homepage
* Update php5 homepage
* Update php71 homepage
* Update php72 homepage
* Update php73 homepage
* Update php74 homepage
* Update php80 homepage
* Update php81 homepage
* Update php82 homepage
* Update php83 homepage
* Update pixman homepage
* Update plplot homepage
* Update pocl homepage
* Update potrace homepage
* Update powershell homepage
* Update printproto homepage
* Update protobuf homepage
* Update pthread_stubs homepage
* Update pygobject homepage
* Update pygobject2 homepage
* Update pygtk homepage
* Update qemu homepage
* Update qpdf homepage
* Update quakespasm homepage
* Update radare2 homepage
* Update rdfind homepage
* Update recordmydesktop homepage
* Update rendercheck homepage
* Update rgb homepage
* Update rkhunter homepage
* Update runc homepage
* Update s3cmd homepage
* Update sbc homepage
* Update sbt homepage
* Update scheme48 homepage
* Update sejda_console homepage
* Update selenium_server_standalone homepage
* Update sfk homepage
* Update snooze homepage
* Update sqlite homepage
* Update sqlmap homepage
* Update sshcode homepage
* Update startup_notification homepage
* Update suitesparse homepage
* Update swatchdog homepage
* Update swig homepage
* Update swig1 homepage
* Update sysfsutils homepage
* Update tbb homepage
* Update tcpdump homepage
* Update tcpwrappers homepage
* Update traceroute homepage
* Update trousers homepage
* Update ttf2pt1 homepage
* Update twm homepage
* Update txt2regex homepage
* Update unicode_cldr homepage
* Update unixodbc homepage
* Update unrar homepage
* Update unzip homepage
* Update upm homepage
* Update usbutils homepage
* Update vim homepage
* Update vim_runtime homepage
* Update vulkan_tools homepage
* Update w3m homepage
* Update wavpack homepage
* Update weechat homepage
* Update weston homepage
* Update whiptail homepage
* Update wmctrl homepage
* Update wol homepage
* Update wput homepage
* Update xbitmaps homepage
* Update xcb_util homepage
* Update xcb_util_cursor homepage
* Update xcb_util_image homepage
* Update xcb_util_keysyms homepage
* Update xcb_util_wm homepage
* Update xdg_base homepage
* Update xdotool homepage
* Update xdpyinfo homepage
* Update xe homepage
* Update xercesc homepage
* Update xinit homepage
* Update xkbcomp homepage
* Update xkeyboard_config homepage
* Update xmessage homepage
* Update xmlstarlet homepage
* Update xorg_cf_files homepage
* Update xorg_evdev_driver homepage
* Update xorg_fbdev_driver homepage
* Update xorg_libinput_driver homepage
* Update xorg_proto homepage
* Update xorg_server homepage
* Update xorg_synaptics_driver homepage
* Update xorg_vmmouse_driver homepage
* Update xorg_wacom_driver homepage
* Update xorg_xeyes homepage
* Update xorg_xlsfonts homepage
* Update xorg_xset homepage
* Update xprop homepage
* Update xrdb homepage
* Update xwayland homepage
* Update xxd_standalone homepage
* Update xxhash homepage
* Update xz_java homepage
* Update zip homepage
* Update zsh homepage
* Update zstd homepage
* Update zziplib homepage
2024-07-11 00:11:54 -05: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
Satadru Pramanik
22bb47bd45
add missing runtime deps to ALL core packages, add getrealdeps script ( #7472 )
...
* gcc: add missing zlibpkg dep
* add getrealdeps script
* add color
* suggested changes from @supechicken
* suggested changes
* fix verbiage
* add NOCOLORS option
* use read in lieu of head, and do not check nonexistent files
* Exit early if wrong package name is given.
* Add some quick exit code
* Allow for pkg.rb in getrealdeps and also add deps to all core packages
* fix lint error
* fix zlibpkg
* cleanup gcc deps
* move filecmd to be a ruby dependency
* fix llvm deps
* lint fix
* update more deps
* make sure package is installed before checking for deps
* add more deps
* change verbiage
* add more deps
* more dep updates
2022-10-10 18:39:48 -05:00
Satadru Pramanik
a117a0828e
Rsync deps updated/rebuilt with xz packaging. ( #7332 )
...
* Rsync deps updated/rebuilt with xz packaging.
* fix spacing
2022-08-23 18:57:01 -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
Satadru Pramanik
da0708272d
Rebuild openssl & popt w/o patchelf, add no_patchelf to other bootstrap packages ( #7051 )
...
* Rebuild openssl w/o patchelf.
* add no_patchelf popt rebuild
* add no_patchelf to bootstrap packages
2022-05-11 13:34:51 -05: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
85e4b84796
Licensed ta* to xz*
2021-03-21 15:17:48 -04:00
Ed Reel
902e2d438c
Add CREW_OPTIONS to configure rsync ( #4559 )
...
Add LIBDIR path to xxhash
Add pre-built binaries for rsync and xxhash
2020-11-05 17:13:46 -05:00
Ed Reel
735b9194ff
Add pre-built binaries for packages a-x
2020-10-18 11:32:20 -05:00
vincowl
f74742b299
[xxhash] Update to 0.8.0 ( #4439 )
...
* [xxhash] Update to 0.8.0
2020-10-16 16:20:53 -05:00
Ed Reel
9617751bbd
Add check for package compatibility
2020-05-14 23:57:07 -05:00
Ed Reel
fa09bc84dc
Add pre-built binaries for llvm and xxhash
2020-03-31 20:48:36 -05:00
Casey Strouse
4a26da7a2f
Update xxhash from 0.7.2 to 0.7.3 ( #3982 )
...
Tested on ARM.
2020-03-31 10:10:58 -05:00
Ed Reel
82a64b98c9
Add pre-built binaries for packages a-y ( #3630 )
2019-10-31 13:10:54 -04:00
Casey Strouse
1d7d9ce96a
Update xxhash from 0.7.0 to 0.7.2 ( #3606 )
...
Tested on ARM.
2019-10-29 09:52:35 -05:00
Ed Reel
f5b092ce06
Add pre-built binaries for cpustat and xxhash ( #3383 )
2019-07-31 11:12:23 -04:00
Casey Strouse
f97c98ecd3
Update xxhash from 0.6.3 to 0.7.0 ( #3382 )
...
Adds XXH3 hashing.
2019-07-30 21:32:50 -05:00
Ed Reel
0711ea24a7
Add pre-built binaries for m-z packages
2017-11-30 12:11:58 -06:00
Casey Strouse
1c5b098244
Update xxhash from 0.6.2 to 0.6.3
...
This is a maintenance release.
Tested as working on XE500C13-K01. Test suite passes on x86_64.
2017-10-03 12:15:03 -07:00
Kazushi (Jam) Marukawa
e06528278c
Add pre-compiled binaries
2017-08-26 09:29:23 +09:00
Ed Reel
4f867322f9
Change packages q-z from sha1 to sha256
2017-07-01 11:45:49 -05:00
Ed Reel
767c37c57d
Add description and homepage metadata to packages
2017-06-10 21:28:59 -05:00
Casey Strouse
4ca9665162
Add xxhash (0.6.2) package
...
xxHash is an extremely fast non-cryptographic hash algorithm, working at
speeds close to RAM limits.
Tested on Samsung XE50013-K01US (x86_64).
All tests passing except for the ones dependent on valgrind.
https://gist.github.com/cstrouse/23c9d5926ffc4d53430a75d97a62b74e
2017-02-08 12:27:11 -07:00