Port details |
- bugs Great cryptographic library and sample programs
- 4.1.1_3 security
=3 4.1.1_3Version of this port present on the latest quarterly branch. DEPRECATED: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
This port expired on: 2021-04-01
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: unknown
- Last Update: 2021-04-07 17:54:26
- Commit Hash: 5980fd4
- People watching this port, also watch:: nmap
- License: GPLv2
- WWW:
- http://www.encryptsolutions.com/
- Description:
- This package include a C library and some sample programs that demonstrate
the library's power.
It is a cryptographic library: you can crypt any type of data. Key length
is unlimited. You can generate password, manage users, hide text in file,
etc.
ATTENTION!!! IN SOME COUNTRIES THIS SOFTWARE MAY BE ILLEGAL, SO DON'T USE
IT IF YOU ARE NOT ALLOWED.
WWW: http://www.encryptsolutions.com/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: bugs
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (bugs-4.1.1.tgz) = 74d311e8b03df540e5d37432cb4002419a308c0ef433f383af138e5a9d947c09
SIZE (bugs-4.1.1.tgz) = 495080
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for bugs-4.1.1_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- security_bugs
- USES:
- gmake tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.1_3 07 Apr 2021 17:54:26
    |
Rene Ladan (rene)  |
Remove expired ports:
2021-04-01 ftp/wzdftpd: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 astro/roadmap: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 games/cosmo: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 games/bomberinstinct: Unmaintained and dead upstream, does not build
with -fno-common (llvm 11)
2021-04-01 games/drm: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 games/bygfoot: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 games/cre: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 irc/hybserv: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 irc/xaric: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 mail/elmo: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 misc/cave: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 security/bugs: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 security/dmitry: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11) (Only the first 15 lines of the commit message are shown above ) |
4.1.1_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.1.1_3 30 Aug 2020 09:47:50
  |
zeising  |
Extend expiration of ports broken with -fno-common
Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date. The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall. This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.
MFH: 2020Q3 (maybe) |
4.1.1_2 28 Aug 2020 11:06:43
  |
tcberner  |
security/bugs: fix build on current and deprecate |
4.1.1_2 02 Nov 2018 13:32:35
  |
rene  |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
4.1.1_2 07 Apr 2017 16:00:06
  |
amdmi3  |
- Always accompany OSVERSION check with OPSYS check |
4.1.1_2 02 Nov 2016 22:45:14
  |
mat  |
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
4.1.1_2 02 Nov 2016 14:54:57
  |
mat  |
Add a small comment to explain what 1100077 is about.
Sponsored by: Absolight |
4.1.1_2 29 Oct 2016 09:30:14
  |
mat  |
Fix file modes after extracting.
Some port's archives contains files modes that are a bit too restrictive
for some usage. For example:
BUILD_DEPENDS= ${NONEXISTENT}:foo/bar:configure
When building as a regular user, dependencies are installed/built as
root, so if the archive contains files that have a mode of, say, 600,
they will not be readable by the port requesting the dependency.
This will also fix broken distribution files where directories don't
have the executable bit on.
OSVERSION 1100077 is after base r283997:
Change directory permissions in pre-order.
In this order, it won't try to recurse into a directory for which it
doesn't have permission, before changing that permission.
This follows an existing behavior in other BSDs, linux, OS X.
PR: 213574
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
4.1.1_2 09 Jun 2016 13:13:39
  |
amdmi3  |
- Add LICENSE_FILE
- Switch to new test framework |
4.1.1_2 03 Sep 2015 14:09:18
  |
amdmi3  |
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes
Approved by: portmgr blanket |
4.1.1_2 13 Nov 2014 09:02:57
  |
antoine  |
Cleanup plist |
4.1.1_2 29 Jul 2014 19:11:53
  |
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
4.1.1_2 10 Jun 2014 15:21:00
  |
vanilla  |
Stagify. |
4.1.1_2 22 Sep 2013 09:12:31
  |
danfe  |
- Fix parallel builds: call make(1) correctly, register dependencies
- Drop LICENSE_FILE for a standard license (GPLv2)
- Respect CC and CFLAGS without patching of makefile (use MAKE_ARGS)
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS, add OPTIONS_DEFINE
- Move "make test" under the wing of our standard regression-test target
- Generally cleanup Makefile and port description while I am here |
4.1.1_2 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
4.1.1_2 10 Jul 2013 11:58:47
  |
bapt  |
Mark jobs unsafe and convert to USES=gmake |
4.1.1_2 08 Aug 2011 16:08:42
 |
ehaupt  |
- Fix MASTER_SITES
- Add LICENSE
- Use COPYTREE_SHARE instead of CP
PR: 159491
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
4.1.1_2 03 Jul 2011 14:03:52
 |
ohauer  |
-remove MD5 |
4.1.1_2 17 Jun 2011 15:37:23
 |
bapt  |
Mark broken some ports with unfetchable distfiles |
4.1.1_2 21 Dec 2009 02:19:12
 |
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
4.1.1_2 23 Jun 2008 07:50:24
 |
itetcu  |
- use DOCSDIR
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
Submitted by: QA Tindy run |
4.1.1_1 25 May 2007 00:39:40
 |
clsung  |
- stephane@ give up maintain his ports
PR: ports/112464
Submitted by: stephane |
4.1.1_1 13 May 2006 04:15:53
 |
edwin  |
Remove USE_REINPLACE from all categories starting with S |
4.1.1_1 24 Jan 2006 01:03:33
 |
edwin  |
SHA256ify
Approved by: krion@ |
4.1.1_1 28 Mar 2004 17:04:20
 |
pav  |
- Add SIZE data
PR: ports/64860
Submitted by: stephane (maintainer) |
4.1.1_1 04 Feb 2004 05:10:27
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
4.1.1 13 Oct 2003 01:40:27
 |
edwin  |
Fix strange permissions on directories which fail to make the port
patch properly without root permissions. |
4.1.1 12 Oct 2003 17:47:26
 |
krion  |
- Update to version 4.1.1
PR: 57903
Submitted by: maintainer |
4.1.0 24 Sep 2003 09:37:11
 |
osa  |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
4.1.0 30 Jul 2003 21:22:28
 |
kris  |
Cryptography is no longer export-restricted |
4.1.0 22 Feb 2003 16:12:23
 |
nork  |
Remove RESTRICTED tag for crypto stuff.
Approved by: kris (implicitly) |
4.1.0 21 Feb 2003 13:26:58
 |
knu  |
De-pkg-comment. |
4.1.0 28 Jul 2002 05:10:22
 |
pat  |
Update to 4.1.0
Change maintainer email address
PR: ports/41059
Submitted by: maintainer |
4.0.1 07 Jun 2002 00:33:52
 |
kris  |
Respect CC and CFLAGS |
24 Feb 2002 14:08:53
    |
cy  |
Maintainer-update: New MASTER_SITE for the port security/bugs. |
26 Feb 2001 04:55:21
    |
steve  |
Update to version 4.0.1. |
08 Oct 2000 07:30:58
    |
asami  |
Convert category security to new layout. |
18 Sep 2000 21:41:42
    |
ade  |
Update to 3.3.2 |
22 May 2000 10:53:58
    |
will  |
Update to 2.0.1. |