Software Development

Category Task Type  desc Priority Severity Summary Status Progress
Iceape-UXPUpdate RequestVery LowMedium noscript for Iceape request Closed
100%
Task Description

Add version 5.1.9

Very important for iceape users to keep updated often.

Iceweasel-UXPUpdate RequestVery LowMedium [iceweasel-uxp] changing the default search-engines Closed
100%
Task Description

Hello,

some of the current search-engines and websites used within Iceweasel-UXP per default are not reachable or even out of function. To be named are the following for now:

- Yacy
- Quitter / GNUSocial-instance
- Invidious-instance

It would be good to change or replace those.

Iceweasel-UXPSecurity IssueVery LowHigh Noscript continual update request, Closed
100%
Task Description

I would like it if you could, fork noscript legacy and constantly update it based on the webext one’s changes without of course, using the webext.

What I mean, is be applying the new security fixes they put into the webext one (the ones you need)

and then, apply them into iceweasel-classic’s noscript.

Even if you plan on updating it once a month, this is critical in my opinion for keeping the browser safe.

5.1.85 is the current latest legacy noscript version within noscript.net’s website.

ps, this is doable right?

We don’t want obsolete software after all.

GeneralSecurity IssueVery LowMedium spacefm possible security error Closed
100%
Task Description

No root settings found in /etc/spacefm/ Setting a root editor in Preferences should remove this warning on startup. Otherwise commands run as root may present a security risk.
EXEC(/usr/share/applications/sakura.desktop)=sakura

I am not sure how much of a risk this is, I will set it at high for now, but feel free to change it to low if its not a huge issue.

HyperBKImplementation RequestVery HighCriticalDevelop a BSD descendant kernel for HyperbolaBSDIn Progress
30%
Task Description

Develop HyperBK (Hyper Berkeley Kernel), a BSD descendant kernel with GPL-compatible licenses preserved, non-compatible ones removed, and new code written under GPL-3 for HyperbolaBSD.

TODO:

  • Download OpenBSD kernel source code from OpenBSD siteDONE
  • Download LibertyBSD scripts to deblob and rebrand kernel from their scripts. → DONE
  • Push source to HyperBK’s project. → DONE
  • Rebrand OpenBSD kernel to HyperbolaBSD with LibertyBSD scripts. → DONE
  • Rebrand entire code (functions, variable, pointers, etc) under HyperbolaBSD → DONE
  • Remove files under non GPL-compatible licenses → DONE
  • Import code from another BSD systems under GPL-compatible licenses → IN PROGRESS
  • Write new code under GPL-3 → IN PROGRESS
  • Package HyperBK for HyperbolaBSD.

PATCHING NOTE

When the check concerns kernel, we obviously want to match with HyperbolaBSD.

Example of triplet check:	hyperbolabsd)
Example of uname -s check:	HyperbolaBSD)
Example of uname -r check:	0.1)
Example of C macro check:	defined(__HyperbolaBSD__)
GeneralImplementation RequestVery HighCritical POWER (ppc64le) porting Closed
100%
Task Description

The unfortunate reality is that x86 computers come encumbered with built-in low-level backdoors like the Intel Management Engine , as well as nonfree boot firmware. This means that users can’t gain full control over their computers, even if they install a free operating system such as Hyperbola GNU/Linux-libre .

Hyperbola is working hard to fix these issues and getting closer every day, but for the time being, this is why many current Respects Your Freedom (RYF) offerings are refurbished older devices.

For the future of free computing, we need support architectures that do not come with such malware pre-installed, and the Power9-based Talos II promises to be a great architecture example for workstations and servers environments where Hyperbola is focused since is a fully free long-term support distribution.

Devices like this are the future of computing that Respects Your Freedom and for that reason it’s a high priority for Hyperbola port all packages for the POWER architecture (power64le).

NOTE: POWER porting is focused only for Hyperbola GNU/Linux-libre .

GeneralImplementation RequestVery HighCritical ARM (aarch and armv7h) porting Closed
100%
Task Description

