notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
rubygem-devise-pwned_password Devise extension that checks user passwords against the PwnedPasswords dataset
0.1.12 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.1.12Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-05-16 06:30:48
Last Update: 2024-05-16 06:21:49
Commit Hash: 24bd1fc
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/michaelbanfield/devise-pwned_password
Description:
Devise::PwnedPassword is a Devise extension that checks user passwords against the PwnedPasswords dataset. It checks for compromised ("pwned") passwords in 2 different places/ways: - As a standard model validation using pwned. This: - prevents new users from being created (signing up) with a compromised password - prevents existing users from changing their password to a password that is known to be compromised - (Optionally) Whenever a user signs in, checks if their current password is compromised and shows a warning if it is.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-devise-pwned_password-0.1.12/catalog.mk
  2. /usr/local/share/licenses/rubygem-devise-pwned_password-0.1.12/LICENSE
  3. /usr/local/share/licenses/rubygem-devise-pwned_password-0.1.12/MIT
Collapse this list.
Dependency lines:
  • rubygem-devise-pwned_password>0:devel/rubygem-devise-pwned_password
To install the port:
cd /usr/ports/devel/rubygem-devise-pwned_password/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-devise-pwned_password
  • pkg install rubygem-devise-pwned_password
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-devise-pwned_password
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1714227806 SHA256 (rubygem/devise-pwned_password-0.1.12.gem) = 876452466634560a79910a1f22ef467f656e95e746c77d8266d70345b2279672 SIZE (rubygem/devise-pwned_password-0.1.12.gem) = 9216

Packages (timestamps in pop-ups are UTC):
rubygem-devise-pwned_password
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1.120.1.12--0.1.12---
FreeBSD:13:quarterly0.1.120.1.12--0.1.12---
FreeBSD:14:latest0.1.120.1.12--0.1.12---
FreeBSD:14:quarterly0.1.120.1.12--0.1.12---
FreeBSD:15:latest0.1.120.1.12n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-devise-rails71>=0 : devel/rubygem-devise-rails71
  2. rubygem-pwned>=2.4<3 : security/rubygem-pwned
  3. ruby32 : lang/ruby32
  4. gem : devel/ruby-gems
Patch dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby32 : lang/ruby32
This port is required by:
for Run
  1. www/rubygem-bullet_train

Configuration Options:
No options to configure
Options name:
devel_rubygem-devise-pwned_password
USES:
gem
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.12
16 May 2024 06:21:49
commit hash: 24bd1fcf60c1c5a34d846371c876094565b57409commit hash: 24bd1fcf60c1c5a34d846371c876094565b57409commit hash: 24bd1fcf60c1c5a34d846371c876094565b57409commit hash: 24bd1fcf60c1c5a34d846371c876094565b57409 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-devise-pwned_password: Add rubygem-devise-pwned_password 0.1.12

Devise::PwnedPassword is a Devise extension that checks user passwords against
the PwnedPasswords dataset.

It checks for compromised ("pwned") passwords in 2 different places/ways:
- As a standard model validation using pwned. This:
  - prevents new users from being created (signing up) with a compromised
    password
  - prevents existing users from changing their password to a password that is
    known to be compromised
- (Optionally) Whenever a user signs in, checks if their current password is
  compromised and shows a warning if it is.

Number of commits found: 1