this post was submitted on 12 Jun 2026
0 points (NaN% liked)

Technology

87550 readers
3475 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Crozekiel@piefed.zip 1 points 2 months ago (4 children)

Chaotic is not just as problematic, thankfully. They have systems in place to flag suspicious changes for human review before letting them out and it has, so far, prevented them from shipping any compromised updates.

I thankfully hadn't updated anything from the AUR for a couple of months (it doesn't happen by default when I update the rest of my system) and was unaffected, and after looking at the list of things I had from the AUR, I didn't need any of them... So I now have zero AUR packages on either of my systems.

[–] RedditRefugee69420@lemmy.world 2 points 2 months ago (3 children)

Ironic, given the name.

I'm very new to Arch so I'm still confused as to where I stand. Hopefully I haven't been pwned. Sadly, my distro includes AUR packages by default.

[–] Crozekiel@piefed.zip 2 points 2 months ago (2 children)

My distro (Garuda) included a couple back when I originally installed it, but doesn't use them currently (namely wine-nine - which was affected) but the built-in system update didn't touch AUR unless you explicitly tell it to, so that saved my bacon in this situation (my AUR packages hadn't been updated in 2 months).

[–] RedditRefugee69420@lemmy.world 1 points 1 month ago (1 children)

How do I check to see if that's the case for me too?

As I showed above, I also had wine-nine, but I can't tell if that log is listing all the times wine-nine was updated or all the times I updated with wine-nine installed.

I'm leaning toward the latter given it was just listing wine-nine 0.10-1 repeatedly, implying it never updated past that in the dangerous period, right?

[–] Crozekiel@piefed.zip 1 points 1 month ago

I am not at home (and work is stuck on windows) so I can't verify with 100% certainty... But I believe what I did was pacman -Qm to list the AUR packages. Then I did pacman -Qi <package_name> to list the details about why it was installed, what dependencies it has, what depends on it, and when it was last updated. Mine showed like 2 years prior (whenever I installed the OS) because there hadn't been any update to it in years (until the attack). If your date for last updated is recently, you probably have a problem.