Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/26/2019 in all areas

  1. 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 http://o.rths.ml/basilisk/basilisk55-win32-git-20191026-b207bc58c-xpmod.7z Win64 http://o.rths.ml/basilisk/basilisk55-win64-git-20191026-b207bc58c-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import change from tenfourfox: - #568: update certs, pins, TLDs, miners (fe73f72f7) and added -bigobj compile switch to ssl/moz.build. (12cf48b5d) - Restore clearly-delimited format for the HSTS preload list. (92cfb1b6a) - update NSS to 3.44.2 and partly import change from tenfourfox: update pins, TLDs, miners (a001032c8) - import changes from tenfourfox: - #574: M1581950 M1584216 M1577107 M1584907 M1558522 (71cf5b95a) - #574: new tzdata (842c3af2a) (1acece2ea) - import change from tenfourfox: - #568: M1560495 (adapted for 45) M1562033+M1466449 M1559715 M1564449 M1573160 (d019bd3dc) and fix nICEr patch error from pervious commit. (442b6d40b) - generated icu data by using command line: [builder@mozbuild intl]$ PYTHONPATH=$(cd ../python/mozbuild; pwd -P) python icu_sources_data.py .. (c3ce0fdfe) - import change from UXP: Update TZ data to 2019c (b207bc58c)
    2 points
  2. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20191026-6b769f4-uxp-565ae72f5-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20191026-6b769f4-uxp-565ae72f5-xpmod.7z source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20190720.7z Official repo changes since my last build: - [UXP] Update commit pointer (c990fe1) - [UXP] Update commit pointer (6b769f4) For UXP changes please see above.
    2 points
  3. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.4.win32-git-20191026-565ae72f5-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.4.win64-git-20191026-565ae72f5-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom NM28XP build: Win32 https://o.rths.ml/palemoon/palemoon-28.8.0a1.win32-git-20191026-565ae72f5-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.8.0a1.win64-git-20191026-565ae72f5-xpmod.7z Official repo changes since my last build: - Issue #1243 - Update List of NSS Exported Symbols (fb74b5be3) - Merge pull request #1249 from g4jc/nss_exports (160bd388b) - Issue #1231 - Correct defines for Mac and keep universal prefs generic. (38feb30d4) - Issue #1229 - Remove fallback for $INSTDIR (c4c418993) - Issue #1253 - Reset performance object on navigation (a0ab17b21) - Avoid uint32_t overflow in js shell by checking size of file before trying to stuff something insanely large into a Uint8Array. (dee457e63) - Issue #1255 - Port upstream fix from libexpat (245bbebbc) - Add null check in Http2Session::RecvAltSvc (cb762d71a) - Avoid following the prototype chain (2e22601d0) - Ensure that file actors created after the database was closed are expired. (7aaec4691) - Leverage strings to get working dirs in nsUpdateDriver. (f9ea088b4) - Prevent nr_ice_component_insert_pair from leaking. (8c2501ffe) - Adjust tokenization of U+0000 (7bccd8769) - Fix type barrier in IonBuilder::jsop_getimport. (e8c5582be) - Add size checks to WebGLContext::BufferData() (f1308011a) - Support longer (up to RFC maximum) HKDF outputs (edfba06ce) - Add length checks for cryptographic primitives (c525bb791) - Update NSS version (29317adcb) - Force clobber. (fbf84d515) - Merge branch 'nss-work' (565ae72f5) My changes since my last build: - guard getBoolPref(kPrefWebIDEInNavbar) with try-catch block (56f0c32c1) - Revert "Follow up to #1177 - Clean up package-manifest.in" (d169fea75) - update NSS to 3.44.2 (240ca3c87) - import changes from tenfourfox: - #574: M1581950 M1584216 M1577107 M1584907 M1558522 (71cf5b95a) - #574: new tzdata (842c3af2a) (aeda91f1d) - partly import change from tenfourfox: update pins, TLDs, miners (41dd9e299) - import change from mozilla upstream: Bug 1559715 r=dholbert,mstange a=RyanVM (ac9bc068b)
    2 points
  4. New New Moon 27 Build! 32bit https://o.rths.ml/palemoon/palemoon-27.9.6.win32-git-20191026-baa082eb3-xpmod.7z 32bit SSE https://o.rths.ml/palemoon/palemoon-27.9.6.win32-git-20191026-baa082eb3-xpmod-sse.7z 32bit noSSE https://o.rths.ml/palemoon/palemoon-27.9.6.win32-git-20191026-baa082eb3-xpmod-ia32.7z 64bit https://o.rths.ml/palemoon/palemoon-27.9.6.win64-git-20191026-baa082eb3-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - update NSS to 3.44.2 (432b6dfae) - partly import change from tenfourfox: update pins, TLDs, miners (94ed48a17) - import changes from rmottola/Arctic-Fox: - Bug 1142143 don't early return in TextureClientD3D11::Unlock if readback fails. r=jrmuizel (ff4023323) - Bug 1140317: include more UniquePtr and more using mozilla::UniquePtr in a CLOSED TREE; r=bustage (82b6bf7c3) - Bug 1140317: and even more using mozilla::UniquePtr in a CLOSED TREE; r=bustage (26b48163a) - Bug 1137616 - Restore ReferenceError when a proxy is on the global object's prototype chain, regressed by rev 615f118f2787. r=jandem. (ea68241b8) - Bug 1140317: Make sure chars created by DecompileValueGenerator won't ever leak; r=Waldo (d820a6295) - Bug 1072037, part 1 - Implement web-animations proceedure to 'set the current time' and make AnimationPlayer.startTime writeable. r=birtles, r=smaug (3b7d8b164) - Bug 1072037, part 2 - Tests for the effect of setting CSS animation's AnimationPlayer.currentTime. r=birtles (69522b606) - Bug 1072037, part 3 - Tests for the effect of setting CSS transition's AnimationPlayer.currentTime. r=birtles (cab6e3bc5) - Bug 1081819 - Handle InMutedCycle() in TrackUnionStream::ProcessInput. r=roc,padenot (070e14060) - Bug 1081819 - Let the output stream itself process input data from MediaStreamAudioDestinationNode::mStream. r=roc (72c8cad47) - Bug 1141692 - use an actual Atomic for nsThreadPoolNaming::mCounter; r=bsmedberg (08bd42557) (eb626cdd7) - ported mozilla upstream change: Bug 1581950: Prevent nr_ice_component_insert_pair from leaking. r=mjf, a=RyanVM (baa082eb3)
    1 point
  5. Users of these browsers may now discover that Help / Submit Feedback... now leads to the just-closed thread, making it tough to, uh, submit feedback... I'll do pull requests to fix this issue soon. In the meantime, if this happens to you, you can go to about:config and change pref app.feedback.baseURL to https://msfn.org/board/topic/180462-my-browser-builds-part-2/?do=getNewComment.
    1 point
  6. While the system lags, managed to install Vista SP2 x86 / 32-bit on my Z370 / 8700K / 16Gb. Didn't experience the Service Initialization issue. Applied official updates, no issues. Then installed unofficial updates (Server 2008), still working, but same lags. Surprised that even my Sound Blaster Z works just fine. PS: Screenshot from a PT-BR localized ISO. Just did it for fun, was the first language I've found here. PS2: x64 is no-no, sadly.
    1 point
  7. I can confirm the issues with iTunes Store when attempting to sign in; I get the same errors described in this post. However I can still view the contents of the Store, but that's pretty much useless since I can't purchase/download anything. I have updated the list to reflect this new information: As always, thanks so much to everyone for the additions to the list while I've been away, and sorry for taking so long to finally get around to updating it. With that said, here's the Summary of Changes this time: SUMMARY OF CHANGES TO THE LIST FOR OCTOBER 24, 2019: Added Viber 6.8.2.878 as last version for Vista to "Instant Messaging" section. Updated Autodesk 3dsmax 2012, Autodesk Maya 2012, & Autodesk Mudbox 2012 to their 2016 versions as last unofficially supported versions for Vista in "2D/3D Modeling software" section. Updated Blender to UNS status. Added VMware Tools 10.3.10 as last version for Vista to "Virtualization software" section. Added calibre 3.48 as last version for Vista to "File Management" section. Updated information about iTunes Store: While you still may access the store, signing in no longer works. Added OpenGL Extensions Viewer to "Hardware Identification & Temperature Management" section. Updated information about GTA V in "Games" -> "Active Development" section: Now requires a workaround for new versions as of Sept. 2019.
    1 point
  8. It looks like the oldest version of iTunes for Windows that is fully supported by the iTunes Store is now 12.6.5 (see can't authorize my computer error -50 and error 0x80090302), which of course does not support any OS older than Windows 7. So yes, I also think this is the end for Vista and XP: iTunes for Windows is now just bloated playback software. I'm keeping my installation anyway, but recommend VLC 3.0.8.
    1 point
  9. nope, NM26 doesn't come with MediaSource so LAV dlls won't work with NM26
    1 point
  10. Just my personal opinion, but if anything would happen to myself and then all my private stuff and belongings, incl. all unfinished stuff with scribbled notes inside that regard only myself, would be thrown out there publicly on the street, fully open to every passing id*** to do and abuse whatever he wants with it, I'd absolutely hate that. Would find it much better if instead just a few selected, trustworthy people would get the unsorted stuff to manage it responsibly.
    1 point
  11. OpenSSL v1.1.1d for XP is now available. Only a few minor fixes since v1.1.1c, so it may not be worth the trouble to rebuild Python's Cryptography module with it, but here it is anyway, just in case.
    1 point
  12. Thank you, I've been in touch with @LoneCrusader regarding his cotnact with my father. I appreciate what you've done with my dad's account. I have found some source code, lots of it, so I know some of it isn't related to his patches. I'm going to make that stuff available too once I actually have some free time (my life was already busy before all of this). @LoneCrusader mentioned to me that he might have been using a custom compiler which I am unaware of at the moment so it may not just compile nicely. But, I've attached a few of the TRIM named files (and what look like dependencies he had) that I have. I don't know if these are the most recent or even if they are the right ones! BLK13EX.C TRIMCHK.C TRIMCMD.C DISKPORT.C TRIM.C DRIVE.C IDENTIFY.C GETNUM.C
    1 point
×
×
  • Create New...