FreeBSD Bugzilla – Attachment 194979 Details for
Bug 229627
net-mgmt/netbox: Update to 2.3.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
netbox-2.3.5.patch
netbox-2.3.5.patch (text/plain), 1.82 KB, created by
Kai Knoblich
on 2018-07-09 06:41:02 UTC
(
hide
)
Description:
netbox-2.3.5.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-07-09 06:41:02 UTC
Size:
1.82 KB
patch
obsolete
>Index: netbox/Makefile >=================================================================== >--- netbox/Makefile (revision 474192) >+++ netbox/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= netbox > DISTVERSIONPREFIX= v >-DISTVERSION= 2.3.3 >+DISTVERSION= 2.3.5 > CATEGORIES= net-mgmt > > MAINTAINER= freebsd_ports@k-worx.org >@@ -44,6 +44,9 @@ > > OPTIONS_DEFINE= DOCS > >+post-patch: >+ @${REINPLACE_CMD} -e 's|==|>=|' ${WRKSRC}/requirements.txt >+ > do-install: > cd ${WRKSRC}/netbox ; \ > for src in $$( ${FIND} . ! -name '*.bak' ) ; do \ >Index: netbox/distinfo >=================================================================== >--- netbox/distinfo (revision 474192) >+++ netbox/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1526915921 >-SHA256 (digitalocean-netbox-v2.3.3_GH0.tar.gz) = 7328ee8d9918f299f23fde170b2e47ff27d6e7073b9db2d69292c5f5e67012bd >-SIZE (digitalocean-netbox-v2.3.3_GH0.tar.gz) = 2131052 >+TIMESTAMP = 1531077319 >+SHA256 (digitalocean-netbox-v2.3.5_GH0.tar.gz) = 4175be9242553bd1a904ee2a3d5a8a8d151910f042812a0483e7dd6a5262e069 >+SIZE (digitalocean-netbox-v2.3.5_GH0.tar.gz) = 2130846 >Index: netbox/files/pkg-message.in >=================================================================== >--- netbox/files/pkg-message.in (revision 474192) >+++ netbox/files/pkg-message.in (working copy) >@@ -1,5 +1,24 @@ > ================================================================================ > >+=================== >+ /// UPGRADING /// >+=================== >+ >+1. Run database migrations >+ >+# python%%PYTHON_VER%% manage.py migrate >+ >+2. Collect static files >+ >+# python%%PYTHON_VER%% manage.py collectstatic --no-input >+ >+3. Restart WSGI/httpd environment (apache/nginx/etc.) >+ >+ >+==================== >+ /// INSTALLING /// >+==================== >+ > ================================== > Create a new PostgreSQL database > ==================================
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
kai
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 229627
: 194979