The unfortunate reality is that x86 computers come encumbered with built-in low-level backdoors like the Intel Management Engine , as well as nonfree boot firmware. This means that users can’t gain full control over their computers, even if they install a free operating system such as Hyperbola GNU/Linux-libre .

Hyperbola is working hard to fix these issues and getting closer every day, but for the time being, this is why many current Respects Your Freedom (RYF) offerings are refurbished older devices.

For the future of free computing, we need support architectures that do not come with such malware pre-installed, and ARM A7/A53 promises to be a great architecture example for low-power computers, laptops and embedded systems.

NOTE: ARM porting is focused only for HyperbolaBSD .

GeneralImplementation RequestDeferCritical RISC-V (riscv64) porting + multilib support Closed
100%
Task Description

The unfortunate reality is that x86 computers come encumbered with built-in low-level backdoors like the Intel Management Engine , as well as nonfree boot firmware. This means that users can’t gain full control over their computers, even if they install a free operating system such as Hyperbola GNU/Linux-libre .

Hyperbola is working hard to fix these issues and getting closer every day, but for the time being, this is why many current Respects Your Freedom (RYF) offerings are refurbished older devices.

For the future of free computing, we need support architectures that do not come with such malware pre-installed, and RISC-V promises to be a great architecture example for low-power computers, laptops and embedded systems, also as ARM architecture replacement.

Devices like this are the future of computing that Respects Your Freedom and for that reason it’s a high priority for Hyperbola port all packages for the RISC-V architecture (riscv64) with multilib support.

NOTE: RISC-V porting is focused only for Hyperbola GNU/Linux-libre .

chroot-nspawnImplementation RequestHighHigh [chroot-nspawn] create systemd-nspawn replacement Closed
100%
Task Description

Create “chroot-nspawn” wrapper as a “systemd-nspawn” replacement.
It’s needed for “libretools” package.

* Create git project.
* Create “chroot-nspawn” wrapper.

GeneralImplementation RequestMediumHigh Develop GNU/HyperBK patchset Closed
100%
Task Description

Develop GNU/HyperBK patchset for toolchain (Glibc, Binutils and GCC) and packages.

PATCHING NOTE

Make sure the definitions are not simply duplicated from GNU/Linux' because that will eventually result in
out-of-sync definitions that break for us.

