Fossapup User Contributed Packages

Moderators: 666philb, Forum moderators

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Robust, commercial-grade, full-featured toolkit for general-purpose cryptography and secure communication.

The previous LTS version (the 1.1.1 series) is supported until 11th September 2023.

Openssl -1.1.1s-x86_64 (required)
https://www.mediafire.com/file/897z2z5o ... 4.pet/file

Openssl - DEV-1.1.1s-x86_64(required)
https://www.mediafire.com/file/x0i25kub ... 4.pet/file

Openssl_DOC-1.1.1s-x86_64 (documentation)
https://www.mediafire.com/file/tpvngq0u ... 4.pet/file

Last edited by Jasper on Mon Mar 27, 2023 3:58 pm, edited 1 time in total.
User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

TESTING!! ............ need to add an onscreen graphical bandwith monitor

Using the above OpenSSL package I wanted to see if I could access the Tor network without having to use their dedicated browser.

This way I could use applications via their network.


tor-0.4.7.13-x86_64
(approx 2.17Mb)
https://www.mediafire.com/file/a7urcl0n ... 4.pet/file

torsocks-v2.4.0-x86_64 (approx 178Kb)
https://www.mediafire.com/file/h5zcmc9g ... 4.pet/file

Last edited by Jasper on Sun Mar 26, 2023 11:23 am, edited 2 times in total.
User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

So, once both packages are installed.

Running terminal

tor (to start up the connection)

then

torsocks on

then to connect to a Tor server

torsocks -a 10.1.4.253

Ideally, I would have liked Palemoon to access the service but it fails to load. However, you can try with other applications eg

torsocks <application>

In this instance

torsocks uget-gtk

User avatar
mikeslr
Posts: 2915
Joined: Mon Jul 13, 2020 11:08 pm
Has thanked: 175 times
Been thanked: 893 times

Re: Fossapup User Contributed Packages

Post by mikeslr »

Jasper, is the Openssl -1.1.1s-x86_64.pet kernel-specific? dependent on having some version or greater of glibc or gtk? Or can it be used installed into fossapup64-9.5 with any kernel?

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

@mikeslr

Compiled on stock Fossapup64-95 using the DevX SFS.

I am using kernel ozsouth's 6.1.14 currently.

Do not believe it is kernel specific. Nor relies on any additional libraries.

You only need the 2 required pet files.

The Docs are separated. Mostly HTML help files.

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Update for Rsync and xxHash is required for file verification

Image

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Using the OpenSSL 1.1.1s, I have updated OpenVPN (2.6.2)and tested this using ProtonVPN.

Both files are required. **EDIT** Sorry attached the wrong Libcap file (zipped) ... added the PET file now :oops:

Image

Image

Last edited by Jasper on Mon Mar 27, 2023 2:00 pm, edited 1 time in total.
User avatar
charlie6
Posts: 37
Joined: Wed Sep 09, 2020 12:59 pm
Location: Namur, Belgium
Has thanked: 5 times
Been thanked: 4 times

BeeBase rather tiny database

Post by charlie6 »

Hi,
here is a .pet (***) for developer Steffen Gutmann's BeeBase-1.0, a rather simple-to-use(*) tiny database (**) compiled on FossaPup64-9.5.
https://www.mediafire.com/file/jqm83vnz ... 3.pet/file

BeeBases Homepage: https://beebase.sourceforge.io

Description: Relational programmable database with graphical user interface
(more to be read on the homepage)
Maintainer: Steffen Gutmann <beebase.bbs@gmail.com>
That pet has the translated .html pages in it: just press F1 (or Menu/Help/cContent), as also pdf manuals (see inside the usr/share/BeeBase/* directory).
Last edited: F1/Help ISSUE: if an error message pops-up upon pressing key F1/or Menu/Help/Content, just add «xdg-open %f» in file /root/.BeeBase.prefs (see code hereafter) as also in Menu/Preferences/External Viewer.

Code: Select all

ProjectName: "/usr/share/BeeBase/demos/Pictures.bbs"
ExternalEditor:
ExternalViewer: xdg-open %f
StructureEditorLeftEdge: 369
StructureEditorTopEdge: 157
...
beebase_prefs.png
beebase_prefs.png (70.07 KiB) Viewed 2383 times

(I had to fix that issue that way on a FossaPup64-9.5 pristine frugal install - was not the case on the pupsave file used for the compilation ..??? :shock: any understanding explanation would be much appreciated .. :) )

The from-the-homepage-among-others-available (****) beebase_1.0_amd64.deb archive only runs the english locale although the french fr_BE locale setting...do not know why...? - and although the french "BeeBase_fr.qm" locale is well present in the .deb archive among others.
Its /usr/bin/Beebase binary also runs OOTB using only Qt5 libs all present in FossaPup64-9.5 .

With the only hope getting the french locale working (my wife reads only french! :? ), I got a try compiling the source file.

beebase.png
beebase.png (392.92 KiB) Viewed 2500 times

Compile:
It compiled on FossaPup64-9.5 using only the gtk3 graphic toolkit (no "configure" step, only "make"; have had to install some missing deps (***)... then once done (ignoring the "could not generate a pdf help file" last error - the "make install DESTDIR=..." did not work -) picked-up the binary BeeBase under the build directory, as also the compiled beebase.mo locales, and bring them into the previously extracted and renamed beebase_1.0_amd64.deb file (adding /usr/share/locale dir, etc...).
The compile process did not call for the Qt5 libs.
The pet has in it the libhpdf-2.3.0_2.3.0+dfsg-1build1_amd64 missing lib in ordrer to run OOTB on FossaPup64-9.5.

It looks runnning flawless making some tables including pictures (i.e. flowers database populated according to name/colour/height/picture...). Enter the picture/image full filename inside the «picture» tables (=database) field (example: /mnt/sda5/pictures/005-rose.png).

Description: Relational programmable database with graphical user interface
BeeBase is a fast and flexible database for Windows, Mac, Linux, and Amiga. It is targeted for advanced desktop users who want to manage data in a comfortable and powerful way. BeeBase is able to manage any kind of data, e.g. addresses, CD series, movies, photo collections, your family tree, your income and expense, and much more. The power of BeeBase lies in its clear and powerful graphical user interface and its programming capabilities. Programming BeeBase allows you to process data in various ways, e.g. automatic calculations upon user input, generation of reports, import and export of data, and more. For example it can be used for calculating the total amount of income, or the total amount of recorded time on a CD, or to automatically create and print serial letters to your customers.
Architecture: amd64
Maintainer: Steffen Gutmann <beebase.bbs@gmail.com>

(****) According to its developper, the MUIBase program is identical to BeeBase (MUIBase already has been mentionned in the (old)Puppy forum: https://oldforum.puppylinux.com/viewtop ... de#p796858).

(***)...given as it is without after sales servicing ...

(**)To remenber: tiny databases from forum member gposil's ppdb tiny database as also Portabase (still available as Android apk but for android OS earlier than version 8.0 !! ).

(*) although it requires some basic knowledges about booleans and logics operators for defining filters; the help files and demos brings some usefull assistance to use the databse.

Have fun, thanks in advance for any improvement (***).
Best regards, Charlie

Last edited by charlie6 on Tue Mar 28, 2023 10:23 am, edited 4 times in total.
User avatar
mikeslr
Posts: 2915
Joined: Mon Jul 13, 2020 11:08 pm
Has thanked: 175 times
Been thanked: 893 times

Re: Fossapup User Contributed Packages -openssl & glibc

Post by mikeslr »

Hi again, jasper. Regarding my question here, https://www.forum.puppylinux.com/viewto ... 1c9#p85250 about your Openssl -1.1.1s-x86_64.pet --thanks for it :thumbup: -- my flaky memory finally kicked in. There is a relationship between an openssl version and the systems' glibc. Openssl compiled against an older glibc will generally work in a system using a newer glibc, but not vice-versa. https://mta.openssl.org/pipermail/opens ... 10002.html.

FWIW, I installed both your openssl pet and its companion openssl-dev pet into the latest version of F96_CE3. They appear to be working fine. Am posting from it now. Unfortunately, I don't know what what version of glibc F96-CE3 uses.

p.s. After reading Jasper's post in reply to this it occurred to me to see if there is an easy way to determine what version of glibc is used by a system. There is. Open a terminal and type "ldd --version" [w/o the "s|. F96-CE3 uses 2.31-0ubuntu9. As Jasper wrote, you can also examine /var/packages/builtin_files/glibc which shows /lib/x86_64-linux-gnu/ld-2.31.so. But that was among a long list showing what files were installed and might not be recognized as the file you are looking for. I think Jasper is right that F96-CE3 employs the same glibc as fossapup64_9.5. But that might be a co-incidence as woof has changed and a creator might have choices.

Last edited by mikeslr on Tue Mar 28, 2023 2:12 pm, edited 1 time in total.
User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

@mikeslr

Thanks for letting me know that it is working for you. :thumbup:

I was of the understanding that F96_CE3 and earlier builds are all based on F96-95 eg Glibc and that only the kernel and user applications were updated.

I believe that the file DISTRO_PKGS_SPECS found in

/var/packages/

Should contain a list of all packages installed.

I just checked on Distrowatch and noticed that no entry for FP96-CE is listed. However, @peebee S15 is here with a breakdown of packages. His offering has a newer Glibc.

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

I had a re-look again at Firejail as I noticed that they had a GUI available.

Not compiled with AppArmor.

The program itself can be run directly via terminal eg

firejail (your application)

closing the terminal window will shut down the application once your finished.

The GUI relies upon QT which is available in Fossapup64-95.

A desktop menu entry is available under UTILITY ............ no, not my work :lol: part of the package

Please note, there is not a section for Internet ..... so you will have to type in the application name.

.......... you can use the application without the GUI. Just download firejail

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

..........another missing post :thumbdown:

User avatar
mikeslr
Posts: 2915
Joined: Mon Jul 13, 2020 11:08 pm
Has thanked: 175 times
Been thanked: 893 times

Re: Fossapup User Contributed Packages

Post by mikeslr »

edited my post about glibc, https://www.forum.puppylinux.com/viewto ... 354#p85354. The easy way to determine your system's glibc is open a terminal and type "ldd --version" [w/o the "s|. F96-CE3 uses 2.31-0ubuntu9.

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

GNU Wget2 is the successor of GNU Wget, a file and recursive website downloader. (built with GPGME support)

Designed and written from scratch it wraps around libwget, that provides the basic functions needed by a web client.

Wget2 works multi-threaded and uses many features to allow fast operation.

In many cases Wget2 downloads much faster than Wget1.x due to HTTP2, HTTP compression, parallel connections and use of If-Modified-Since HTTP header.

wget2-2.0.1-x86_64 (approx 550Kb)
https://www.mediafire.com/file/yku0eguv ... 4.pet/file

You will need the attached dependencies to be installed.

Image Image Image

Last edited by Jasper on Sat Apr 01, 2023 1:39 pm, edited 2 times in total.
User avatar
ally
Posts: 186
Joined: Tue Jul 07, 2020 5:14 am
Has thanked: 112 times
Been thanked: 81 times
Contact:

Re: Fossapup User Contributed Packages

Post by ally »

@Jasper

the depencies are duplicated:

libassuan-2.5.5.pet

:)

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

@ally

Thank you for pointing this out to me :oops: :thumbup:

The two deps are

  • gpgme

  • libassuan

basic usage

wget2 -c --progress=bar <filename url>

If you do not need GPGME support, attached is the basic application.

**EDIT** :oops: it's just not my day today :lol: I have uploaded the application again as I have removed a binary "wget2_noinstall" application still works without this and is smaller.

Last edited by Jasper on Sat Apr 01, 2023 9:57 pm, edited 1 time in total.
User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Update for Zstd (ZStandard fast lossless compression algorithm)

zstd-1.5.4-x86_64 (Approx 890Kb)
https://www.mediafire.com/file/jyskslhx ... 4.pet/file

**EDIT** ............. :oops: the original uploaded convertSFS pet file had 2 desktop entries .... removed 1 and uploaded once again

On the forum I saw this thread and thought it would be useful if FP64-95 could utilise it:

viewtopic.php?f=194&p=85256#p85256

This is @fredx181 work and all I have done is created a pet file to be used in Fossapup.

Tried and tested on my my adrv, fdrv, zdrv and puppy_fossapup64_9.5.sfs.

Replaced and rebooted my USB flashdrive, no issues :thumbup:

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Update for mksquashfs and unsquashfs

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA/SATA, SCSI/SAS and NVMe disks.

In many cases, these utilities will provide advanced warning of disk degradation and failure.

smartmontools-7.3-x86_64 (Approx 517Kb)
https://www.mediafire.com/file/1eoglvhw ... 4.pet/file

Gsmartcontrol-1.1.4-x86_64 (GUI - only - Approx 600Kb)
https://www.mediafire.com/file/bk3b7xxe ... 4.pet/file

newpet
Posts: 30
Joined: Fri Sep 24, 2021 9:29 am
Has thanked: 3 times
Been thanked: 2 times

Re: Fossapup User Contributed Packages

Post by newpet »

Is there anyone who can compile a recent version of Claws Mail (with Oauth2 working, so from 3.18 onwards, better latest 3.19.1) for FossaPup64 ? Maybe as portable?
Releases here: claws-mail.org/releases.php
Thanks :)

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

@newpet

I did have an attempt at compiling newer builds eg 3.1.x and 4.x

Both require an additional libray Libetpan to be included. I did share a newer build here on this thread before but it got deleted :thumbdown:

Oauth2 is required by Microsoft/Google services for authentication. Have you tried Thunderbird as a client?

https://www.thunderbird.net/en-US/

Or hopefully, so one can build it for you :thumbup:

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Curl - compiled against OpenSSL 1.1.1s

Command-line tool to transfer data to or from a server.

Image

Image

Image

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Foo-Sah

BleachBit you can free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk.

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Saw this thread here viewtopic.php?p=86639#p86639 regarding clearing the

.cache

directory and a solution was provided by @OscarTalks , this is the 'patched' library for use with Foo-Sah

Image

Last edited by Jasper on Thu Apr 13, 2023 5:08 am, edited 1 time in total.
User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Parted

Command line tool to manipulate disk partitions.

Foo-Sah

Image

Image

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

......... one more attached for Parted

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Gparted v1.4.0 - GUI for Parted

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Rclone Browser - GUI for Rclone uses QT5

"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files

You can grab the pre-compiled Rclone binary here:

https://github.com/rclone/rclone/releas ... -amd64.deb

User avatar
Jasper
Posts: 1849
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 789 times
Been thanked: 435 times

Re: Fossapup User Contributed Packages

Post by Jasper »

tcpdump, a powerful command-line packet analyzer; and libpcap, a portable C/C++ library for network traffic capture.

Libpcap Just over 500kb
https://www.mediafire.com/file/odce7p01 ... 4.pet/file

Post Reply

Return to “Fossapup64”