Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ebuild availability
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Fe4unR
n00b
n00b


Joined: 29 Nov 2024
Posts: 12

PostPosted: Wed Feb 12, 2025 3:12 am    Post subject: ebuild availability Reply with quote

just to clarify, if i look at this https://packages.gentoo.org/packages/dev-libs/openssl/changelog i see openssl 3.3.3 has been added. but when i do emerge --sync the latest i get is still 3.3.2r3.
i'm using 23 musl hardened. do i have to change some config or maybe add other repos?
Back to top
View user's profile Send private message
rab0171610
Guru
Guru


Joined: 24 Dec 2022
Posts: 474

PostPosted: Wed Feb 12, 2025 4:08 am    Post subject: Reply with quote

It is added but not stabilized. You have the most recent stable version.
Notice which packages are stable (green) and which are still testing (gold) in the package list at:
https://packages.gentoo.org/packages/dev-libs/openssl

If you want to try the unstable version for some reason you would need to add an entry to package.accept_keywords.
https://wiki.gentoo.org/wiki//etc/portage/package.accept_keywords
Back to top
View user's profile Send private message
Fe4unR
n00b
n00b


Joined: 29 Nov 2024
Posts: 12

PostPosted: Wed Feb 12, 2025 4:45 am    Post subject: Reply with quote

okay thanks, i used ** for dev-libs/openssl but then i get 3.4.9999 and if i try =dev-libs/openssl-3.3.3 i get no hits.
Back to top
View user's profile Send private message
sam_
Developer
Developer


Joined: 14 Aug 2020
Posts: 2144

PostPosted: Wed Feb 12, 2025 5:05 am    Post subject: Reply with quote

** means unkeyworded, not use testing.
Back to top
View user's profile Send private message
Fe4unR
n00b
n00b


Joined: 29 Nov 2024
Posts: 12

PostPosted: Wed Feb 12, 2025 5:25 am    Post subject: Reply with quote

well then, to get openssl-3.3.3 what do i have to put into package.accept_keywords ?
Back to top
View user's profile Send private message
sam_
Developer
Developer


Joined: 14 Aug 2020
Posts: 2144

PostPosted: Wed Feb 12, 2025 7:18 am    Post subject: Reply with quote

Simply '=dev-libs/openssl-3.3*' or 'dev-libs/openssl' to get the latest ~arch OpenSSL. 3.3.3 itself was only committed earlier today so when you synced last, it probably hadn't hit your mirror.
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 23103

PostPosted: Wed Feb 12, 2025 2:29 pm    Post subject: Reply with quote

As a general tip, if Portage doesn't guess what you want, tell it explicitly. In this case, emerge --autounmask=n --pretend --verbose '=dev-libs/openssl-3.3.3*' should provoke Portage to tell you why it cannot pick that one, whether the problem is that it is not listed locally or is listed but with restrictions (such as keywords) that prevent it being picked.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum