Jump to content

Recommended Posts

Posted (edited)

New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250208-3219d2d-uxp-f7298813f9-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250208-3219d2d-uxp-f7298813f9-xpmod.7z

source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom

IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250208-3219d2d-uxp-f7298813f9-xpmod-ia32.7z

source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32

NM28XP build:
Win32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250208-d849524bd-uxp-f7298813f9-xpmod.7z
Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250208-d849524bd-uxp-f7298813f9-xpmod-ia32.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250208-d849524bd-uxp-f7298813f9-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250208-d849524bd-uxp-f7298813f9-xpmod.7z

Official UXP changes picked since my last build:
- Issue #2557 - Remove URL Constructor(DOMString url, URL base). (511449e134)
- No Issue - Silence unhelpful -Qspectre warnings. (a22bb7d1d0)
- Bump default Firefox compatversion to 115.0 (d377b3ae17)
- [DOM] Reset mCompileResult in txMozillaXSLTProcessor::ImportStylesheet. (9d8a3f0848)
- [NSS] Simplify error handling in get_token_objects_for_cache. (ecb18ddf57)
- [NSS] Ensure zero-initialization of collectArgs.cert (dcb76fe0f7)
- [js] Null-check inputs for String and BigInt (7163430d1a)
- Issue #2690 - Add AES-KW purposed keys to list of allowable keys to unwrap. (4da1b56b6a)
- Issue #2690 - Replace SyntaxError with TypeError for derive_bits_keys. (7039b5a95d)
- Issue #2690 - Throw a NotSupportedError in case of unknown algorithm name. (263bf279a7)
- Issue #2690 - Convert error from non-existing convenience function. (3d7a95ab44)
- Issue #2690 - Allow 0-length keys/empty passwords for PBKDF2. (e1e7a0c5bc)
- Issue #2690 - Remove additional incorrect syntax error result values. (5141227896)

No official Pale-Moon changes picked since my last build.

No official Basilisk changes picked since my last build.

My changes picked since my last build:
- js: check `bi` before using it in JSStructuredCloneWriter::writeBigInt() (de916190fd)

Update Notice:
- You may delete file named icudt*.dat inside program folder when updating from old releases.

* Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.

Edited by roytam1

Posted

New build of BOC/UXP for XP!

Test binary:
MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20250208-7bda12e7-uxp-f7298813f9-xpmod.7z
BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20250208-7bda12e7-uxp-f7298813f9-xpmod.7z

source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom

* Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15.

--

New build of HBL-UXP for XP!

Test binary:
IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20250208-id-656ea98-uxp-f7298813f9-xpmod.7z
IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20250208-id-656ea98-ia-93af9a0-uxp-f7298813f9-xpmod.7z

source repo (excluding UXP):
https://github.com/roytam1/icedove-uxp/tree/winbuild
https://github.com/roytam1/iceape-uxp/tree/winbuild

Posted

New build of post-deprecated Serpent/moebius for XP!
* Notice: This repo will not be built on regular schedule, and changes are experimental as usual.
** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions.

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk55-win32-git-20250208-30981faa9-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250208-30981faa9-xpmod.7z

repo: https://github.com/roytam1/basilisk55

Repo changes:
- import from UXP: Issue #2557 - Remove URL Constructor(DOMString url, URL base). (511449e1) (152dc8b57)
- ported from UXP: Bump default Firefox compatversion to 115.0 (d377b3ae) (3fac0584b)
- import from UXP: [DOM] Reset mCompileResult in txMozillaXSLTProcessor::ImportStylesheet. (9d8a3f08) (b09c872c5)
- import from UXP: [NSS] Simplify error handling in get_token_objects_for_cache. (ecb18ddf) (6753bc9f5)
- import from UXP: [NSS] Ensure zero-initialization of collectArgs.cert (dcb76fe0) (d645d6d4e)
- import from UXP: [js] Null-check inputs for String and BigInt (7163430d) (31108aeba)
- import from UXP: Issue #2690 - Add AES-KW purposed keys to list of allowable keys to unwrap. (4da1b56b) (252024540)
- ported from UXP: Issue #2690 - Replace SyntaxError with TypeError for derive_bits_keys. (7039b5a9) (f2df36a31)
- import from UXP: Issue #2690 - Throw a NotSupportedError in case of unknown algorithm name. (263bf279) (c87a7b3e8)
- ported from UXP: Issue #2690 - Allow 0-length keys/empty passwords for PBKDF2. (e1e7a0c5) (0226a7f4e)
- import from UXP: Issue #2690 - Remove additional incorrect syntax error result values. (51412278) (3b694a27d)
- import from UXP: No Issue - Silence unhelpful -Qspectre warnings. (a22bb7d1) (30981faa9)

Posted
Thanks despite Cloudflare issue is still there. Best test page, at this moment (they didn't have the Cloudflare protection before), haveIbeenpwned.com

I'm going to take the opportunity to ask if someone else has problems with Steam Wishlist page with NewMoon 28.

It is some form of delayed CSS loading as it loads right, but after load all resources, the page displaces some elements.

I don't update in the weekly basis, just when I remember or have an issue, and I don't know when exactly happened but all was fine until a few months ago I updated and... here it came the problem:

steam-wishlist.png


As far as I tested before, it happened as well with a clean profile.
Posted

CloudFlare captcha now crashes in mozjs.dll in New Moon. It showed a send feedback last week. I just didn't visit those sites. I reset my fun user agent to default. Would updating New Moon make a difference?

Posted

It no longer crashes after updating. Now I see the Feedback again. I am always afraid that something will fall after updating.

Posted
On 2/11/2025 at 7:01 PM, j7n said:

It no longer crashes after updating. Now I see the Feedback again. I am always afraid that something will fall after updating.

TBH, updating New Moon 28 is as quick and easy as reverting to a previous version. So, there is really no reason to be afraid. :P

Posted

Now on Cloudflare I get 100% cpu usage when I click on the captcha and must unalive New Moon in the task manager.

Posted
2 hours ago, j7n said:

Now on Cloudflare I get 100% cpu usage when I click on the captcha and must unalive New Moon in the task manager.

Now even 360Chrome 13.5 don't work with Cloudfare - it's just don't show small window with Cloudfare check. Several days ago it worked with 360Chrome, but now it doesn't. Seems like a total war on alternative browsers by Cloudfare.

As usual everything done for ours "security". In XXI century on West almost all negative things done for "security" - it's one of the most hated words in English language for me.

Posted
6 hours ago, j7n said:

Now on Cloudflare I get 100% cpu usage when I click on the captcha and must unalive New Moon in the task manager.

you may need to block challenges.cloudflare.com for the time being.

Posted (edited)

But the dns block is just to avoid the crash, and maybe the CPU usage (no happening here), nothing else, right?

Let's see if there is a fix soon.

 

Quote

"security" - it's one of the most hated words in English language for me

 

That word is language agnostic and casts the same feeling with any language.

Edited by johk

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...