Key | Value |
---|---|
CRC32 | 99F8782C |
FileName | ./usr/share/websockify/include/web-socket-js/swfobject.js |
FileSize | 25560 |
MD5 | 8C2EC4BC2C9A39BC3F4FF92223077CF6 |
OpSystemCode | {'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'} |
ProductCode | {'ApplicationType': 'Operating System', 'Language': 'English', 'MfgCode': '534', 'OpSystemCode': '599', 'ProductCode': '163573', 'ProductName': 'Netrunner', 'ProductVersion': '17.01'} |
RDS:package_id | 182052 |
SHA-1 | 4DC6C77A03258EE7FBE5E877A1ED97311BC45652 |
SHA-256 | 73E3FBD3B6C791205F9B2B90A80B881F418FB06ED8B18924638EB907E904D2B9 |
SSDEEP | 768:FB2Dp/b0UFDn7yJCy+pt8Glcp0A83QpcaVFL5kqS:f2Dp/b0UNnOJCD8GlcKLApcaVFL53S |
SpecialCode | |
TLSH | T180B2A495FB4C61271A52321A492F02CDA1BCD17358109CEBBCD9E3B835A497D027EFB6 |
db | nsrl_modern_rds |
insert-timestamp | 1679427312.9204485 |
source | RDS.db |
hashlookup:parent-total | 12 |
hashlookup:trust | 100 |
The searched file hash is included in 12 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 6573480 |
MD5 | 45C11CF56AAE6106ABC10D7393BB6A2E |
PackageDescription | CiviCRM common files CiviCRM is web-based, Constituent Relationship Management (CRM) software geared toward meeting the needs of non-profit and other civic-sector organizations. . As a non profit committed to the public good itself, CiviCRM understands that forging and growing strong relationships with constituents is about more than collecting and tracking constituent data - it is about sustaining relationships with supporters over time. . With CiviCRM's robust feature set, organizations can further their mission through contact management, fundraising, event management, member management, mass e-mail marketing, peer-to-peer campaigns, case management, and much more. . CiviCRM is a solution for managing * Contacts & relationships * Events & registration * Fundraising * Online payments * Communications * Mailing lists * Membership * Clients * Reports . This package contains core components of CiviCRM. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | civicrm-common |
PackageSection | web |
PackageVersion | 4.7.30+dfsg-1ubuntu1 |
SHA-1 | EBC06BE753FF77960D3F5125F87BD96467EB6629 |
SHA-256 | 1596F4A07FA2A5F0A41262B01E61CC5A28B4A7A072F5DAC494B2565F35E9520E |
Key | Value |
---|---|
FileSize | 6909804 |
MD5 | 15F42FF8EA0B7606F7ECE3C0A7722FE2 |
PackageDescription | CiviCRM common files CiviCRM is web-based, Constituent Relationship Management (CRM) software geared toward meeting the needs of non-profit and other civic-sector organizations. . As a non profit committed to the public good itself, CiviCRM understands that forging and growing strong relationships with constituents is about more than collecting and tracking constituent data - it is about sustaining relationships with supporters over time. . With CiviCRM's robust feature set, organizations can further their mission through contact management, fundraising, event management, member management, mass e-mail marketing, peer-to-peer campaigns, case management, and much more. . CiviCRM is a solution for managing * Contacts & relationships * Events & registration * Fundraising * Online payments * Communications * Mailing lists * Membership * Clients * Reports . This package contains core components of CiviCRM. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | civicrm-common |
PackageSection | web |
PackageVersion | 5.3.1+dfsg-1ubuntu1 |
SHA-1 | BD9A35CD34BEB7E1AF6A0121B65ED372BD7808CA |
SHA-256 | 0E84C5153D6B11EF19CE36229A8E2B2DF31672D538D7489155B6F76606C49D35 |
Key | Value |
---|---|
FileSize | 7051280 |
MD5 | F34B5E0505B396C9D303E902D262CFC2 |
PackageDescription | CiviCRM common files CiviCRM is web-based, Constituent Relationship Management (CRM) software geared toward meeting the needs of non-profit and other civic-sector organizations. . As a non profit committed to the public good itself, CiviCRM understands that forging and growing strong relationships with constituents is about more than collecting and tracking constituent data - it is about sustaining relationships with supporters over time. . With CiviCRM's robust feature set, organizations can further their mission through contact management, fundraising, event management, member management, mass e-mail marketing, peer-to-peer campaigns, case management, and much more. . CiviCRM is a solution for managing * Contacts & relationships * Events & registration * Fundraising * Online payments * Communications * Mailing lists * Membership * Clients * Reports . This package contains core components of CiviCRM. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | civicrm-common |
PackageSection | web |
PackageVersion | 5.11.0+dfsg-1 |
SHA-1 | CD6C01A564E775AC8CB4FDF5AA449CFE03CECD4E |
SHA-256 | 6B76828AC22BDFCEE0BBD9C6F1FBB081FFFD92CB4EFC2D4E24CBA2556BA08F4B |
Key | Value |
---|---|
FileSize | 29240 |
MD5 | 2A06E45556B347109F977F623A7C2E38 |
PackageDescription | WebSockets support for any application/server - shared files websockify was formerly named wsproxy and was part of the noVNC project. . At the most basic level, websockify just translates WebSockets traffic to normal socket traffic. Websockify accepts the WebSockets handshake, parses it, and then begins forwarding traffic between the client and the target in both directions. . Websockify supports all versions of the WebSockets protocol (Hixie and HyBi). The older Hixie versions of the protocol only support UTF-8 text payloads. In order to transport binary data over UTF-8 an encoding must used to encapsulate the data within UTF-8. . With Hixie clients, Websockify uses base64 to encode all traffic to and from the client. This does not affect the data between websockify and the server. . With HyBi clients, websockify negotiates whether to base64 encode traffic to and from the client via the subprotocol header (Sec-WebSocket-Protocol). The valid subprotocol values are 'binary' and 'base64' and if the client sends both then the server (the Python implementation) will prefer 'binary'. The 'binary' subprotocol indicates that the data will be sent raw using binary WebSocket frames. Some HyBi clients (such as the Flash fallback and older Chrome and iOS versions) do not support binary data which is why the negotiation is necessary. . This package provides common files for Python 2 and 3 modules. |
PackageMaintainer | Debian OpenStack <openstack-devel@lists.alioth.debian.org> |
PackageName | websockify-common |
PackageSection | python |
PackageVersion | 0.8.0+dfsg1-10 |
SHA-1 | B1CD56A161B7E5A09F677CDC775C3209283DFCF5 |
SHA-256 | 9FF664A2AB0B3FB81197FBB2F59CFCB89A62A6B51CE3ABE52983DBE0AA64BE96 |
Key | Value |
---|---|
FileSize | 5900170 |
MD5 | 77D7F145DE42A7B993EE1F2EC631B040 |
PackageDescription | CiviCRM common files CiviCRM is web-based, Constituent Relationship Management (CRM) software geared toward meeting the needs of non-profit and other civic-sector organizations. . As a non profit committed to the public good itself, CiviCRM understands that forging and growing strong relationships with constituents is about more than collecting and tracking constituent data - it is about sustaining relationships with supporters over time. . With CiviCRM's robust feature set, organizations can further their mission through contact management, fundraising, event management, member management, mass e-mail marketing, peer-to-peer campaigns, case management, and much more. . CiviCRM is a solution for managing * Contacts & relationships * Events & registration * Fundraising * Online payments * Communications * Mailing lists * Membership * Clients * Reports . This package contains core components of CiviCRM. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | civicrm-common |
PackageSection | web |
PackageVersion | 4.7.8+dfsg-1ubuntu1 |
SHA-1 | E69B404355BA8F6F8B10683B21CCADF557D2C49F |
SHA-256 | 294A9743E5900E430FFFDEFC1DA873911F97FB8B38B6AE10267336595D62C633 |
Key | Value |
---|---|
FileSize | 27276 |
MD5 | 49EE0DA71B95443AE077EAA071FCEF34 |
PackageDescription | WebSockets support for any application/server - shared files websockify was formerly named wsproxy and was part of the noVNC project. . At the most basic level, websockify just translates WebSockets traffic to normal socket traffic. Websockify accepts the WebSockets handshake, parses it, and then begins forwarding traffic between the client and the target in both directions. . Websockify supports all versions of the WebSockets protocol (Hixie and HyBi). The older Hixie versions of the protocol only support UTF-8 text payloads. In order to transport binary data over UTF-8 an encoding must used to encapsulate the data within UTF-8. . With Hixie clients, Websockify uses base64 to encode all traffic to and from the client. This does not affect the data between websockify and the server. . With HyBi clients, websockify negotiates whether to base64 encode traffic to and from the client via the subprotocol header (Sec-WebSocket-Protocol). The valid subprotocol values are 'binary' and 'base64' and if the client sends both then the server (the Python implementation) will prefer 'binary'. The 'binary' subprotocol indicates that the data will be sent raw using binary WebSocket frames. Some HyBi clients (such as the Flash fallback and older Chrome and iOS versions) do not support binary data which is why the negotiation is necessary. . This package provides common files for Python 2 and 3 modules. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | websockify-common |
PackageSection | python |
PackageVersion | 0.8.0+dfsg1-10ubuntu2 |
SHA-1 | 22E2069737822A1BB6820B8A6F2ABF43C5CAFBC2 |
SHA-256 | 4D36ECE4CFDE9BF1F3D7AA6D245B4CDCAF35A6306548292B3AEC03F191375107 |
Key | Value |
---|---|
FileSize | 5752866 |
MD5 | 9DD14E219243E18C80D94740AC5C1E09 |
PackageDescription | CiviCRM common files CiviCRM is web-based, Constituent Relationship Management (CRM) software geared toward meeting the needs of non-profit and other civic-sector organizations. . As a non profit committed to the public good itself, CiviCRM understands that forging and growing strong relationships with constituents is about more than collecting and tracking constituent data - it is about sustaining relationships with supporters over time. . With CiviCRM's robust feature set, organizations can further their mission through contact management, fundraising, event management, member management, mass e-mail marketing, peer-to-peer campaigns, case management, and much more. . CiviCRM is a solution for managing * Contacts & relationships * Events & registration * Fundraising * Online payments * Communications * Mailing lists * Membership * Clients * Reports . This package contains core components of CiviCRM. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | civicrm-common |
PackageSection | web |
PackageVersion | 4.7.1+dfsg-2ubuntu1 |
SHA-1 | D65AEE4A64339C28C2C19E01F59B2357EF600F14 |
SHA-256 | BBF236311AE7D17ADF13E33AF9411493313B91FC2D6B34F7D1D5D8117D4B5B52 |
Key | Value |
---|---|
FileName | 12838 |
FileSize | 5926852 |
MD5 | 621C0B81115C84C9362E3BD2F85B42A4 |
PackageDescription | CiviCRM common files CiviCRM is web-based, Constituent Relationship Management (CRM) software geared toward meeting the needs of non-profit and other civic-sector organizations. . As a non profit committed to the public good itself, CiviCRM understands that forging and growing strong relationships with constituents is about more than collecting and tracking constituent data - it is about sustaining relationships with supporters over time. . With CiviCRM's robust feature set, organizations can further their mission through contact management, fundraising, event management, member management, mass e-mail marketing, peer-to-peer campaigns, case management, and much more. . CiviCRM is a solution for managing * Contacts & relationships * Events & registration * Fundraising * Online payments * Communications * Mailing lists * Membership * Clients * Reports . This package contains core components of CiviCRM. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | civicrm-common |
PackageSection | web |
PackageVersion | 4.7.14+dfsg-1ubuntu1 |
RDS:package_id | 182052 |
SHA-1 | AC54E1749DAAC2FCC30A1BE633CB99A2DAA092E3 |
SHA-256 | F55CD687A6F93C45FC1422F1E6A2F54621FC3CF63DCBB5627AA57C79D3EFD749 |
insert-timestamp | 1679408380.369704 |
source | RDS.db |
Key | Value |
---|---|
FileSize | 6380322 |
MD5 | A6330DAD1407E0DAFF2531EFAE3480B9 |
PackageDescription | CiviCRM common files CiviCRM is web-based, Constituent Relationship Management (CRM) software geared toward meeting the needs of non-profit and other civic-sector organizations. . As a non profit committed to the public good itself, CiviCRM understands that forging and growing strong relationships with constituents is about more than collecting and tracking constituent data - it is about sustaining relationships with supporters over time. . With CiviCRM's robust feature set, organizations can further their mission through contact management, fundraising, event management, member management, mass e-mail marketing, peer-to-peer campaigns, case management, and much more. . CiviCRM is a solution for managing * Contacts & relationships * Events & registration * Fundraising * Online payments * Communications * Mailing lists * Membership * Clients * Reports . This package contains core components of CiviCRM. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | civicrm-common |
PackageSection | web |
PackageVersion | 4.7.23+dfsg-1ubuntu1 |
SHA-1 | 5E873AE6D6E4CAFFD2C5B6C143AE42FAF114A832 |
SHA-256 | D03650E8D059389A8BE75563E2CF569CF502D2CD3AD5FC280F71CA2C219C120C |
Key | Value |
---|---|
FileSize | 27336 |
MD5 | 6AF7541C5E1FD89080A764EC7156A778 |
PackageDescription | WebSockets support for any application/server - shared files websockify was formerly named wsproxy and was part of the noVNC project. . At the most basic level, websockify just translates WebSockets traffic to normal socket traffic. Websockify accepts the WebSockets handshake, parses it, and then begins forwarding traffic between the client and the target in both directions. . Websockify supports all versions of the WebSockets protocol (Hixie and HyBi). The older Hixie versions of the protocol only support UTF-8 text payloads. In order to transport binary data over UTF-8 an encoding must used to encapsulate the data within UTF-8. . With Hixie clients, Websockify uses base64 to encode all traffic to and from the client. This does not affect the data between websockify and the server. . With HyBi clients, websockify negotiates whether to base64 encode traffic to and from the client via the subprotocol header (Sec-WebSocket-Protocol). The valid subprotocol values are 'binary' and 'base64' and if the client sends both then the server (the Python implementation) will prefer 'binary'. The 'binary' subprotocol indicates that the data will be sent raw using binary WebSocket frames. Some HyBi clients (such as the Flash fallback and older Chrome and iOS versions) do not support binary data which is why the negotiation is necessary. . This package provides common files for Python 2 and 3 modules. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | websockify-common |
PackageSection | python |
PackageVersion | 0.8.0+dfsg1-9 |
SHA-1 | F238A0515FBAE11C52A15DB23E779D1976F4ED05 |
SHA-256 | 0CA1EEF06531A15451E6AD7B901A83FBDD8AB6B94747DA62AFFE75F6AE92A9E2 |
Key | Value |
---|---|
FileSize | 29028 |
MD5 | DBF32D0A8D42373FBE64A284A5B42F8D |
PackageDescription | WebSockets support for any application/server - shared files websockify was formerly named wsproxy and was part of the noVNC project. . At the most basic level, websockify just translates WebSockets traffic to normal socket traffic. Websockify accepts the WebSockets handshake, parses it, and then begins forwarding traffic between the client and the target in both directions. . Websockify supports all versions of the WebSockets protocol (Hixie and HyBi). The older Hixie versions of the protocol only support UTF-8 text payloads. In order to transport binary data over UTF-8 an encoding must used to encapsulate the data within UTF-8. . With Hixie clients, Websockify uses base64 to encode all traffic to and from the client. This does not affect the data between websockify and the server. . With HyBi clients, websockify negotiates whether to base64 encode traffic to and from the client via the subprotocol header (Sec-WebSocket-Protocol). The valid subprotocol values are 'binary' and 'base64' and if the client sends both then the server (the Python implementation) will prefer 'binary'. The 'binary' subprotocol indicates that the data will be sent raw using binary WebSocket frames. Some HyBi clients (such as the Flash fallback and older Chrome and iOS versions) do not support binary data which is why the negotiation is necessary. . This package provides common files for Python 2 and 3 modules. |
PackageMaintainer | PKG OpenStack <openstack-devel@lists.alioth.debian.org> |
PackageName | websockify-common |
PackageSection | python |
PackageVersion | 0.8.0+dfsg1-7+deb9u1 |
SHA-1 | 22CBDC28E8103F8A808B04EE11509A24A958F7C1 |
SHA-256 | E29B5FA1D01FC97E5873E1F18ACC328349B6DC59A0A80FFE057D2B3B554D1B48 |
Key | Value |
---|---|
FileSize | 7051640 |
MD5 | 6563CE405AF6DD4795A9C410EC9721B8 |
PackageDescription | CiviCRM common files CiviCRM is web-based, Constituent Relationship Management (CRM) software geared toward meeting the needs of non-profit and other civic-sector organizations. . As a non profit committed to the public good itself, CiviCRM understands that forging and growing strong relationships with constituents is about more than collecting and tracking constituent data - it is about sustaining relationships with supporters over time. . With CiviCRM's robust feature set, organizations can further their mission through contact management, fundraising, event management, member management, mass e-mail marketing, peer-to-peer campaigns, case management, and much more. . CiviCRM is a solution for managing * Contacts & relationships * Events & registration * Fundraising * Online payments * Communications * Mailing lists * Membership * Clients * Reports . This package contains core components of CiviCRM. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | civicrm-common |
PackageSection | web |
PackageVersion | 5.10.1+dfsg-1 |
SHA-1 | 015D49CC4A9A28A7B14E23E8C6E823FB5A55D43C |
SHA-256 | 45D09478DFCFCAECA6E29E0080070D9EC59BA79C66CF2E599D9BA31D51EE8781 |