View previous topic :: View next topic |
Author |
Message |
Fe4unR n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 29 Nov 2024 Posts: 12
|
Posted: Wed Feb 12, 2025 3:12 am Post subject: ebuild availability |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
rab0171610 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 24 Dec 2022 Posts: 474
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Fe4unR n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 29 Nov 2024 Posts: 12
|
Posted: Wed Feb 12, 2025 4:45 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
sam_ Developer
![Developer Developer](/images/ranks/rank-dev.gif)
![](images/avatars/7738740495f7d1acc45bdb.jpg)
Joined: 14 Aug 2020 Posts: 2144
|
Posted: Wed Feb 12, 2025 5:05 am Post subject: |
|
|
** means unkeyworded, not use testing. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Fe4unR n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 29 Nov 2024 Posts: 12
|
Posted: Wed Feb 12, 2025 5:25 am Post subject: |
|
|
well then, to get openssl-3.3.3 what do i have to put into package.accept_keywords ? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sam_ Developer
![Developer Developer](/images/ranks/rank-dev.gif)
![](images/avatars/7738740495f7d1acc45bdb.jpg)
Joined: 14 Aug 2020 Posts: 2144
|
Posted: Wed Feb 12, 2025 7:18 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
Hu Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
Joined: 06 Mar 2007 Posts: 23103
|
Posted: Wed Feb 12, 2025 2:29 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
|