05028f3282
Security release includes several security fixes, including a fix for a permission bypass in Issues API and a fix for private project name that can be leaked in issue journal details, so upgrading as soon as possible is recommended. You can get more details in Security Advisories: <https://redmine.org/projects/redmine/wiki/Security_Advisories> 4.0.8 (2021-03-21) [Accounts / authentication] * Defect #33926: Rake tasks "db:encrypt" and "db:decrypt" may fail due to validation error [Administration] * Defect #33310: Warnings while running redmine:load_default_data rake task * Patch #32341: Show tooltip when hovering on repeat-value link in Field permission tab [Attachments] * Defect #33459: The order of thumbnails in journals does not match the order of file name list * Defect #33769: When creating more than two identical attachments in a single db transaction, the first one always ends up unreadable [Custom fields] * Defect #33275: Possible values field in list format custom field form is not marked as required [Documentation] * Defect #33939: Unnecessary translation of {{toc}} macros in Russian Wiki formatting help [Filters] * Defect #34375: "is not" operator for Subproject filter incorrectly excludes closed subprojects [Gantt] * Defect #33140: Gantt bar is not displayed if the due date is the leftmost date or the start date is the rightmost date * Defect #33175: Starting or ending marker is not displayed if they are on the leftmost or rightmost boundary of the gantt [Gems support] * Patch #34461: Update Redcarpet to 3.5.1 [Issues] * Defect #33576: Done ratio of a parent issue may be shown as 99% even though all subtasks are completed [Issues list] * Defect #33548: Column header is clickable even when the column is not actually sortable * Defect #34297: Subprojects issues are not displayed on main project when all subprojects are closed [Projects] * Defect #33889: Do not show list for custom fields without list entry on project overview [REST API] * Defect #34615: 'Search' falsy parameters are not respected [SEO] * Defect #6734: robots.txt: disallow crawling issues list with a query string [Security] * Defect #33360: Names of private projects are leaked by issue journal details that contain project_id changes * Defect #33689: Issues API bypasses add_issue_notes permission * Feature #33906: Upgrade Rails to 5.2.4.5 [Themes] * Defect #8251: Classic Theme: Missed base line [Translations] * Defect #34447: Typo in translation string 'setting_issue_list_default_columns': s//Isuses/Issues [UI] * Patch #33958: Jump to end of line in editor when starting list or quote |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
_NetBSD-pkgdb | ||
Makefile | ||
pkglocate | ||
README.md |
pkgsrc
pkgsrc is a framework for building software for a variety of UNIX-like systems.
It produces binary packages, which can be managed with tools such as
pkgin. pkgsrc is highly configurable, supporting
building packages for an arbitrary installation prefix (the default is
/usr/pkg
), allowing multiple branches to coexist on one machine, a
build options framework, and a compiler transformation framework, among
other advanced features. Unprivileged use and installation is also supported.
pkgsrc is the default package manager for NetBSD and SmartOS. It's also supported as a first-class option in OmniOS CE and Oasis Linux.
Bootstrapping
To use pkgsrc on operating systems other than NetBSD, you first need to bootstrap:
cd pkgsrc/bootstrap
./bootstrap
Note that this is only for the most simple case, using pkgsrc's defaults.
Please consult bootstrap/README
and bootstrap/README.OS
for detailed
information about bootstrapping.
Building packages
cd pkgsrc/category/package-name
$PREFIX/bin/bmake install
Where $PREFIX
is where you've chosen to install packages
(typically /usr/pkg
)
On NetBSD, bmake
is simply the built-in make
tool.
To build packages in bulk, tools such as pkgtools/pbulk
and
pkgtools/pkg_comp
can be used.
Troubleshooting
- Join the community IRC channel #pkgsrc @ freenode.
- Subscribe to the pkgsrc-users mailing list
- Send bugs and patches via web form (use the
pkg
category).
Latest sources
To fetch the main CVS repository:
cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc
To work in the Git mirror, which is updated every few hours from CVS:
git clone https://github.com/NetBSD/pkgsrc.git
Additional links
- pkgsrc guide - the authoritative document on pkgsrc, also available as
doc/pkgsrc.txt
- pkgsrc in the NetBSD Wiki - miscellaneous articles and tutorials
- pkgsrc.se - a searchable web index of pkgsrc
- pkgsrc-wip - a project to get more people actively involved with creating packages for pkgsrc
- pkgsrc on Twitter - announcements to the world
- pkgsrcCon - we get together
- BulkTracker - a web application that tracks pkgsrc bulk builds