notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
weggli Semantic search tool for C and C++ codebases
0.2.4_4 security on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.2.4_1Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-10-09 18:33:06
Last Update: 2024-03-23 09:41:46
Commit Hash: d632fbe
License: APACHE20
WWW:
https://github.com/googleprojectzero/weggli
Description:
weggli is a fast and robust semantic search tool for C and C++ codebases. It is designed to help security researchers identify interesting functionality in large codebases. weggli performs pattern matching on Abstract Syntax Trees based on user provided queries. Its query language resembles C and C++ code, making it easy to turn interesting code patterns into queries. weggli is inspired by great tools like Semgrep, Coccinelle, joern and CodeQL, but makes some different design decisions: - C++ support: weggli has first class support for modern C++ constructs, such as lambda expressions, range-based for loops and constexprs. - Minimal setup: weggli should work out-of-the box against most software you will encounter. weggli does not require the ability to build the software and can work with incomplete sources or missing dependencies. - Interactive: weggli is designed for interactive usage and fast query performance. Most of the time, a weggli query will be faster than a grep search. The goal is to enable an interactive workflow where quick switching between code review and query creation/improvement is possible. - Greedy: weggli's pattern matching is designed to find as many (useful) matches as possible for a specific query. While this increases the risk of false positives it simplifies query creation. For example, the query $x = 10; will match both assignment expressions (foo = 10;) and declarations (int bar = 10;).
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/weggli
  2. /usr/local/share/licenses/weggli-0.2.4_4/catalog.mk
  3. /usr/local/share/licenses/weggli-0.2.4_4/LICENSE
  4. /usr/local/share/licenses/weggli-0.2.4_4/APACHE20
Collapse this list.
Dependency lines:
  • weggli>0:security/weggli
To install the port:
cd /usr/ports/security/weggli/ && make install clean
To add the package, run one of these commands:
  • pkg install security/weggli
  • pkg install weggli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: weggli
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1698584773 SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923

Expand this list (228 items)

Collapse this list.

SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838 SHA256 (rust/crates/assert_cmd-2.0.2.crate) = e996dc7940838b7ef1096b882e29ec30a3149a3a443cdc8dba19ed382eca1fe2 SIZE (rust/crates/assert_cmd-2.0.2.crate) = 29433 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.crate) = 5470 SHA256 (rust/crates/autocfg-1.0.1.crate) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a SIZE (rust/crates/autocfg-1.0.1.crate) = 12908 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 SHA256 (rust/crates/bstr-0.2.17.crate) = ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223 SIZE (rust/crates/bstr-0.2.17.crate) = 330350 SHA256 (rust/crates/bumpalo-3.9.1.crate) = a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899 SIZE (rust/crates/bumpalo-3.9.1.crate) = 77507 SHA256 (rust/crates/cast-0.2.7.crate) = 4c24dab4283a142afa2fdca129b80ad2c6284e073930f964c3a1293c225ee39a SIZE (rust/crates/cast-0.2.7.crate) = 11222 SHA256 (rust/crates/cc-1.0.72.crate) = 22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee SIZE (rust/crates/cc-1.0.72.crate) = 57495 SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/chrono-0.4.19.crate) = 670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73 SIZE (rust/crates/chrono-0.4.19.crate) = 155663 SHA256 (rust/crates/clap-2.34.0.crate) = a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c SIZE (rust/crates/clap-2.34.0.crate) = 202210 SHA256 (rust/crates/colored-2.0.0.crate) = b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd SIZE (rust/crates/colored-2.0.0.crate) = 21619 SHA256 (rust/crates/criterion-0.3.5.crate) = 1604dafd25fba2fe2d5895a9da139f8dc9b319a5fe5354ca137cbbce4e178d10 SIZE (rust/crates/criterion-0.3.5.crate) = 110662 SHA256 (rust/crates/criterion-plot-0.4.4.crate) = d00996de9f2f7559f7f4dc286073197f83e92256a59ed395f9aac01fe717da57 SIZE (rust/crates/criterion-plot-0.4.4.crate) = 22546 SHA256 (rust/crates/crossbeam-channel-0.5.2.crate) = e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa SIZE (rust/crates/crossbeam-channel-0.5.2.crate) = 87842 SHA256 (rust/crates/crossbeam-deque-0.8.1.crate) = 6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e SIZE (rust/crates/crossbeam-deque-0.8.1.crate) = 20852 SHA256 (rust/crates/crossbeam-epoch-0.9.6.crate) = 97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762 SIZE (rust/crates/crossbeam-epoch-0.9.6.crate) = 46055 SHA256 (rust/crates/crossbeam-utils-0.8.6.crate) = cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120 SIZE (rust/crates/crossbeam-utils-0.8.6.crate) = 38841 SHA256 (rust/crates/csv-1.1.6.crate) = 22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1 SIZE (rust/crates/csv-1.1.6.crate) = 886999 SHA256 (rust/crates/csv-core-0.1.10.crate) = 2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90 SIZE (rust/crates/csv-core-0.1.10.crate) = 25668 SHA256 (rust/crates/ctor-0.1.21.crate) = ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa SIZE (rust/crates/ctor-0.1.21.crate) = 9303 SHA256 (rust/crates/difference-2.0.0.crate) = 524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198 SIZE (rust/crates/difference-2.0.0.crate) = 147616 SHA256 (rust/crates/difflib-0.4.0.crate) = 6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8 SIZE (rust/crates/difflib-0.4.0.crate) = 7638 SHA256 (rust/crates/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10 SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123 SHA256 (rust/crates/either-1.6.1.crate) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457 SIZE (rust/crates/either-1.6.1.crate) = 13641 SHA256 (rust/crates/float-cmp-0.8.0.crate) = e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4 SIZE (rust/crates/float-cmp-0.8.0.crate) = 9640 SHA256 (rust/crates/ghost-0.1.2.crate) = 1a5bcf1bbeab73aa4cf2fde60a846858dc036163c7c33bec309f8d17de785479 SIZE (rust/crates/ghost-0.1.2.crate) = 12777 SHA256 (rust/crates/half-1.8.2.crate) = eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7 SIZE (rust/crates/half-1.8.2.crate) = 41874 SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33 SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979 SHA256 (rust/crates/indoc-0.3.6.crate) = 47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8 SIZE (rust/crates/indoc-0.3.6.crate) = 9663 SHA256 (rust/crates/indoc-impl-0.3.6.crate) = ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0 SIZE (rust/crates/indoc-impl-0.3.6.crate) = 7933 SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c SIZE (rust/crates/instant-0.1.12.crate) = 6128 SHA256 (rust/crates/inventory-0.1.11.crate) = f0eb5160c60ba1e809707918ee329adb99d222888155835c6feedba19f6c3fd4 SIZE (rust/crates/inventory-0.1.11.crate) = 11795 SHA256 (rust/crates/inventory-impl-0.1.11.crate) = 7e41b53715c6f0c4be49510bb82dee2c1e51c8586d885abe65396e82ed518548 SIZE (rust/crates/inventory-impl-0.1.11.crate) = 6220 SHA256 (rust/crates/itertools-0.10.3.crate) = a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3 SIZE (rust/crates/itertools-0.10.3.crate) = 118661 SHA256 (rust/crates/itoa-0.4.8.crate) = b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4 SIZE (rust/crates/itoa-0.4.8.crate) = 11926 SHA256 (rust/crates/itoa-1.0.1.crate) = 1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35 SIZE (rust/crates/itoa-1.0.1.crate) = 11059 SHA256 (rust/crates/js-sys-0.3.55.crate) = 7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84 SIZE (rust/crates/js-sys-0.3.55.crate) = 70499 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 SHA256 (rust/crates/libc-0.2.112.crate) = 1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125 SIZE (rust/crates/libc-0.2.112.crate) = 571445 SHA256 (rust/crates/lock_api-0.4.5.crate) = 712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109 SIZE (rust/crates/lock_api-0.4.5.crate) = 25199 SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 SIZE (rust/crates/log-0.4.14.crate) = 34582 SHA256 (rust/crates/memchr-2.4.1.crate) = 308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a SIZE (rust/crates/memchr-2.4.1.crate) = 64977 SHA256 (rust/crates/memoffset-0.6.5.crate) = 5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce SIZE (rust/crates/memoffset-0.6.5.crate) = 7686 SHA256 (rust/crates/nix-0.17.0.crate) = 50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363 SIZE (rust/crates/nix-0.17.0.crate) = 195654 SHA256 (rust/crates/normalize-line-endings-0.3.0.crate) = 61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be SIZE (rust/crates/normalize-line-endings-0.3.0.crate) = 5737 SHA256 (rust/crates/num-integer-0.1.44.crate) = d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db SIZE (rust/crates/num-integer-0.1.44.crate) = 22216 SHA256 (rust/crates/num-traits-0.2.14.crate) = 9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290 SIZE (rust/crates/num-traits-0.2.14.crate) = 45476 SHA256 (rust/crates/num_cpus-1.13.1.crate) = 19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1 SIZE (rust/crates/num_cpus-1.13.1.crate) = 14752 SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 SIZE (rust/crates/oorandom-11.1.3.crate) = 10068 SHA256 (rust/crates/parking_lot-0.11.2.crate) = 7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99 SIZE (rust/crates/parking_lot-0.11.2.crate) = 39869 SHA256 (rust/crates/parking_lot_core-0.8.5.crate) = d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216 SIZE (rust/crates/parking_lot_core-0.8.5.crate) = 32466 SHA256 (rust/crates/paste-0.1.18.crate) = 45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880 SIZE (rust/crates/paste-0.1.18.crate) = 12259 SHA256 (rust/crates/paste-impl-0.1.18.crate) = d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6 SIZE (rust/crates/paste-impl-0.1.18.crate) = 9451 SHA256 (rust/crates/plotters-0.3.1.crate) = 32a3fd9ec30b9749ce28cd91f255d569591cdf937fe280c312143e3c4bad6f2a SIZE (rust/crates/plotters-0.3.1.crate) = 8595577 SHA256 (rust/crates/plotters-backend-0.3.2.crate) = d88417318da0eaf0fdcdb51a0ee6c3bed624333bff8f946733049380be67ac1c SIZE (rust/crates/plotters-backend-0.3.2.crate) = 13524 SHA256 (rust/crates/plotters-svg-0.3.1.crate) = 521fa9638fa597e1dc53e9412a4f9cefb01187ee1f7413076f9e6749e2885ba9 SIZE (rust/crates/plotters-svg-0.3.1.crate) = 7596 SHA256 (rust/crates/predicates-1.0.8.crate) = f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df SIZE (rust/crates/predicates-1.0.8.crate) = 26996 SHA256 (rust/crates/predicates-2.1.0.crate) = 95e5a7689e456ab905c22c2b48225bb921aba7c8dfa58440d68ba13f6222a715 SIZE (rust/crates/predicates-2.1.0.crate) = 23141 SHA256 (rust/crates/predicates-core-1.0.2.crate) = 57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451 SIZE (rust/crates/predicates-core-1.0.2.crate) = 8185 SHA256 (rust/crates/predicates-tree-1.0.4.crate) = 338c7be2905b732ae3984a2f40032b5e94fd8f52505b186c7d4d68d193445df7 SIZE (rust/crates/predicates-tree-1.0.4.crate) = 7682 SHA256 (rust/crates/proc-macro-hack-0.5.19.crate) = dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5 SIZE (rust/crates/proc-macro-hack-0.5.19.crate) = 15556 SHA256 (rust/crates/proc-macro2-1.0.36.crate) = c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029 SIZE (rust/crates/proc-macro2-1.0.36.crate) = 41411 SHA256 (rust/crates/pyo3-0.13.2.crate) = 4837b8e8e18a102c23f79d1e9a110b597ea3b684c95e874eb1ad88f8683109c3 SIZE (rust/crates/pyo3-0.13.2.crate) = 281372 SHA256 (rust/crates/pyo3-macros-0.13.2.crate) = a47f2c300ceec3e58064fd5f8f5b61230f2ffd64bde4970c81fdd0563a2db1bb SIZE (rust/crates/pyo3-macros-0.13.2.crate) = 5434 SHA256 (rust/crates/pyo3-macros-backend-0.13.2.crate) = 87b097e5d84fcbe3e167f400fbedd657820a375b034c78bd852050749a575d66 SIZE (rust/crates/pyo3-macros-backend-0.13.2.crate) = 33106 SHA256 (rust/crates/quote-1.0.14.crate) = 47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d SIZE (rust/crates/quote-1.0.14.crate) = 27252 SHA256 (rust/crates/rayon-1.5.1.crate) = c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90 SIZE (rust/crates/rayon-1.5.1.crate) = 160424 SHA256 (rust/crates/rayon-core-1.9.1.crate) = d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e SIZE (rust/crates/rayon-core-1.9.1.crate) = 64961 SHA256 (rust/crates/redox_syscall-0.2.10.crate) = 8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff SIZE (rust/crates/redox_syscall-0.2.10.crate) = 23582 SHA256 (rust/crates/regex-1.5.4.crate) = d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461 SIZE (rust/crates/regex-1.5.4.crate) = 236581 SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 SHA256 (rust/crates/regex-syntax-0.6.25.crate) = f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b SIZE (rust/crates/regex-syntax-0.6.25.crate) = 293293 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 SHA256 (rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 SIZE (rust/crates/rustc_version-0.4.0.crate) = 12175 SHA256 (rust/crates/ryu-1.0.9.crate) = 73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f SIZE (rust/crates/ryu-1.0.9.crate) = 48391 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 SHA256 (rust/crates/semver-1.0.4.crate) = 568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012 SIZE (rust/crates/semver-1.0.4.crate) = 29375 SHA256 (rust/crates/serde-1.0.133.crate) = 97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a SIZE (rust/crates/serde-1.0.133.crate) = 75566 SHA256 (rust/crates/serde_cbor-0.11.2.crate) = 2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5 SIZE (rust/crates/serde_cbor-0.11.2.crate) = 44570 SHA256 (rust/crates/serde_derive-1.0.133.crate) = ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537 SIZE (rust/crates/serde_derive-1.0.133.crate) = 54726 SHA256 (rust/crates/serde_json-1.0.74.crate) = ee2bb9cd061c5865d345bb02ca49fcef1391741b672b54a0bf7b679badec3142 SIZE (rust/crates/serde_json-1.0.74.crate) = 115919 SHA256 (rust/crates/simplelog-0.10.2.crate) = 85d04ae642154220ef00ee82c36fb07853c10a4f2a0ca6719f9991211d2eb959 SIZE (rust/crates/simplelog-0.10.2.crate) = 17999 SHA256 (rust/crates/smallvec-1.7.0.crate) = 1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309 SIZE (rust/crates/smallvec-1.7.0.crate) = 27459 SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a SIZE (rust/crates/strsim-0.8.0.crate) = 9309 SHA256 (rust/crates/syn-1.0.85.crate) = a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7 SIZE (rust/crates/syn-1.0.85.crate) = 235056 SHA256 (rust/crates/termcolor-1.1.2.crate) = 2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4 SIZE (rust/crates/termcolor-1.1.2.crate) = 17287 SHA256 (rust/crates/termtree-0.2.4.crate) = 507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b SIZE (rust/crates/termtree-0.2.4.crate) = 4416 SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 SHA256 (rust/crates/time-0.1.44.crate) = 6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255 SIZE (rust/crates/time-0.1.44.crate) = 28885 SHA256 (rust/crates/tinytemplate-1.2.1.crate) = be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc SIZE (rust/crates/tinytemplate-1.2.1.crate) = 26490 SHA256 (rust/crates/tree-sitter-0.20.2.crate) = c36be3222512d85a112491ae0cc280a38076022414f00b64582da1b7565ffd82 SIZE (rust/crates/tree-sitter-0.20.2.crate) = 127877 SHA256 (rust/crates/unicode-width-0.1.9.crate) = 3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973 SIZE (rust/crates/unicode-width-0.1.9.crate) = 16745 SHA256 (rust/crates/unicode-xid-0.2.2.crate) = 8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3 SIZE (rust/crates/unicode-xid-0.2.2.crate) = 14955 SHA256 (rust/crates/unindent-0.1.7.crate) = f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7 SIZE (rust/crates/unindent-0.1.7.crate) = 8346 SHA256 (rust/crates/vec_map-0.8.2.crate) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 SIZE (rust/crates/vec_map-0.8.2.crate) = 14466 SHA256 (rust/crates/void-1.0.2.crate) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d SIZE (rust/crates/void-1.0.2.crate) = 2356 SHA256 (rust/crates/wait-timeout-0.2.0.crate) = 9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6 SIZE (rust/crates/wait-timeout-0.2.0.crate) = 12441 SHA256 (rust/crates/walkdir-2.3.2.crate) = 808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56 SIZE (rust/crates/walkdir-2.3.2.crate) = 23516 SHA256 (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.crate) = 1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f SIZE (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.crate) = 26964 SHA256 (rust/crates/wasm-bindgen-0.2.78.crate) = 632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce SIZE (rust/crates/wasm-bindgen-0.2.78.crate) = 162111 SHA256 (rust/crates/wasm-bindgen-backend-0.2.78.crate) = a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b SIZE (rust/crates/wasm-bindgen-backend-0.2.78.crate) = 25576 SHA256 (rust/crates/wasm-bindgen-macro-0.2.78.crate) = d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9 SIZE (rust/crates/wasm-bindgen-macro-0.2.78.crate) = 11700 SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.78.crate) = 7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab SIZE (rust/crates/wasm-bindgen-macro-support-0.2.78.crate) = 17858 SHA256 (rust/crates/wasm-bindgen-shared-0.2.78.crate) = 0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc SIZE (rust/crates/wasm-bindgen-shared-0.2.78.crate) = 7206 SHA256 (rust/crates/web-sys-0.3.55.crate) = 38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb SIZE (rust/crates/web-sys-0.3.55.crate) = 664827 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (googleprojectzero-weggli-v0.2.4_GH0.tar.gz) = 12fde9a0dca2852d5f819eeb9de85c4d11c5c384822f93ac66b2b7b166c3af78 SIZE (googleprojectzero-weggli-v0.2.4_GH0.tar.gz) = 1049807

Collapse this list.


Packages (timestamps in pop-ups are UTC):
weggli
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.2.4_40.2.4_4--0.2.4_4---
FreeBSD:13:quarterly0.2.4_10.2.4_1-0.2.4_10.2.4_4-0.2.4_10.2.4_1
FreeBSD:14:latest0.2.4_40.2.4_4--0.2.4_4---
FreeBSD:14:quarterly0.2.4_10.2.4_4-0.2.4_10.2.4_4-0.2.4_10.2.4_1
FreeBSD:15:latest0.2.4_30.2.4_4n/a0.2.4_2n/a-0.2.4_2-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. rust>=1.77.0 : lang/rust
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_weggli
USES:
cargo
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/googleprojectzero/weggli/tar.gz/v0.2.4?dummy=/
Collapse this list.

Number of commits found: 37

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2.4_4
23 Mar 2024 09:41:46
commit hash: d632fbe55e45559d03a0bef7211913964aeba45acommit hash: d632fbe55e45559d03a0bef7211913964aeba45acommit hash: d632fbe55e45559d03a0bef7211913964aeba45acommit hash: d632fbe55e45559d03a0bef7211913964aeba45a files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.77.0

PR:		277786
0.2.4_3
19 Feb 2024 11:59:23
commit hash: 7f5a7b0e524c8d32727681a4324905e350dc433ccommit hash: 7f5a7b0e524c8d32727681a4324905e350dc433ccommit hash: 7f5a7b0e524c8d32727681a4324905e350dc433ccommit hash: 7f5a7b0e524c8d32727681a4324905e350dc433c files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.76.0

PR:		276920
0.2.4_2
09 Jan 2024 12:15:54
commit hash: 109c3d4629b84972e660b689d169ac0761c1a519commit hash: 109c3d4629b84972e660b689d169ac0761c1a519commit hash: 109c3d4629b84972e660b689d169ac0761c1a519commit hash: 109c3d4629b84972e660b689d169ac0761c1a519 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.75.0

PR:		276033
0.2.4_1
03 Jan 2024 05:27:53
commit hash: ba5fd311e8eb89456250679940e890f0afdf0167commit hash: ba5fd311e8eb89456250679940e890f0afdf0167commit hash: ba5fd311e8eb89456250679940e890f0afdf0167commit hash: ba5fd311e8eb89456250679940e890f0afdf0167 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/weggli: Fix build on HEAD

The port only builds with llvm16.
0.2.4_1
08 Dec 2023 15:04:09
commit hash: b2afd89fb26437c5d9810b131370525352e63f71commit hash: b2afd89fb26437c5d9810b131370525352e63f71commit hash: b2afd89fb26437c5d9810b131370525352e63f71commit hash: b2afd89fb26437c5d9810b131370525352e63f71 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.74.1

PR:		275243
0.2.4
22 Nov 2023 22:44:03
commit hash: aafbb97d30a8b3eb208f0ea10a126338a21cb9f0commit hash: aafbb97d30a8b3eb208f0ea10a126338a21cb9f0commit hash: aafbb97d30a8b3eb208f0ea10a126338a21cb9f0commit hash: aafbb97d30a8b3eb208f0ea10a126338a21cb9f0 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/weggli: Fix build for 12 and 13

PR:		275259
Reported by:	mikael
0.2.4
29 Oct 2023 22:53:33
commit hash: 896787f23f6bff79d18074980cc55960d10065f7commit hash: 896787f23f6bff79d18074980cc55960d10065f7commit hash: 896787f23f6bff79d18074980cc55960d10065f7commit hash: 896787f23f6bff79d18074980cc55960d10065f7 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/weggli: Update version 0.2.3=>0.2.4

- Adopt port

I had to remove a port for the powerpc build as that module is no longer
used. But in case it's broken on powerpc* please fix.

Changelog: https://github.com/weggli-rs/weggli/releases/tag/v0.2.4
0.2.3_17
24 Oct 2023 10:22:32
commit hash: dd10dc88a7cf54f9aa164bf40cc5e481021401d6commit hash: dd10dc88a7cf54f9aa164bf40cc5e481021401d6commit hash: dd10dc88a7cf54f9aa164bf40cc5e481021401d6commit hash: dd10dc88a7cf54f9aa164bf40cc5e481021401d6 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.73.0

PR:		274499
0.2.3_16
08 Sep 2023 09:06:24
commit hash: aba8da2be191461126505c67726fa87345ae63f8commit hash: aba8da2be191461126505c67726fa87345ae63f8commit hash: aba8da2be191461126505c67726fa87345ae63f8commit hash: aba8da2be191461126505c67726fa87345ae63f8 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.72.0

PR:		273331
0.2.3_15
26 Aug 2023 12:46:16
commit hash: 447204eda62d146c23c1e8bc77a49e361a294e11commit hash: 447204eda62d146c23c1e8bc77a49e361a294e11commit hash: 447204eda62d146c23c1e8bc77a49e361a294e11commit hash: 447204eda62d146c23c1e8bc77a49e361a294e11 files touched by this commit
Rodrigo Osorio (rodrigo) search for other commits by this committer
security/weggli: Broken

Broken in build stage with the following message:
    error: linking with `cc` failed: exit status: 1
    = note: ld: error: version script assignment of 'global' to symbol
'__muloti4' failed: symbol not defined
    cc: error: linker command failed with exit code 1 (use -v to see invocation)

Same error with weggli v0.2.4
0.2.3_15
17 Jul 2023 15:58:38
commit hash: cdf28617b49d6e4a3b049746d3754fbc36ef7892commit hash: cdf28617b49d6e4a3b049746d3754fbc36ef7892commit hash: cdf28617b49d6e4a3b049746d3754fbc36ef7892commit hash: cdf28617b49d6e4a3b049746d3754fbc36ef7892 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.71.0

PR:		272449
0.2.3_14
13 Jul 2023 19:28:23
commit hash: 3cd077fcff4b6258ea0460a51a0d8433bef567c5commit hash: 3cd077fcff4b6258ea0460a51a0d8433bef567c5commit hash: 3cd077fcff4b6258ea0460a51a0d8433bef567c5commit hash: 3cd077fcff4b6258ea0460a51a0d8433bef567c5 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
security/weggli: Return to pool
0.2.3_14
09 Jun 2023 11:38:16
commit hash: e1d1045bc7a57cb26a07750a25c7b8bdd94b7175commit hash: e1d1045bc7a57cb26a07750a25c7b8bdd94b7175commit hash: e1d1045bc7a57cb26a07750a25c7b8bdd94b7175commit hash: e1d1045bc7a57cb26a07750a25c7b8bdd94b7175 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.70.0

PR:		271797
0.2.3_13
23 Apr 2023 13:14:05
commit hash: 3db55c4e97489e0f34fd7d35be6be0a4d0599061commit hash: 3db55c4e97489e0f34fd7d35be6be0a4d0599061commit hash: 3db55c4e97489e0f34fd7d35be6be0a4d0599061commit hash: 3db55c4e97489e0f34fd7d35be6be0a4d0599061 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.69.0

PR:		270953
0.2.3_12
16 Mar 2023 11:11:52
commit hash: ebf29acc6ce4942cbc6ee75d81b6b97391e4371fcommit hash: ebf29acc6ce4942cbc6ee75d81b6b97391e4371fcommit hash: ebf29acc6ce4942cbc6ee75d81b6b97391e4371fcommit hash: ebf29acc6ce4942cbc6ee75d81b6b97391e4371f files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.68.0

PR:		270080
0.2.3_11
13 Feb 2023 14:52:59
commit hash: 109e35fd592baffe0d7ece384d16e243468dcc42commit hash: 109e35fd592baffe0d7ece384d16e243468dcc42commit hash: 109e35fd592baffe0d7ece384d16e243468dcc42commit hash: 109e35fd592baffe0d7ece384d16e243468dcc42 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.67.1

PR:		269336
0.2.3_10
07 Jan 2023 19:24:18
commit hash: 12f1c627d4a26e8098339900303640f7520b6673commit hash: 12f1c627d4a26e8098339900303640f7520b6673commit hash: 12f1c627d4a26e8098339900303640f7520b6673commit hash: 12f1c627d4a26e8098339900303640f7520b6673 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump rust (cargo) ports to reflect on WITH_LTO

Bump ports in tree so they get rebuilt with new default settings
for cargo ports
0.2.3_9
20 Dec 2022 17:37:15
commit hash: ba14e01a5249ee9d2f51183587dde36067be000fcommit hash: ba14e01a5249ee9d2f51183587dde36067be000fcommit hash: ba14e01a5249ee9d2f51183587dde36067be000fcommit hash: ba14e01a5249ee9d2f51183587dde36067be000f files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.66.0

PR:		268415
0.2.3_8
17 Nov 2022 07:06:14
commit hash: 9bf6a9996323c016eb295bd6190b0e47ad76fdf4commit hash: 9bf6a9996323c016eb295bd6190b0e47ad76fdf4commit hash: 9bf6a9996323c016eb295bd6190b0e47ad76fdf4commit hash: 9bf6a9996323c016eb295bd6190b0e47ad76fdf4 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.65.0

PR:		267622
0.2.3_7
30 Oct 2022 12:07:09
commit hash: afe651cf62deb08500a44cde90296a818effe5aecommit hash: afe651cf62deb08500a44cde90296a818effe5aecommit hash: afe651cf62deb08500a44cde90296a818effe5aecommit hash: afe651cf62deb08500a44cde90296a818effe5ae files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.64.0

PR:		267173
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.2.3_6
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.2.3_6
25 Aug 2022 14:49:50
commit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16cacommit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16cacommit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16cacommit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16ca files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
rust: bring back update to 1.63

Revert back the revert of the update of rust and related commits

This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers

This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.

With hat:	portmgr
0.2.3_5
25 Aug 2022 10:49:39
commit hash: 783c056d7d681d66e2c5c59251c275d65274028ecommit hash: 783c056d7d681d66e2c5c59251c275d65274028ecommit hash: 783c056d7d681d66e2c5c59251c275d65274028ecommit hash: 783c056d7d681d66e2c5c59251c275d65274028e files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
Revert "lang/rust: Bump revisions after 1.63.0"

This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.

PR:	265915
0.2.3_6
25 Aug 2022 08:51:32
commit hash: c7912d97754bb7aa9a18eb33df53f91cba4cd82dcommit hash: c7912d97754bb7aa9a18eb33df53f91cba4cd82dcommit hash: c7912d97754bb7aa9a18eb33df53f91cba4cd82dcommit hash: c7912d97754bb7aa9a18eb33df53f91cba4cd82d files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.63.0
0.2.3_5
02 Jul 2022 13:47:05
commit hash: a50372b91f2b327f3bc400d088e21f4b18c2a112commit hash: a50372b91f2b327f3bc400d088e21f4b18c2a112commit hash: a50372b91f2b327f3bc400d088e21f4b18c2a112commit hash: a50372b91f2b327f3bc400d088e21f4b18c2a112 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.62.0
0.2.3_4
31 May 2022 13:06:17
commit hash: e9a35a1c5016dde2e50c722753b048dfeb7093becommit hash: e9a35a1c5016dde2e50c722753b048dfeb7093becommit hash: e9a35a1c5016dde2e50c722753b048dfeb7093becommit hash: e9a35a1c5016dde2e50c722753b048dfeb7093be files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.61.0
0.2.3_3
03 May 2022 08:00:34
commit hash: 57c3caaa6c71fac422a82aa252be380179d3c042commit hash: 57c3caaa6c71fac422a82aa252be380179d3c042commit hash: 57c3caaa6c71fac422a82aa252be380179d3c042commit hash: 57c3caaa6c71fac422a82aa252be380179d3c042 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Relink ports after the Rust 1.60.0 update
0.2.3_2
02 Apr 2022 20:31:16
commit hash: d34590035d66eb10742d3b338b928e5c7c460823commit hash: d34590035d66eb10742d3b338b928e5c7c460823commit hash: d34590035d66eb10742d3b338b928e5c7c460823commit hash: d34590035d66eb10742d3b338b928e5c7c460823 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
security/weggli: fix build on powerpc

libc patch is upstreamed, but crossbeam-{epoch,utils} is used in older version
that requires patching.
0.2.3_2
15 Mar 2022 09:51:58
commit hash: e255ac5487b4968237729e953a156c2be8914617commit hash: e255ac5487b4968237729e953a156c2be8914617commit hash: e255ac5487b4968237729e953a156c2be8914617commit hash: e255ac5487b4968237729e953a156c2be8914617 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.59.0
0.2.3_1
03 Feb 2022 14:02:32
commit hash: d64a2a380f88ceec8264db6bbc94805f58112ee7commit hash: d64a2a380f88ceec8264db6bbc94805f58112ee7commit hash: d64a2a380f88ceec8264db6bbc94805f58112ee7commit hash: d64a2a380f88ceec8264db6bbc94805f58112ee7 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Relink consumers

PR:		261449
Security:	ee26f513-826e-11ec-8be6-d4c9ef517024
0.2.3
20 Jan 2022 11:11:06
commit hash: 2fa5732b7d204dcc541ebc9479b43419a482d9e1commit hash: 2fa5732b7d204dcc541ebc9479b43419a482d9e1commit hash: 2fa5732b7d204dcc541ebc9479b43419a482d9e1commit hash: 2fa5732b7d204dcc541ebc9479b43419a482d9e1 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
security/weggli: Update to 0.2.3

Changes:	https://github.com/googleprojectzero/weggli/releases/tag/v0.2.3
0.2.2_3
17 Jan 2022 11:57:45
commit hash: 835bd573300a74e379d8f37fefec3a0e9d24e391commit hash: 835bd573300a74e379d8f37fefec3a0e9d24e391commit hash: 835bd573300a74e379d8f37fefec3a0e9d24e391commit hash: 835bd573300a74e379d8f37fefec3a0e9d24e391 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Bump revisions after 1.58.0
0.2.2_2
05 Dec 2021 12:35:42
commit hash: 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605commit hash: 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605commit hash: 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605commit hash: 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Rebuild consumers for Rust 1.57.0
0.2.2_1
25 Oct 2021 08:55:19
commit hash: ad90fc634b9923b6fb3b5072b30bc104175a0061commit hash: ad90fc634b9923b6fb3b5072b30bc104175a0061commit hash: ad90fc634b9923b6fb3b5072b30bc104175a0061commit hash: ad90fc634b9923b6fb3b5072b30bc104175a0061 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
*: Rebuild for Rust 1.56.0
0.2.2
10 Oct 2021 01:12:37
commit hash: fd666f3ceedff02fa7e4277a459138f82c234681commit hash: fd666f3ceedff02fa7e4277a459138f82c234681commit hash: fd666f3ceedff02fa7e4277a459138f82c234681commit hash: fd666f3ceedff02fa7e4277a459138f82c234681 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
security/weggli: fix build on powerpc
0.2.2
09 Oct 2021 18:30:13
commit hash: 0f2d228a4856289084b2df23d40cb78c1e23c5efcommit hash: 0f2d228a4856289084b2df23d40cb78c1e23c5efcommit hash: 0f2d228a4856289084b2df23d40cb78c1e23c5efcommit hash: 0f2d228a4856289084b2df23d40cb78c1e23c5ef files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
security/weggli: Add a new port

weggli is a fast and robust semantic search tool for C and C++
codebases. It is designed to help security researchers identify
interesting functionality in large codebases.

weggli performs pattern matching on Abstract Syntax Trees based on user
provided queries. Its query language resembles C and C++ code, making it
easy to turn interesting code patterns into queries.

weggli is inspired by great tools like Semgrep, Coccinelle, joern and
CodeQL, but makes some different design decisions:
- C++ support: weggli has first class support for modern C++ constructs,
  such as lambda expressions, range-based for loops and constexprs.
- Minimal setup: weggli should work out-of-the box against most software
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 37