Example of triplet check:	linux*-gnu | gnu* | hyperbk-gnu)
Example of uname check:		Linux|GNU|GNU/*)
Example of C macro check:	defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)
				[note: GNU/Hurd defines __GNU__, and GNU/HyperBK define __GLIBC__ as hardcoded macro]
Example of makefile check:	ifneq (, $(filter Linux GNU GNU_%, $(shell uname -s)))
				[note1: findstring matches subwords, use filter instead]
				[note2: list must be the first parameter, otherwise matching fails]
				[note3: "%" is make's wildcard]
GeneralImplementation RequestVery HighHigh Port Icedove to UXP platform Closed
100%
Task Description

Description:
Historically, Icedove was a re-branding of Mozilla Thunderbird by the Debian project, with minimal modifications, in order to resolve branding disputes. Debian since discontinued Icedove after reaching an agreement with Mozilla over the use of it’s trademark.

Otherwise, new Thunderbird will use Quantum, a platform that contains numerous privacy, freedom, and trademark issues, in addition to an ever expanding Google Chromium code base which breaks compatibility with previous versions. Therefore, i suggest port our current Icedove from the deprecated XUL platform to UXP one like our Iceweasel-UXP.

TODO list:

  • Remove SSL Error Reporting telemetry from installer/package-manifest.in. [0]
  • Add missing emoji browser/fonts/”TwemojiMozilla.ttf” library to UXP sources
  • Change Icedove-UXP logo typeface from the non-free “Libertad Book” to free “DejaVU Sans”.
  • Rename Icedove to Icedove-UXP in logo typeface.
  • Check “Thunderbird” remaining references.
  • Fix/adapt confvars.sh to UXP-based applications. (eg. MOZ_APP_VERSION=52.9.`date –utc ‘+%Y%m%d’`)
GeneralImplementation RequestVery HighHigh Port Iceape to UXP platform  Closed
100%
Task Description

Description:
Historically, Iceape was a re-branding of Seamonkey by the Debian project, with minimal modifications, in order to resolve branding disputes.

As of December 2013 , Iceape was no longer being maintained by the Debian project and users were encouraged to migrate to other alternatives for security patches.

However, since Seamonkey is being maintained from Thunderbird source and Hyperbola is porting Icedove to UXP platform , it could be built on the UXP platform which contains multiple security and privacy improvements.

TODO list:

  • Change Iceape-UXP logo typeface from the non-free “Libertad Book” to free “DejaVU Sans”.
  • Rename Iceape to Iceape-UXP in logo typeface.
  • Check “Seamonkey” remaining references.
  • Fix/adapt confvars.sh to UXP-based applications. (eg. MOZ_APP_VERSION=52.9.`date –utc ‘+%Y%m%d’`)
GeneralImplementation RequestDeferMedium ARM/POWER porting Closed
100%
Task Description

In particular, I would like to see the a20 arm processor supported and also, the talos 2 desktop supported. (powerpc)

The a20 is important because it will be supported by this: https://www.crowdsupply.com/eoma68/micro-desktop

I would really love to have buy this and see it supported by Hyperbola. :)

Within a year if you can support that, I would be extremely, extremely pleased.

as for the powerpc one, I don’t really plan on getting it, but I know that some people may, and I think that it would be good for them to be able to move onto hyperbola. The first is more important to me though.

By either December or next January, is when I would probably want it to be supported. :)

Also, ath9k usb wifi cards would need to be supported for this though... just to warn you.

I already am donating to you guys though through liberapay, please make this happen in the future. ;)

Iceape-UXPImplementation RequestVery LowMedium Random agent spoofer for Iceape Closed
100%
Task Description

0.9.5.8.4 version would be good to have.

HyperToolsImplementation RequestLowLow[hypertools] create libretools replacement for Hyperbol...Deferred
0%
Task Description

Create hypertools to replace libretools package for HyperbolaBSD and GNU/Linux

It’s long period to develop this package.
For now, a systemd-nspawn wrapper is being developed for “libretools”[0]

[0]:https://issues.hyperbola.info/index.php?do=details&task_id=86

Iceweasel-UXPImplementation RequestDeferLow Swiftweasel-UXP theme for Iceweasel-UXP Closed
100%
Task Description

Description:
Historically, Swiftweasel was a Firefox-based application built on XUL platform around 2007 and abandoned in 2010. It was optimized for several architectures using the following methods such as the Profile-Guided Optimization (PGO) and binary code optimization for computers with limited resources.

Since there are users encouraging us develop a Palemoon-based application , and Swiftweasel contains non-trademarked graphics and logos, we could port Swiftweasel to UXP platform as theme for Iceweasel-UXP.

Icedove-UXPImplementation RequestDeferLow Swiftdove-UXP theme for Icedove-UXP Closed
100%
Task Description

Description:
Historically, Swiftdove was a Thunderbird-based application built on XUL platform around 2007 and abandoned in 2010. It was optimized for several architectures using the following methods such as the Profile-Guided Optimization (PGO) and binary code optimization for computers with limited resources.

Since FossaMail may potentially be revived on UXP in the future [0] and Swiftdove contains non-trademarked graphics and logos, we could port Swiftdove to UXP platform as theme for Icedove-UXP.

UXP applicationsImplementation RequestVery LowVery Low a libre version of Navigator,  Closed
100%
Task Description

http://repository.binaryoutcast.com/artifacts/navigator-builds/

http://binaryoutcast.com/projects/borealis/

unlike Navigator though, it needs two things: compatibility with seamonkey addons, (the ones that effect web browsing, not the mail email parts)

and to be based off of the latest version of seamonkey, only obviously just the navigator part. I understand this might be hard to implement now, so I can wait if need be, Just thought I would show this to you.

PS, if you ever make HyperBK, port it to that too, but until then, just the os that I mentioned.

Also, last thing, any seamonkey addons that I have already asked for seamonkey, again that aren’t email/mail based, implement them for this too. :)

I will put the severity at very low if that’s okay, just until you have actual time/whatever...

Let me know if this is even remotely possible with this build.

GeneralFeature RequestMediumLow[Website] Rework for the onion-pageUnconfirmed
0%
Task Description

As proposed in a separate thread (https://forums.hyperbola.info/viewtopic.php?id=573): The navigation-bar needs a rework when accessing the website about the onion-protocol.

GeneralBug ReportVery LowCritical [msmtp] needs to be recompiled with libressl Closed
100%
Task Description

I may be wrong as I did not migrate to 0.3 yet, but I think that `msmtp` has been forgotten and needs to be recompiled with `libressl`.

Please remove this report if I am wrong.

GeneralBug ReportVery LowCritical [msmtp] needs libressl Closed
100%
Task Description

I may be wrong for I did not migrate to 0.3 as of yet, but I think that `msmtp` has been forgotten and needs to be recompiled with `libressl`.

Please remove this report if I am mistaken.

GeneralBug ReportVery LowCritical [msmtp] needs libressl Closed
100%
Task Description

From what I can see, `msmtp` still needs to be recompiled with `libressl`. Please remove this report if I am mistaken.

GeneralBug ReportHighCritical [efivar] libefivar.so.1: cannot open shared object file Closed
100%
Task Description

Packages:

- efivar 37-1

Logs:

root@hyperiso ~ # mkdir /mnt/{boot,home}
root@hyperiso ~ # mount /dev/sda2 /mnt
root@hyperiso ~ # mount /dev/sda1 /mnt/boot
root@hyperiso ~ # mount /dev/sda3 /mnt/home
root@hyperiso ~ # swapon /dev/sda4
...
root@hyperiso ~ # arch-chroot /mnt
[root@hyperiso /]# grub-install --target=i386-pc --recheck /dev/sda
grub-install: error while loading shared libraries: libefivar.so.1: cannot open shared object file: No such file or directory
[root@hyperiso /]# 
GeneralBug ReportVery HighCritical [Hyperbola GNU/Linux-libre 0.4] Reworking xenocara and  ...Closed
100%
Task Description

Within the concurrent version of xenocara for version 0.4 there is a problem in vesa, generating the error-message “V_BIOS address 0×0 out of range”. It is a known old bug that was fixed when D-Bus arrived by default.

This issue is oriented onto to document the steps to test further solutions and rework the x-server.

GeneralBug ReportMediumCritical [xenocara] Server is not able to be started via xdm Closed
100%
Task Description

With the newest package-update the xserver xenocara has missing dependencies towards adobe-fonts and twm.

GeneralBug ReportHighHigh [fair-viewer] Problems with running package Closed
100%
Icedove-UXPBug ReportVery LowMedium CardBook addon make icedove crash wen adding or editing ...Closed
100%
chroot-nspawnBug ReportMediumMedium[chroot-nspawn] Create mount points if mountpoint exit ...Unconfirmed
0%
HyperISOBug ReportVery LowMedium 0.4 iso is massively broken... Closed
100%
GeneralBug ReportMediumMedium [bind-tools], require re-build Closed
100%
UXP applicationsBug ReportVery LowLow [ice{ape,weasel}-uxp-l10n] Default bookmarks are differ ...Closed
100%
Iceweasel-UXPBackport RequestVery LowMedium Request browser add-on: New Tab Tools Closed
100%
Icedove-UXPBackport RequestVery LowMedium Ublock origin for Icedove-UXP Closed
100%
Icedove-UXPBackport RequestVery LowLow Firetray extension for Icedove-UXP Closed
100%
Iceweasel-UXPBackport RequestVery LowLow Search Engine Addon Request: Startpage Closed
100%
Iceweasel-UXPBackport RequestVery LowVery Low Request browser add-on: FireGestures Closed
100%
Iceweasel-UXPBackport RequestVery LowVery Low Request browser add-on: Vimium-FF Closed
100%
Showing tasks 1 - 37 of 37 Page 1 of 1

Available keyboard shortcuts

Tasklist

Task Details

Task Editing