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
Port details
rubygem-devise-pwned_password Devise extension that checks user passwords against the PwnedPasswords dataset
0.1.12_1 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.12_1Version 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: 2025-12-16 21:16:37
Commit Hash: eb077da
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-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_1/catalog.mk
  2. /usr/local/share/licenses/rubygem-devise-pwned_password-0.1.12_1/LICENSE
  3. /usr/local/share/licenses/rubygem-devise-pwned_password-0.1.12_1/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
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.12_10.1.12_1--0.1.12_1n/an/an/a
FreeBSD:13:quarterly0.1.120.1.12--0.1.12n/an/an/a
FreeBSD:14:latest0.1.12_10.1.12_1--0.1.12_1---
FreeBSD:14:quarterly0.1.120.1.12--0.1.12---
FreeBSD:15:latest0.1.12_10.1.12_1n/a-n/an/a--
FreeBSD:15:quarterly0.1.120.1.12n/a-n/an/a--
FreeBSD:16:latest0.1.12_10.1.12_1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby33 : lang/ruby33
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-devise-rails81>=0 : devel/rubygem-devise-rails81
  2. rubygem-pwned>=2.4<3 : security/rubygem-pwned
  3. ruby33 : lang/ruby33
  4. gem : devel/ruby-gems
Patch dependencies:
  1. ruby33 : lang/ruby33
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby33 : lang/ruby33
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: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.12_1
16 Dec 2025 21:16:37
commit hash: eb077daab3c2ac4093bbd2751bcf2767d22bb457commit hash: eb077daab3c2ac4093bbd2751bcf2767d22bb457commit hash: eb077daab3c2ac4093bbd2751bcf2767d22bb457commit hash: eb077daab3c2ac4093bbd2751bcf2767d22bb457 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-devise-pwned_password: Update RUN_DEPENDS: use Rails 8.1

- Bump PORTREVISION for dependency change
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: 2